Skip to content

Commit 547d600

Browse files
Merge pull request googleapis#627 from jonparrott/no-author
Remove __author__ lines and add contributors.md.
2 parents 687fdbd + a1136db commit 547d600

20 files changed

+95
-47
lines changed

CONTRIBUTORS.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Contribors to oauth2client
2+
3+
## Maintainers
4+
5+
* [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle)
6+
* [Jon Wayne Parrott](https://github.com/jonparrott)
7+
* [Danny Hermes](https://github.com/dhermes)
8+
9+
Previous maintainers:
10+
11+
* [Craig Citro](https://github.com/craigcitro)
12+
* [Joe Gregorio](https://github.com/jcgregorio)
13+
14+
## Contributors
15+
16+
This list is generated from git commit authors.
17+
18+
* aalexand <[email protected]>
19+
20+
* Adam Chainz <[email protected]>
21+
22+
* Alexandre Vivien <[email protected]>
23+
* Ali Afshar <[email protected]>
24+
* Andrzej Pragacz <[email protected]>
25+
26+
* Ben Demaree <[email protected]>
27+
28+
29+
30+
* Dan Ring <[email protected]>
31+
32+
* Danilo Akamine <[email protected]>
33+
* daryl herzmann <[email protected]>
34+
* dlorenc <[email protected]>
35+
* Dominik Miedziński <[email protected]>
36+
* dr. Kertész Csaba-Zoltán <[email protected]>
37+
* Dustin Farris <[email protected]>
38+
* Eddie Warner <[email protected]>
39+
* Edwin Amsler <[email protected]>
40+
* elibixby <[email protected]>
41+
* Emanuele Pucciarelli <[email protected]>
42+
* Eric Koleda <[email protected]>
43+
* Frederik Creemers <[email protected]>
44+
* Guido van Rossum <[email protected]>
45+
* Harsh Vardhan <[email protected]>
46+
* Herr Kaste <[email protected]>
47+
* INADA Naoki <[email protected]>
48+
* JacobMoshenko <[email protected]>
49+
* Jay Lee <[email protected]>
50+
* Jed Hartman <[email protected]>
51+
52+
* Jeffrey Sorensen <[email protected]>
53+
* Jeremi Joslin <[email protected]>
54+
* Jin Liu <[email protected]>
55+
* Joe Beda <[email protected]>
56+
57+
* Johan Euphrosine <[email protected]>
58+
59+
* John Vandenberg <[email protected]>
60+
* Jon Wayne Parrott <[email protected], [email protected]>
61+
* Jose Alcerreca <[email protected]>
62+
63+
* Keith Maxwell <[email protected]>
64+
* Ken Payson <[email protected]>
65+
* Kevin Regan <[email protected]>
66+
* lraccomando <[email protected]>
67+
* Luar Roji <[email protected]>
68+
* Luke Blanshard <[email protected]>
69+
* Marc Cohen <[email protected]>
70+
* Mark Pellegrini <[email protected]>
71+
* Martin Trigaux <[email protected]>
72+
* Matt McDonald <[email protected]>
73+
* Nathan Naze <[email protected]>
74+
* Nathaniel Manista <[email protected]>
75+
* Orest Bolohan <[email protected]>
76+
* Pat Ferate <[email protected]>
77+
* Patrick Costello <[email protected]>
78+
* Rafe Kaplan <[email protected]>
79+
80+
* RM Saksida <[email protected]>
81+
* Robert Kaplow <[email protected]>
82+
* Robert Spies <[email protected]>
83+
* Sergei Trofimovich <[email protected]>
84+
85+
* Simon Cadman <[email protected]>
86+
* soltanmm <[email protected]>
87+
* Sébastien de Melo <[email protected]>
88+
* takuya sato <[email protected]>
89+
* thobrla <[email protected]>
90+
* Tom Miller <[email protected]>
91+
* Tony Aiuto <[email protected]>
92+
* Travis Hobrla <[email protected]>
93+
* Veres Lajos <[email protected]>
94+
* Vivek Seth <[email protected]>
95+
* Éamonn McManus <[email protected]>

oauth2client/_helpers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
from six.moves import urllib
2727

2828

29-
__author__ = (
30-
'[email protected] (Rafe Kaplan)',
31-
'[email protected] (Guido van Rossum)',
32-
)
33-
3429
logger = logging.getLogger(__name__)
3530

3631
POSITIONAL_WARNING = 'WARNING'

oauth2client/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
from oauth2client import transport
4040

4141

42-
__author__ = '[email protected] (Joe Gregorio)'
43-
4442
HAS_OPENSSL = False
4543
HAS_CRYPTO = False
4644
try:

oauth2client/clientsecrets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import six
2424

25-
__author__ = '[email protected] (Joe Gregorio)'
2625

2726
# Properties that make a client_secrets.json file valid.
2827
TYPE_WEB = 'web'

oauth2client/contrib/appengine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
_appengine_ndb = None
4646

4747

48-
__author__ = '[email protected] (Joe Gregorio)'
49-
5048
logger = logging.getLogger(__name__)
5149

5250
OAUTH2CLIENT_NAMESPACE = 'oauth2client#ns'

oauth2client/contrib/flask_util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ def requires_calendar():
187187
from oauth2client.contrib import dictionary_storage
188188

189189

190-
__author__ = '[email protected] (Jon Wayne Parrott)'
191-
192190
_DEFAULT_SCOPES = ('email',)
193191
_CREDENTIALS_KEY = 'google_oauth2_credentials'
194192
_FLOW_KEY = 'google_oauth2_flow_{0}'

oauth2client/contrib/gce.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
from oauth2client.contrib import _metadata
2727

2828

29-
__author__ = '[email protected] (Joe Gregorio)'
30-
3129
logger = logging.getLogger(__name__)
3230

3331
_SCOPES_WARNING = """\

oauth2client/contrib/keyring_storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
from oauth2client import client
2525

2626

27-
__author__ = '[email protected] (Joe Gregorio)'
28-
29-
3027
class Storage(client.Storage):
3128
"""Store and retrieve a single credential to and from the keyring.
3229

oauth2client/contrib/xsrfutil.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121

2222
from oauth2client import _helpers
2323

24-
__authors__ = [
25-
'"Doug Coker" <[email protected]>',
26-
'"Joe Gregorio" <[email protected]>',
27-
]
2824

2925
# Delimiter character
3026
DELIMITER = b':'

oauth2client/file.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
from oauth2client import client
2626

2727

28-
__author__ = '[email protected] (Joe Gregorio)'
29-
30-
3128
class Storage(client.Storage):
3229
"""Store and retrieve a single credential to and from a file."""
3330

oauth2client/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from oauth2client import client
3535

3636

37-
__author__ = '[email protected] (Joe Gregorio)'
3837
__all__ = ['argparser', 'run_flow', 'message_if_missing']
3938

4039
_CLIENT_SECRETS_MESSAGE = """WARNING: Please configure OAuth 2.0

tests/contrib/appengine/test_appengine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
from oauth2client.contrib import appengine
4141
from tests import http_mock
4242

43-
__author__ = '[email protected] (Joe Gregorio)'
4443

4544
DATA_DIR = os.path.join(os.path.dirname(__file__), '..', '..', 'data')
4645
DEFAULT_RESP = """\

tests/contrib/test_flask_util.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
from tests import http_mock
3232

3333

34-
__author__ = '[email protected] (Jon Wayne Parrott)'
35-
36-
3734
DEFAULT_RESP = """\
3835
{
3936
"access_token": "foo_access_token",

tests/contrib/test_keyring_storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
from oauth2client.contrib import keyring_storage
2727

2828

29-
__author__ = '[email protected] (Joe Gregorio)'
30-
31-
3229
class KeyringStorageTests(unittest.TestCase):
3330

3431
def test_constructor(self):

tests/contrib/test_xsrfutil.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
TEST_EXTRA_INFO_2 = b'more_extra_info'
3535

3636

37-
__author__ = '[email protected] (Joe Gregorio)'
38-
39-
4037
class Test_generate_token(unittest.TestCase):
4138

4239
def test_bad_positional(self):

tests/test__helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
from oauth2client import _helpers
2222

2323

24-
__author__ = '[email protected] (Joe Gregorio)'
25-
26-
2724
class PositionalTests(unittest.TestCase):
2825

2926
def test_usage(self):

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
from oauth2client import transport
3939
from tests import http_mock
4040

41-
__author__ = '[email protected] (Joe Gregorio)'
4241

4342
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
4443

tests/test_clientsecrets.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
from oauth2client import clientsecrets
2626

2727

28-
__author__ = '[email protected] (Joe Gregorio)'
29-
30-
3128
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
3229
VALID_FILE = os.path.join(DATA_DIR, 'client_secrets.json')
3330
INVALID_FILE = os.path.join(DATA_DIR, 'unfilled_client_secrets.json')

tests/test_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
except: # pragma: NO COVER
4242
pass
4343

44-
__author__ = '[email protected] (Joe Gregorio)'
45-
4644
_filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data')
4745
os.close(_filehandle)
4846

tests/test_jwt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
from tests import http_mock
3232

3333

34-
__author__ = '[email protected] (Joe Gregorio)'
35-
36-
3734
_FORMATS_TO_CONSTRUCTOR_ARGS = {
3835
'p12': 'private_key_pkcs12',
3936
'pem': 'private_key_pkcs8_pem',

0 commit comments

Comments
 (0)