chore: add license

pull/43/head
patak 2022-11-24 11:53:23 +01:00
rodzic caa6af7ab8
commit 40bcd21aca
3 zmienionych plików z 31 dodań i 2 usunięć

21
LICENSE 100644
Wyświetl plik

@ -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.

Wyświetl plik

@ -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.
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

Wyświetl plik

@ -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",