Skip to content

LICENSE change #41

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 2, 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
24 changes: 9 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
This software is licensed under the Apache License, Version 2.0 when used within the StrictDoc project, https://github.com/strictdoc-project/strictdoc.
Copyright © 2021–2025 Stanislav Pankevich, Maryna Balioura

For all other uses, including standalone or third-party projects, the licensing terms are to be determined (TBD) and will be clarified in a future update.
This software is dual-licensed under the following terms:

For inquiries regarding licensing outside of StrictDoc, please contact Maryna Balioura mettta@gmail.com and Stanislav Pankevich s.pankevich@gmail.com.
- Licensed under the Apache License, Version 2.0 **when used within the StrictDoc project**:
https://github.com/strictdoc-project/strictdoc

----
- **All other use cases** — including but not limited to commercial use outside the StrictDoc ecosystem — are subject to a separate license (To Be Determined).

Copyright 2020-2025 Stanislav Pankevich, Maryna Balioura
For licensing inquiries outside the scope of StrictDoc, please contact:

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
- Maryna Balioura: mettta@gmail.com
- Stanislav Pankevich: s.pankevich@gmail.com

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.
See the LICENSE-APACHE file for the full text of the Apache License 2.0.
13 changes: 13 additions & 0 deletions LICENSE-APACHE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ name = "html2pdf4doc"
dynamic = ["version"]
description = "Python client for HTML2PDF4Doc JavaScript library."
readme = "README.md"
# https://github.com/pypa/twine/issues/1216 license-files is broken as of 2025-02-03
# Using [] as a suggested workaround.
# license-files = [ "LICENSE" ]
license-files = []
license = { text = "Custom: Apache-2.0 (only when used with StrictDoc); all other uses require a separate license." }
license-files = [ "LICENSE", "LICENSE-APACHE" ]
requires-python = ">=3.8"
authors = [
{ name = "Stanislav Pankevich", email = "s.pankevich@gmail.com" },
Expand Down