diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e0a6edc --- /dev/null +++ b/LICENSE @@ -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. diff --git a/package.json b/package.json index 682d66c..eef596f 100644 --- a/package.json +++ b/package.json @@ -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",