Skip to content

Commit c16ff9b

Browse files
committed
Add better copyright notices to everything
1 parent 411c7a9 commit c16ff9b

File tree

12 files changed

+32
-11
lines changed

12 files changed

+32
-11
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
441441

442442
## License
443443

444-
Apache-2.0
444+
Copyright © 2025 Ian Macalinao
445+
446+
Licensed under the Apache License, Version 2.0

apps/docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,10 @@ For better documentation layout, use the `<Cards>` component for link grids:
7272

7373
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API
7474
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs
75-
- [Coda Repository](https://github.com/macalinao/coda) - main Coda repository
75+
- [Coda Repository](https://github.com/macalinao/coda) - main Coda repository
76+
77+
## License
78+
79+
Copyright © 2025 Ian Macalinao
80+
81+
Licensed under the Apache License, Version 2.0

apps/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "coda-docs",
33
"version": "0.0.0",
44
"private": true,
5+
"license": "Apache-2.0",
56
"scripts": {
67
"build": "next build",
78
"dev": "next dev --turbo",

clients/quarry/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ import {} from /* generated exports */ "@macalinao/clients-quarry";
4747

4848
## License
4949

50-
Apache-2.0
50+
Copyright © 2025 Ian Macalinao
51+
52+
Licensed under the Apache License, Version 2.0

clients/token-metadata/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ import {} from /* generated exports */ "@macalinao/clients-token-metadata";
3636

3737
## License
3838

39-
Apache-2.0
39+
Copyright © 2025 Ian Macalinao
40+
41+
Licensed under the Apache License, Version 2.0

packages/coda/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
428428

429429
## License
430430

431-
Apache-2.0
431+
Copyright © 2025 Ian Macalinao
432+
433+
Licensed under the Apache License, Version 2.0

packages/codama-instruction-accounts-dedupe-visitor/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ The visitor transforms nested account structures by:
7373

7474
## License
7575

76-
MIT
76+
Copyright © 2025 Ian Macalinao
77+
78+
Licensed under the Apache License, Version 2.0

packages/codama-instruction-accounts-dedupe-visitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sideEffects": false,
77
"author": "Ian Macalinao <[email protected]>",
88
"homepage": "https://github.com/macalinao/coda",
9-
"license": "MIT",
9+
"license": "Apache-2.0",
1010
"keywords": [
1111
"codama",
1212
"solana",

packages/codama-rename-visitor/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,6 @@ Creates a visitor that renames events (defined types) based on the provided mapp
118118

119119
## License
120120

121-
MIT
121+
Copyright © 2025 Ian Macalinao
122+
123+
Licensed under the Apache License, Version 2.0

packages/codama-rename-visitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sideEffects": false,
77
"author": "Ian Macalinao <[email protected]>",
88
"homepage": "https://github.com/macalinao/coda",
9-
"license": "MIT",
9+
"license": "Apache-2.0",
1010
"keywords": [
1111
"codama",
1212
"solana",

0 commit comments

Comments
 (0)