From 9ec349e7339ac6c4366d9ecaa3bd520f3177ab7b Mon Sep 17 00:00:00 2001 From: James Long Date: Fri, 29 Apr 2022 10:39:04 -0400 Subject: [PATCH] license --- LICENSE.txt | 7 +++++++ README.md | 2 +- package.json | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..5ace00c --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,7 @@ +Copyright 2022 James Long + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 733600c..63e4392 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Go to https://localhost:5006 in your browser and you'll see Actual. You should deploy your server so it's always running. We recommend [fly.io](https://fly.io) which makes it incredibly easy and provides a free plan. -[Create an account](https://fly.io/app/sign-in). Once you see the credit card page, you don't actually have to enter it. Just navigate to https://fly.io/apps to see the dashboard. +[Create an account](https://fly.io/app/sign-in). Although you are required to enter payment details, everything we do here will work on the free tier and you won't be charged. Next, [install the `flyctl`](https://fly.io/docs/flyctl/installing/) utility. Run `flyctl auth login` to sign into your account. diff --git a/package.json b/package.json index 465df25..de2813d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "actual-sync", "version": "1.0.0", + "license": "MIT", "description": "actual syncing server", "main": "index.js", "scripts": {