From 40bcd21acab827198869dcca91a61f5110fb79c8 Mon Sep 17 00:00:00 2001 From: patak Date: Thu, 24 Nov 2022 11:53:23 +0100 Subject: [PATCH] chore: add license --- LICENSE | 21 +++++++++++++++++++++ README.md | 10 ++++++++-- package.json | 2 ++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..6a26dd80 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022-present, Elk contributors + +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 b8e0ae4f..7ef76127 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # Elk +[/public/] + A nimble Mastodon web client made with 💛. Elk is in early alpha, but it is already quite usable. We would love your feedback and contributions. -Check out the [Open Issues](/issues) and jump in the action. Join the [Elk discord server](https://discord.gg/vAZSDU9J) to learn more and get involved! +Check out the [Open Issues](https://github.com/elk-zone/elk/issues) and jump in the action. Join the [Elk discord server](https://discord.gg/vAZSDU9J) to learn more and get involved! The client is deployed to [elk.zone](https://elk.zone), you can share screenshots on social media but avoid sharing this URL or the discord server until we open the repo. -If you would like to contribute, until the repo is open, please create branches in the main repository and send a PR from there. \ No newline at end of file +If you would like to contribute, until the repo is open, please create branches in the main repository and send a PR from there. + +# License + +MIT diff --git a/package.json b/package.json index 1f9111a3..7c8336f3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "type": "module", "private": true, "packageManager": "pnpm@7.9.0", + "license": "MIT", + "homepage": "https://elk.zone/", "scripts": { "build": "nuxi build", "dev": "nuxi dev",