diff --git a/LICENSE b/LICENSE index f8b5abf..39846f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,15 +1,13 @@ -Copyright © 2021–2025 Stanislav Pankevich, Maryna Balioura +Copyright © 2021-2025 Stanislav Pankevich, Maryna Balioura -This software is dual-licensed under the following terms: + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -- Licensed under the Apache License, Version 2.0 **when used within the StrictDoc project**: - https://github.com/strictdoc-project/strictdoc + http://www.apache.org/licenses/LICENSE-2.0 -- **All other use cases** — including but not limited to commercial use outside the StrictDoc ecosystem — are subject to a separate license (To Be Determined). - -For licensing inquiries outside the scope of StrictDoc, please contact: - -- Maryna Balioura: mettta@gmail.com -- Stanislav Pankevich: s.pankevich@gmail.com - -See the LICENSE-APACHE file for the full text of the Apache License 2.0. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE-APACHE b/LICENSE-APACHE deleted file mode 100644 index af89323..0000000 --- a/LICENSE-APACHE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2020-2025 Stanislav Pankevich, Maryna Balioura - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/pyproject.toml b/pyproject.toml index 026dcdb..2cfa744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ name = "html2pdf4doc" dynamic = ["version"] description = "Python client for HTML2PDF4Doc JavaScript library." readme = "README.md" -license = { text = "Custom: Apache-2.0 (only when used with StrictDoc); all other uses require a separate license." } -license-files = [ "LICENSE", "LICENSE-APACHE" ] +license = { text = "Apache-2.0" } +license-files = [ "LICENSE" ] requires-python = ">=3.8" authors = [ { name = "Stanislav Pankevich", email = "s.pankevich@gmail.com" }, diff --git a/submodules/html2pdf b/submodules/html2pdf index 965065a..02185b6 160000 --- a/submodules/html2pdf +++ b/submodules/html2pdf @@ -1 +1 @@ -Subproject commit 965065ac253478d5e1f00729eb57e1e0381ba812 +Subproject commit 02185b6bf87a71cd94187352e1437e18fe3a8ef6