Skip to content

Commit cbee872

Browse files
committed
LICENSE change
1 parent 04d9f3f commit cbee872

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

LICENSE

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
This software is licensed under the Apache License, Version 2.0 when used within the StrictDoc project, https://github.com/strictdoc-project/strictdoc.
1+
Copyright © 2020–2025 Stanislav Pankevich, Maryna Balioura
22

3-
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.
3+
This software is dual-licensed under the following terms:
44

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

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

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

11-
Licensed under the Apache License, Version 2.0 (the "License");
12-
you may not use this file except in compliance with the License.
13-
You may obtain a copy of the License at
12+
- Maryna Balioura: mettta@gmail.com
13+
- Stanislav Pankevich: s.pankevich@gmail.com
1414

15-
http://www.apache.org/licenses/LICENSE-2.0
16-
17-
Unless required by applicable law or agreed to in writing, software
18-
distributed under the License is distributed on an "AS IS" BASIS,
19-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20-
See the License for the specific language governing permissions and
21-
limitations under the License.
15+
See the LICENSE-APACHE file for the full text of the Apache License 2.0.

LICENSE-APACHE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2020-2025 Stanislav Pankevich, Maryna Balioura
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ name = "html2pdf4doc"
2727
dynamic = ["version"]
2828
description = "Python client for HTML2PDF4Doc JavaScript library."
2929
readme = "README.md"
30-
# https://github.com/pypa/twine/issues/1216 license-files is broken as of 2025-02-03
31-
# Using [] as a suggested workaround.
32-
# license-files = [ "LICENSE" ]
33-
license-files = []
30+
license = { text = "Custom: Apache-2.0 (only when used with StrictDoc); all other uses require a separate license." }
31+
license-files = [ "LICENSE", "LICENSE-APACHE" ]
3432
requires-python = ">=3.8"
3533
authors = [
3634
{ name = "Stanislav Pankevich", email = "s.pankevich@gmail.com" },

0 commit comments

Comments
 (0)