Skip to content
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

add starter license #245

Merged
merged 1 commit into from
Sep 14, 2024
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
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# License

© Christopher Loverich 2024. All rights reserved.

Please see https://github.com/cloverich/chronicles/issues/244

This project is "source available," meaning the source code is viewable but not open for use, modification, or distribution.

All rights are reserved by the author. Usage of this code without explicit permission is prohibited.

## Contributions

By contributing to this repository, you agree to a Contributor License Agreement (CLA), transferring all rights of your contributions to the author. This means the author retains the right to use, modify, and license your contributions as they see fit.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "chronicles",
"version": "1.0.0",
"main": "main.bundle.js",
"license": "UNLICENSED",
"scripts": {
"build": "./build.sh",
"lint": "yarn run lint:prettier:check && yarn run lint:types:check",
Expand Down
Loading