Skip to content

Commit 14d9e79

Browse files
committed
Switch LICENSE to all Apache 2
1 parent 179dfde commit 14d9e79

File tree

4 files changed

+13
-28
lines changed

4 files changed

+13
-28
lines changed

LICENSE

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
Copyright © 20212025 Stanislav Pankevich, Maryna Balioura
1+
Copyright © 2021-2025 Stanislav Pankevich, Maryna Balioura
22

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

5-
- Licensed under the Apache License, Version 2.0 **when used within the StrictDoc project**:
6-
https://github.com/strictdoc-project/strictdoc
7+
http://www.apache.org/licenses/LICENSE-2.0
78

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).
9-
10-
For licensing inquiries outside the scope of StrictDoc, please contact:
11-
12-
- Maryna Balioura: mettta@gmail.com
13-
- Stanislav Pankevich: s.pankevich@gmail.com
14-
15-
See the LICENSE-APACHE file for the full text of the Apache License 2.0.
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.

LICENSE-APACHE

Lines changed: 0 additions & 13 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ name = "html2pdf4doc"
2727
dynamic = ["version"]
2828
description = "Python client for HTML2PDF4Doc JavaScript library."
2929
readme = "README.md"
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" ]
30+
license = { text = "Apache-2.0" }
31+
license-files = [ "LICENSE" ]
3232
requires-python = ">=3.8"
3333
authors = [
3434
{ name = "Stanislav Pankevich", email = "s.pankevich@gmail.com" },

0 commit comments

Comments
 (0)