Skip to content

Commit f0a4438

Browse files
authored
Update license to AGPLv3 (#424)
1 parent a2df7c3 commit f0a4438

File tree

10 files changed

+2023
-26
lines changed

10 files changed

+2023
-26
lines changed

LICENSE

Lines changed: 661 additions & 22 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OpenZeppelin Contracts Wizard
2+
Copyright (C) 2021-2024 Zeppelin Group Ltd
3+
4+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
5+
6+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
7+
8+
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

packages/core-cairo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Update Contracts Wizard license to AGPLv3. ([#424](https://github.com/OpenZeppelin/contracts-wizard/pull/424))
6+
37
## 0.20.1 (2024-12-17)
48

59
- Add OutsideExecution to accounts. ([#422](https://github.com/OpenZeppelin/contracts-wizard/pull/422))

packages/core-cairo/LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

packages/core-cairo/NOTICE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OpenZeppelin Contracts Wizard
2+
Copyright (C) 2021-2024 Zeppelin Group Ltd
3+
4+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
5+
6+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
7+
8+
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

packages/core-cairo/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "@openzeppelin/wizard-cairo",
33
"version": "0.20.1",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Cairo",
5-
"license": "MIT",
6-
"repository": "github:OpenZeppelin/contracts-wizard",
5+
"license": "AGPL-3.0-only",
6+
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
77
"main": "dist/index.js",
88
"ts:main": "src/index.ts",
99
"files": [
10+
"LICENSE",
11+
"NOTICE",
1012
"/dist",
1113
"/src",
1214
"!**/*.test.*"

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Update Contracts Wizard license to AGPLv3. ([#424](https://github.com/OpenZeppelin/contracts-wizard/pull/424))
6+
37
## 0.4.6 (2024-11-20)
48

59
- Use named imports. ([#411](https://github.com/OpenZeppelin/contracts-wizard/pull/411))

packages/core/LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

packages/core/NOTICE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OpenZeppelin Contracts Wizard
2+
Copyright (C) 2021-2024 Zeppelin Group Ltd
3+
4+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
5+
6+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
7+
8+
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

packages/core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "@openzeppelin/wizard",
33
"version": "0.4.6",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
5-
"license": "MIT",
6-
"repository": "github:OpenZeppelin/contracts-wizard",
5+
"license": "AGPL-3.0-only",
6+
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
77
"main": "dist/index.js",
88
"ts:main": "src/index.ts",
99
"files": [
10+
"LICENSE",
11+
"NOTICE",
1012
"/dist",
1113
"/src",
1214
"!**/*.test.*"

0 commit comments

Comments
 (0)