Skip to content

Commit ef14e0c

Browse files
committed
Added some legal stuff
Blizzard developers asked to add some legal information, so that no one confuses this wit official Blizzard stuff.
1 parent 526439a commit ef14e0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

social/backends/battlenet.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
from social.backends.oauth import BaseOAuth2
22

3+
"""
4+
This provides a backend for python-social-auth. This should not be confused
5+
with officially battle.net offerings. This piece of code is not officially
6+
affiliated with Blizzard Entertainment, copyrights to their respective owners.
7+
8+
see: http://us.battle.net/en/forum/topic/13979588015
9+
"""
310

411
class BattleNetOAuth2(BaseOAuth2):
512
""" battle.net Oauth2 backend"""

0 commit comments

Comments
 (0)