-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The tool now has the ability to add a license header to all code files. This header can be overwritten by any project. A new nps command, license, along with license.remove had been added to manage the liecense text in the files. The Husky pre-commit hook now adds the license information to every file upon commit. webLibrary has been removed, as it was not used. webLibrary project should be converted to reactLibrary projects, by wrapping the simple web element into a react one. BREAKING CHANGE: Uppon commit, every file will end up with a license header
- Loading branch information
Showing
665 changed files
with
2,702 additions
and
50,307 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
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,3 +1,32 @@ | ||
# GOBSTONES LICENSE | ||
|
||
Copyright (C) National University of Quilmes 2018-2024 | ||
Gobstones (TM) is a trademark of the National University of Quilmes. | ||
|
||
This program is free software distributed under the terms of the | ||
GNU Affero General Public License version 3 solely. Additional terms added in compliance to section 7 of such license apply. | ||
|
||
Additional terms are listed next. Below them you may find a full copy | ||
of the GNU Affero General Public License version 3. | ||
|
||
|
||
# ADDITIONAL TERMS | ||
|
||
This program is free software. You may redistribute it and/or modify it solely under the terms of the GNU Affero General Public License (AGPL) version 3 published by the Free Software Foundation available at http://www.gnu.org/licenses/agpl-3.0.html and under the conditions detailed here. | ||
|
||
This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
Any copy of the program that you propagate should include the "Non-Certified Software and/or Service" notice clearly visible in the user interface and can not use the Gobstones name, logo, brand and/or denomination, as long as your copies of the program remain uncertified. Any copy of the program that you convey should also present the "Non-Certified Software and/or Service" notice and is prohibited to use of the Gobstones name, logo, brand and/or denomination, even if your copy is certified. | ||
|
||
To certify your copies of the software you may contact the National University of Quilmes by email at [email protected] or by postal mail at the Rectorate of the National University of Quilmes, Roque Sáenz Peña 352, Bernal, Buenos Aires, Argentina (B1876BXD). | ||
|
||
Gobstones is a trademark of the National University of Quilmes. Is explicitly prohibited any use of the Gobstones brand, name, logo, and/or denomination and of any other brand of the National University of Quilmes without the explicit permission and authorization granted by the university in written form. | ||
|
||
The use of the name of the National University of Quilmes and/or of the authors of the covered work or associated materials to either promote, advertise and/or sell non certified copies of the software is explicitly prohibited. | ||
|
||
Interactive user interfaces in modified source and object code versions of Gobstones, whether text or graphical, must display appropriate legal notices with reference to the GNU Affero Public License version 3 and to this Additional Terms. You may find a full copy of the license with the additional terms at [https://gobstones.github.org/gobstones-guidelines/LICENSE](https://gobstones.github.org/gobstones-guidelines/LICENSE). | ||
|
||
|
||
# GNU AFFERO GENERAL PUBLIC LICENSE | ||
|
||
Version 3, 19 November 2007 | ||
|
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
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
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
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
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,3 +1,25 @@ | ||
/* | ||
* ***************************************************************************** | ||
* Copyright (C) National University of Quilmes 2018-2024 | ||
* Gobstones (TM) is a trademark of the National University of Quilmes. | ||
* | ||
* This program is free software distributed under the terms of the | ||
* GNU Affero General Public License version 3. Additional terms added in compliance to section 7 of such license apply. | ||
* | ||
* You may read the full license at https://gobstones.github.org/gobstones-guidelines/LICENSE. | ||
* ***************************************************************************** | ||
*/ | ||
/* | ||
* ***************************************************************************** | ||
* Copyright (C) National University of Quilmes 2012-2024 | ||
* Gobstones (TM) is a registered trademark of the National University of Quilmes. | ||
* | ||
* This program is free software distributed under the terms of the | ||
* GNU Affero General Public License version 3. Additional terms added in compliance to section 7 of such license apply. | ||
* | ||
* You may read the full license at https://gobstones.github.org/gobstones-guidelines/LICENSE. | ||
* ***************************************************************************** | ||
*/ | ||
/** | ||
* @module API.Helpers | ||
* @author Your Name <[email protected]> | ||
|
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,3 +1,25 @@ | ||
/* | ||
* ***************************************************************************** | ||
* Copyright (C) National University of Quilmes 2018-2024 | ||
* Gobstones (TM) is a trademark of the National University of Quilmes. | ||
* | ||
* This program is free software distributed under the terms of the | ||
* GNU Affero General Public License version 3. Additional terms added in compliance to section 7 of such license apply. | ||
* | ||
* You may read the full license at https://gobstones.github.org/gobstones-guidelines/LICENSE. | ||
* ***************************************************************************** | ||
*/ | ||
/* | ||
* ***************************************************************************** | ||
* Copyright (C) National University of Quilmes 2012-2024 | ||
* Gobstones (TM) is a registered trademark of the National University of Quilmes. | ||
* | ||
* This program is free software distributed under the terms of the | ||
* GNU Affero General Public License version 3. Additional terms added in compliance to section 7 of such license apply. | ||
* | ||
* You may read the full license at https://gobstones.github.org/gobstones-guidelines/LICENSE. | ||
* ***************************************************************************** | ||
*/ | ||
/** | ||
* @module API.Models | ||
* @author Your Name <[email protected]> | ||
|
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
Oops, something went wrong.