From 53d2d681e9240f68ab63535920aafbd7a9721136 Mon Sep 17 00:00:00 2001 From: Viktor Date: Thu, 20 Jun 2024 16:09:18 -0700 Subject: [PATCH] update license (#9) * update license * update license --- LICENSE.APACHE2 => LICENSE-APACHE | 4 ++-- LICENSE-MIT | 21 +++++++++++++++++++++ LICENSE.MIT0 | 16 ---------------- README.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 35 insertions(+), 19 deletions(-) rename LICENSE.APACHE2 => LICENSE-APACHE (99%) create mode 100644 LICENSE-MIT delete mode 100644 LICENSE.MIT0 diff --git a/LICENSE.APACHE2 b/LICENSE-APACHE similarity index 99% rename from LICENSE.APACHE2 rename to LICENSE-APACHE index 49966a7..72bae59 100644 --- a/LICENSE.APACHE2 +++ b/LICENSE-APACHE @@ -1,4 +1,4 @@ - Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 ConsenSys Software Inc. + Copyright (C) 2024 ZKID Labs AG Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 0000000..b3abdbc --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (C) 2024 ZKID Labs AG + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.MIT0 b/LICENSE.MIT0 deleted file mode 100644 index 74e1d3d..0000000 --- a/LICENSE.MIT0 +++ /dev/null @@ -1,16 +0,0 @@ -MIT No Attribution - -Copyright 2022 ConsenSys Software Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this -software and associated documentation files (the "Software"), to deal in the Software -without restriction, including without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 9a8403a..978db12 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,14 @@ script in the `lavamoat.allowScripts` section of `package.json`. See the documentation for [@lavamoat/allow-scripts](https://github.com/LavaMoat/LavaMoat/tree/main/packages/allow-scripts) for more information. + +## License + +snap-example is part of the 0xPolygonID project copyright 2024 ZKID Labs AG + +This project is licensed under either of + +- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) +- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)) + +at your option. diff --git a/package.json b/package.json index 8000dd3..6cac513 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/0xPolygonID/snap-example.git" }, - "license": "(MIT-0 OR Apache-2.0)", + "license": "MIT or Apache-2.0", "author": "", "workspaces": [ "packages/*"