This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(license): update license headers, license, & add CONTRIBUTORS file
- Loading branch information
Ryan Garant
committed
Sep 27, 2018
1 parent
f7c0de3
commit 4c4c8b5
Showing
32 changed files
with
277 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Listed in order as shown here: https://github.com/node-gh/gh/graphs/contributors | ||
# Format: Name | GitHub username | [<email>] | ||
|
||
Eduardo Lundgren @henvic <[email protected]> | ||
Henrique Vicente @eduardolundgren <[email protected]> | ||
Zeno Rocha @zenorocha <[email protected]> | ||
Ryan Garant @protoEvangelion <[email protected]> | ||
Bruno Coelho @brunocoelho | ||
Jose Ignacio @joserobleda | ||
Rodrigo Vidal @rodrigovidal | ||
Tom Rochette @tomzx | ||
Drew Brokke @drewbrokke | ||
Gregory Amerson @gamerson | ||
Mike Roberts @m-roberts | ||
Manuel de la Peña @mdelapenya | ||
João Paulo Bochi @jpbochi | ||
Peter Dave Hello @PeterDaveHello | ||
Elad (Eli) Elrom @eladelrom | ||
Nate Cavanaugh @natecavanaugh | ||
Matt DesLauriers @mattdesl | ||
Anders D. Johnson @AndersDJohnson | ||
Matthew Elphick @maael | ||
@oughter | ||
Trevor Bortins @wulftone | ||
Chema Balsas @jbalsas | ||
Joshua Wu @jwu910 | ||
Jaka Hudoklin @offlinehacker | ||
Ciro Nunes @cironunes | ||
Tiju Thomas @tijuthomas | ||
Zev Averbach @zevaverbach | ||
Brandon Patram @bpatram | ||
Adrian Macneil @amacneil | ||
Konstantin Azizov @G07cha | ||
Yuji Yamamoto @igrep | ||
Rossi Oddet @roddet | ||
Aliaksei @roadhump | ||
Christian Schlensker @wordofchristian | ||
Aleksey Ostapenko @kbakba | ||
Marcus Buffett @marcusbuffett | ||
Stephen Williams @onato | ||
Whitney Young @wbyoung | ||
Henri Cavalcante @henricavalcante | ||
Sam Mikes @smikes | ||
Andrey @CentaurWarchief | ||
André de Oliveira @arboliveira | ||
Randѕon Oliveira @rands0n | ||
José F. Romaniello @jfromaniello | ||
Ryan Schmukler @rschmukler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
Software License Agreement (BSD License) | ||
Valid-License-Identifier: BSD-3-Clause | ||
License-Text: | ||
|
||
Copyright (c) 2013-2018, Eduardo Antonio Lundgren Melo and Zeno Rocha Bueno Netto. | ||
All rights reserved. | ||
Copyright (c) 2013 Liferay, Inc. and Node GH contributors (see file: CONTRIBUTORS). All rights reserved. | ||
|
||
Redistribution and use of this software in source and binary forms, with or without modification, are | ||
permitted provided that the following conditions are met: | ||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above | ||
copyright notice, this list of conditions and the | ||
following disclaimer. | ||
1. Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the | ||
following disclaimer in the documentation and/or other | ||
materials provided with the distribution. | ||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
* The name of Eduardo Antonio Lundgren Melo and Zeno Rocha Bueno Netto may not be used to endorse or promote products | ||
derived from this software without specific prior | ||
written permission of Eduardo Antonio Lundgren Melo and Zeno Rocha Bueno Netto. | ||
3. Neither the name of the copyright holder nor the names of its contributors | ||
may be used to endorse or promote products derived from this software without | ||
specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED | ||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | ||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
#!/usr/bin/env node | ||
|
||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Henrique Vicente <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Ryan Garant <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2015-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Henrique Vicente <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Eduardo Lundgren <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Henrique Vicente <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Author <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Eduardo Lundgren <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Henrique Vicente <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Elad Elrom <[email protected]> | ||
* @author Zeno Rocha <[email protected]> | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Henrique Vicente <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
/* | ||
* Copyright 2013-2018, All Rights Reserved. | ||
* | ||
* Code licensed under the BSD License: | ||
* https://github.com/node-gh/gh/blob/master/LICENSE.md | ||
* | ||
* @author Eduardo Lundgren <[email protected]> | ||
/** | ||
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors | ||
* (see file: CONTRIBUTORS) | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
'use strict' | ||
|
Oops, something went wrong.