Skip to content

Commit

Permalink
chore(update license): add Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyjfpender committed Aug 13, 2023
1 parent 3bb40ef commit 4f27b5d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Herald thrives with the combined magic of our community wizards. We welcome cont

## 📖 License

This project is licensed under the **MIT license**.
This project is licensed under the **Apache 2.0 license**.

See [LICENSE](LICENSE) for more information.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Then, run `pnpm dev` to start the development server and visit localhost:3000.

## License

This project is licensed under the MIT License.
This project is licensed under the Apache 2.0 License.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"export": "next build && next export"
},
"author": "Teddy Pender <email@email.com>",
"license": "MIT",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/palladians/herald/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: DocsThemeConfig = {
docsRepositoryBase: "https://github.com/palladians/herald/tree/main/apps/docs",
footer: {
text: (
<span>MIT {new Date().getFullYear()} © Herald - Credential Creation & Proving</span>
<span>Apache 2.0 {new Date().getFullYear()} © Herald - Credential Creation & Proving</span>
),
},
editLink: {
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/data-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/provable-programs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4f27b5d

Please sign in to comment.