From 3106e7b27dcd4f0f361e9f716047c5f4167603e7 Mon Sep 17 00:00:00 2001 From: Mish <10400064+mishushakov@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:06:14 +0200 Subject: [PATCH 1/2] added MIT license to code-interpreter SDKs and charts library --- chart_data_extractor/LICENSE | 9 +++++++++ chart_data_extractor/pyproject.toml | 2 +- js/LICENSE | 9 +++++++++ python/LICENSE | 9 +++++++++ python/pyproject.toml | 2 +- 5 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 chart_data_extractor/LICENSE create mode 100644 js/LICENSE create mode 100644 python/LICENSE diff --git a/chart_data_extractor/LICENSE b/chart_data_extractor/LICENSE new file mode 100644 index 00000000..4aa6529d --- /dev/null +++ b/chart_data_extractor/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2025 FOUNDRYLABS, 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, 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/chart_data_extractor/pyproject.toml b/chart_data_extractor/pyproject.toml index 6ca00367..4694b151 100644 --- a/chart_data_extractor/pyproject.toml +++ b/chart_data_extractor/pyproject.toml @@ -3,7 +3,7 @@ name = "e2b-charts" version = "0.0.3" description = "Package for extracting data for E2B Code Interpreter" authors = ["e2b "] -license = "Apache-2.0" +license = "MIT" readme = "README.md" homepage = "https://e2b.dev/" repository = "https://github.com/e2b-dev/e2b-code-interpreter/tree/python" diff --git a/js/LICENSE b/js/LICENSE new file mode 100644 index 00000000..4aa6529d --- /dev/null +++ b/js/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2025 FOUNDRYLABS, 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, 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/python/LICENSE b/python/LICENSE new file mode 100644 index 00000000..4aa6529d --- /dev/null +++ b/python/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2025 FOUNDRYLABS, 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, 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/python/pyproject.toml b/python/pyproject.toml index d1d859cf..b8b857a2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ name = "e2b-code-interpreter" version = "1.5.0" description = "E2B Code Interpreter - Stateful code execution" authors = ["e2b "] -license = "Apache-2.0" +license = "MIT" readme = "README.md" homepage = "https://e2b.dev/" repository = "https://github.com/e2b-dev/code-interpreter/tree/main/python" From 5af05ee6c08aae18ed5177ae1154486bb2eb884d Mon Sep 17 00:00:00 2001 From: Mish <10400064+mishushakov@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:18:27 +0200 Subject: [PATCH 2/2] added changeset --- .changeset/shaggy-cups-compare.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/shaggy-cups-compare.md diff --git a/.changeset/shaggy-cups-compare.md b/.changeset/shaggy-cups-compare.md new file mode 100644 index 00000000..2242a953 --- /dev/null +++ b/.changeset/shaggy-cups-compare.md @@ -0,0 +1,7 @@ +--- +'@e2b/data-extractor': patch +'@e2b/code-interpreter-python': patch +'@e2b/code-interpreter': patch +--- + +added MIT License source