Skip to content

Commit

Permalink
fix: fix license header
Browse files Browse the repository at this point in the history
The license header in all files had wrong date and url, this commit fixes that.
  • Loading branch information
alanrodas committed Apr 5, 2024
1 parent 3c6d238 commit c0f59aa
Show file tree
Hide file tree
Showing 88 changed files with 94 additions and 985 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# [0.8.0](https://github.com/gobstones/gobstones-scripts/compare/v0.7.2...v0.8.0) (2024-04-05)

## [0.8.1](https://github.com/gobstones/gobstones-scripts/compare/v0.8.0...v0.8.1) (2024-04-05)

### Features

* added license text support ([022f5c1](https://github.com/gobstones/gobstones-scripts/commit/022f5c1763d88a7345bdeb8b964238485d5b9f39))

# [0.8.0](https://github.com/gobstones/gobstones-scripts/compare/v0.7.2...v0.8.0) (2024-04-05)

### BREAKING CHANGES
### Features

* Uppon commit, every file will end up with a license header
- added license text support ([022f5c1](https://github.com/gobstones/gobstones-scripts/commit/022f5c1763d88a7345bdeb8b964238485d5b9f39))

### BREAKING CHANGES

- Uppon commit, every file will end up with a license header

# [0.8.0](https://github.com/gobstones/gobstones-scripts/compare/v0.7.2...v0.8.0) (2024-04-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gobstones/gobstones-scripts",
"version": "0.8.0",
"version": "0.8.1",
"description": "Scripts to abstract away build configuration of Gobstones Project's libraries and modules.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion project-types/cliLibrary/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"commander": "^11.1.0"
},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.8.0",
"@gobstones/gobstones-scripts": "^0.8.1",
"husky": "^8.0.2"
}
}
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/helpers/stringJoiner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/models/MyClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/translations/Locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/translations/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/src/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/cliLibrary/test/my_first_test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
2 changes: 1 addition & 1 deletion project-types/common/LICENSE_HEADER
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ 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.
You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
*****************************************************************************
2 changes: 1 addition & 1 deletion project-types/library/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@gobstones/gobstones-core": "^0.4.7"
},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.8.0",
"@gobstones/gobstones-scripts": "^0.8.1",
"husky": "^8.0.2"
}
}
13 changes: 1 addition & 12 deletions project-types/library/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/library/src/helpers/stringJoiner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/library/src/models/MyClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
13 changes: 1 addition & 12 deletions project-types/library/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@
* 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.
* You may read the full license at https://gobstones.github.io/gobstones-guidelines/LICENSE.
* *****************************************************************************
*/
/**
Expand Down
Loading

0 comments on commit c0f59aa

Please sign in to comment.