Skip to content

Commit ceed89b

Browse files
authored
feat: Apply Prosperity Public License (#15)
This commit applies the Prosperity Public License to the project. - Adds a `NOTICE` file with the required information. - Adds the license header to all Python source files.
1 parent 69d78b7 commit ceed89b

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright (c) 2025-2026 CoReason, Inc
2+
3+
This software is licensed under the Prosperity Public License 3.0.0.
4+
The issuer of the Prosperity Public License for this software is CoReason, Inc.
5+
6+
For a commercial version of this software, please contact us at license@coreason.ai.

src/my_python_project/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2025-2026 CoReason, Inc. All Rights Reserved.
2+
#
3+
# This software is proprietary and dual-licensed.
4+
# Licensed under the Prosperity Public License 3.0.0 (the "License").
5+
# A copy of the license is available at https://prosperitylicense.com/versions/3.0.0
6+
# For details, see the LICENSE file.
7+
#
8+
# Commercial use beyond a 30-day trial requires a separate license.
9+
# Contact: gowtham.rao@coreason.ai

tests/test_example.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
# Copyright (c) 2025-2026 CoReason, Inc. All Rights Reserved.
2+
#
3+
# This software is proprietary and dual-licensed.
4+
# Licensed under the Prosperity Public License 3.0.0 (the "License").
5+
# A copy of the license is available at https://prosperitylicense.com/versions/3.0.0
6+
# For details, see the LICENSE file.
7+
#
8+
# Commercial use beyond a 30-day trial requires a separate license.
9+
# Contact: gowtham.rao@coreason.ai
10+
11+
112
def test_always_passes():
213
assert True

0 commit comments

Comments
 (0)