diff --git a/package.json b/package.json
index a1216580c..41b648dca 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zk-kit",
- "description": "A monorepo of reusable JS libraries for zero-knowledge technologies.",
- "version": "0.1.1",
+ "description": "A monorepo of reusable libraries for zero-knowledge technologies.",
+ "version": "2.0.0",
"license": "MIT",
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit",
diff --git a/packages/imt.sol/LICENSE b/packages/imt.sol/LICENSE
new file mode 120000
index 000000000..89a15f798
--- /dev/null
+++ b/packages/imt.sol/LICENSE
@@ -0,0 +1 @@
+contracts/LICENSE
\ No newline at end of file
diff --git a/packages/imt.sol/contracts/LICENSE b/packages/imt.sol/contracts/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/imt.sol/contracts/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/imt.sol/contracts/README.md b/packages/imt.sol/contracts/README.md
index d62facf14..0d342c891 100644
--- a/packages/imt.sol/contracts/README.md
+++ b/packages/imt.sol/contracts/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/imt.sol/contracts/package.json b/packages/imt.sol/contracts/package.json
index 73ec191cf..de028695b 100644
--- a/packages/imt.sol/contracts/package.json
+++ b/packages/imt.sol/contracts/package.json
@@ -6,7 +6,8 @@
"files": [
"**/*.sol",
"!test/",
- "README.md"
+ "README.md",
+ "LICENSE"
],
"keywords": [
"blockchain",
diff --git a/packages/imt/LICENSE b/packages/imt/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/imt/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/imt/README.md b/packages/imt/README.md
index ffbc799e7..54c6f0d84 100644
--- a/packages/imt/README.md
+++ b/packages/imt/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/imt/package.json b/packages/imt/package.json
index b64e01c3e..474657b7f 100644
--- a/packages/imt/package.json
+++ b/packages/imt/package.json
@@ -15,6 +15,7 @@
"files": [
"dist/",
"src/",
+ "LICENSE",
"README.md"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
diff --git a/packages/lazytower.circom/LICENSE b/packages/lazytower.circom/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/lazytower.circom/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/lazytower.circom/README.md b/packages/lazytower.circom/README.md
index 139afefc2..bd9fcf4e6 100644
--- a/packages/lazytower.circom/README.md
+++ b/packages/lazytower.circom/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/lazytower.circom/package.json b/packages/lazytower.circom/package.json
index 2e1ea4ef4..0cf4aa4bd 100644
--- a/packages/lazytower.circom/package.json
+++ b/packages/lazytower.circom/package.json
@@ -13,7 +13,8 @@
"license": "GPL-3.0",
"files": [
"circuits/",
- "README.md"
+ "README.md",
+ "LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/lazytower.circom",
diff --git a/packages/lazytower.sol/LICENSE b/packages/lazytower.sol/LICENSE
new file mode 120000
index 000000000..89a15f798
--- /dev/null
+++ b/packages/lazytower.sol/LICENSE
@@ -0,0 +1 @@
+contracts/LICENSE
\ No newline at end of file
diff --git a/packages/lazytower.sol/contracts/LICENSE b/packages/lazytower.sol/contracts/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/lazytower.sol/contracts/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/lazytower.sol/contracts/README.md b/packages/lazytower.sol/contracts/README.md
index faec12856..bac6ef2b4 100644
--- a/packages/lazytower.sol/contracts/README.md
+++ b/packages/lazytower.sol/contracts/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/lazytower/LICENSE b/packages/lazytower/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/lazytower/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/lazytower/README.md b/packages/lazytower/README.md
index d3c8677e3..cc9e6cbb1 100644
--- a/packages/lazytower/README.md
+++ b/packages/lazytower/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/lazytower/package.json b/packages/lazytower/package.json
index 3ce0078aa..049737dbb 100644
--- a/packages/lazytower/package.json
+++ b/packages/lazytower/package.json
@@ -15,7 +15,8 @@
"files": [
"dist/",
"src/",
- "README.md"
+ "README.md",
+ "LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/lazytower",
diff --git a/packages/rollup-plugin-rust/LICENSE b/packages/rollup-plugin-rust/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/rollup-plugin-rust/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/rollup-plugin-rust/README.md b/packages/rollup-plugin-rust/README.md
index b83b502a7..da23a060a 100644
--- a/packages/rollup-plugin-rust/README.md
+++ b/packages/rollup-plugin-rust/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/rollup-plugin-rust/package.json b/packages/rollup-plugin-rust/package.json
index 38df108e4..c86d04f73 100644
--- a/packages/rollup-plugin-rust/package.json
+++ b/packages/rollup-plugin-rust/package.json
@@ -12,7 +12,8 @@
"files": [
"dist/",
"src/",
- "README.md"
+ "README.md",
+ "LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/rollup-plugin-rust",
diff --git a/packages/smt/LICENSE b/packages/smt/LICENSE
new file mode 100644
index 000000000..4377091ec
--- /dev/null
+++ b/packages/smt/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Ethereum Foundation
+
+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/packages/smt/README.md b/packages/smt/README.md
index 7fb50e360..9eecdf2a7 100644
--- a/packages/smt/README.md
+++ b/packages/smt/README.md
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/packages/smt/package.json b/packages/smt/package.json
index 9d745d6b9..11f160034 100644
--- a/packages/smt/package.json
+++ b/packages/smt/package.json
@@ -20,7 +20,8 @@
"files": [
"dist/",
"src/",
- "README.md"
+ "README.md",
+ "LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/smt",