chore: add license files and attribution notice for Apache-2.0 compliance

- Add LICENSE-APACHE (Apache License 2.0 full text)
- Add LICENSE-GPL3 (GNU GPL 3.0 full text)
- Add NOTICE file with full attribution to original Polkadot SDK,
  Parity Technologies (UK) Ltd., and Web3 Foundation, documenting
  all significant changes made as required by Apache-2.0 Section 4(b)
- Update README License section to accurately reflect dual licensing
  and link to NOTICE file
This commit is contained in:
2026-04-10 15:59:29 +03:00
parent a0607b420c
commit f82546fdb1
4 changed files with 954 additions and 1 deletions
+11 -1
View File
@@ -304,7 +304,17 @@ This repository is the amalgamation of 3 separate repositories that used to make
## License
Pezkuwi SDK is licensed under Apache 2.0. See [LICENSE](./LICENSE) for details.
Pezkuwi SDK is a derivative work based on [Polkadot SDK](https://github.com/paritytech/polkadot-sdk)
by [Parity Technologies (UK) Ltd.](https://www.parity.io), used under Apache-2.0 and GPL-3.0-only.
Individual crates in this repository are licensed under either:
- **Apache License, Version 2.0** — see [LICENSE-APACHE](./LICENSE-APACHE)
- **GNU General Public License, Version 3.0** — see [LICENSE-GPL3](./LICENSE-GPL3)
See each crate's `Cargo.toml` for the applicable license.
For full attribution, significant changes, and third-party component notices, see [NOTICE](./NOTICE).
---