From 7be48fc264a14f87bfcc94da820161b990d60444 Mon Sep 17 00:00:00 2001 From: frameworks-volunteer <266408623+frameworks-volunteer@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:57:18 -0300 Subject: [PATCH] docs: add CC BY-SA 4.0 licensing notice and metadata --- LICENSE | 2 ++ README.md | 4 ++++ docs/pages/intro/introduction.mdx | 4 ++++ package.json | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..c3bc27c6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +Security Frameworks © 2023 by Security Alliance, licensed under CC BY-SA 4.0. +To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/README.md b/README.md index c47f4457..e81d7616 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,7 @@ Every contribution helps strengthen the resource and improve security practices See our [Contributing Guide](https://github.com/security-alliance/frameworks/blob/develop/CONTRIBUTING.md) for details on how to get started. + +## License + +Security Frameworks © 2023 by Security Alliance, licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/docs/pages/intro/introduction.mdx b/docs/pages/intro/introduction.mdx index 34547ec4..932cfd89 100644 --- a/docs/pages/intro/introduction.mdx +++ b/docs/pages/intro/introduction.mdx @@ -36,6 +36,10 @@ related to Web3 security. Read our [Contribution Guide](/contribute/contributing) to learn how you can contribute to this project. +## License + +Security Frameworks © 2023 by Security Alliance, licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). + ## Who We Are SEAL is a not-for-profit organization committed to enhancing security awareness, education, and specialized work as a diff --git a/package.json b/package.json index 1aa2625d..584c6a66 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "CC-BY-SA-4.0", "pnpm": { "onlyBuiltDependencies": [ "esbuild",