From a6d7e110573a776b44ea812e665f470eba4397aa Mon Sep 17 00:00:00 2001 From: Christopher Loverich <1010084+cloverich@users.noreply.github.com> Date: Sat, 14 Sep 2024 10:25:12 -0700 Subject: [PATCH] add starter license --- LICENSE | 13 +++++++++++++ package.json | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 LICENSE 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",