Skip to content
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
6 changes: 6 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Copyright (c) 2025-2026 CoReason, Inc

This software is licensed under the Prosperity Public License 3.0.0.
The issuer of the Prosperity Public License for this software is CoReason, Inc.

For a commercial version of this software, please contact us at license@coreason.ai.
9 changes: 9 additions & 0 deletions src/my_python_project/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2025-2026 CoReason, Inc. All Rights Reserved.
#
# This software is proprietary and dual-licensed.
# Licensed under the Prosperity Public License 3.0.0 (the "License").
# A copy of the license is available at https://prosperitylicense.com/versions/3.0.0
# For details, see the LICENSE file.
#
# Commercial use beyond a 30-day trial requires a separate license.
# Contact: gowtham.rao@coreason.ai
11 changes: 11 additions & 0 deletions tests/test_example.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Copyright (c) 2025-2026 CoReason, Inc. All Rights Reserved.
#
# This software is proprietary and dual-licensed.
# Licensed under the Prosperity Public License 3.0.0 (the "License").
# A copy of the license is available at https://prosperitylicense.com/versions/3.0.0
# For details, see the LICENSE file.
#
# Commercial use beyond a 30-day trial requires a separate license.
# Contact: gowtham.rao@coreason.ai


def test_always_passes():
assert True