Skip to content

Switch LICENSE to all Apache 2 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Copyright © 20212025 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.
13 changes: 0 additions & 13 deletions LICENSE-APACHE

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion submodules/html2pdf
Submodule html2pdf updated 4 files
+10 −12 LICENSE
+0 −13 LICENSE-APACHE
+1 −1 package-lock.json
+1 −1 package.json