Skip to content

Commit

Permalink
Improve repo licensing. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Dec 29, 2016
1 parent aa40bb7 commit 1f51a86
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 18 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is the official list of google-auth-library-nodejs project authors.
#
# Names are formatted as:
# Name or Organization [email address]
#
# The email address is not required for organizations.
#
Google Inc.
32 changes: 32 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is the official list of google-auth-library-nodejs project contributors.
#
# Names are formatted as:
# Name [email address]
#
Ali Ijaz Sheikh <ofrobots@google.com>
Andrew <andydjackson@gmail.com>
Brian J. Watson <brianwatson@google.com>
Gameleon12 <leonlucardie@gmail.com>
Jason Allor <jasonall@google.com>
Jason Dobry <jason.dobry@gmail.com>
Jonathan Porta <jonathan@jonathanPorta.com>
Jonathan Wayne Parrott <jon.wayne.parrott@gmail.com>
Joseph Page <josephpage@users.noreply.github.com>
MURAKAMI Masahiko <m-murakami@esm.co.jp>
Mark Herhold <MarkHerhold@users.noreply.github.com>
Matt Loring <mattloring@google.com>
Mengcheng Duan <mengcheng@google.com>
Michael Lumish <mlumish@google.com>
Morton Fox <github@qslw.com>
Patrick Heneise <patrick@fastmail.im>
Reibl János Dániel <jani.reibl3@gmail.com>
Ryan Roth <ryanroth@google.com>
Ryan Seys <ryan@ryanseys.com>
Stephen Sawchuk <sawchuk@gmail.com>
Tim Cuthbertson <tim@gfxmonk.net>
Tim Emiola <temiola@google.com>
Tom Spencer <fiznool@gmail.com>
jasonall <jasonall@google.com>
murgatroid99 <mlumish@google.com>
sammcveety <sam.mcveety@gmail.com>
yamafaktory <davy@qipp.com>
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ See [CONTRIBUTING][contributing].
## License

This library is licensed under Apache 2.0. Full license text is
available in [COPYING][copying].
available in [LICENSE][copying].

[travisimg]: https://api.travis-ci.org/google/google-auth-library-nodejs.svg
[bugs]: https://github.com/google/google-auth-library-nodejs/issues
Expand All @@ -115,8 +115,8 @@ available in [COPYING][copying].
[apiexplorer]: https://developers.google.com/apis-explorer
[urlshort]: https://developers.google.com/url-shortener/
[usingkeys]: https://developers.google.com/console/help/#UsingKeys
[contributing]: https://github.com/google/google-auth-library-nodejs/tree/master/CONTRIBUTING.md
[copying]: https://github.com/google/google-auth-library-nodejs/tree/master/COPYING
[contributing]: https://github.com/google/google-auth-library-nodejs/blob/master/.github/CONTRIBUTING.md
[copying]: https://github.com/google/google-auth-library-nodejs/tree/master/LICENSE
[authdocs]: https://developers.google.com/accounts/docs/OAuth2Login
[request]: https://github.com/mikeal/request
[requestopts]: https://github.com/mikeal/request#requestoptions-callback
Expand All @@ -132,4 +132,4 @@ available in [COPYING][copying].
[coverallsimg]: https://img.shields.io/coveralls/google/google-auth-library-nodejs.svg
[Application Default Credentials]: https://developers.google.com/identity/protocols/application-default-credentials#callingnode
[david-dm-img]: https://david-dm.org/google/google-auth-library-nodejs/status.svg
[david-dm]: https://david-dm.org/google/google-auth-library-nodejs
[david-dm]: https://david-dm.org/google/google-auth-library-nodejs
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
"version": "0.9.10",
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"contributors": [
{
"name": "Jason Allor",
"email": "jasonall@google.com"
},
{
"name": "Jason Dobry",
"email": "jason.dobry@gmail.com"
},
{
"name": "Tim Emiola",
"email": "temiola@google.com"
}
],
"engines": {
"node": ">=0.10"
},
Expand Down

0 comments on commit 1f51a86

Please sign in to comment.