aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-10-26 20:12:01 +0800
committerKunoiSayami <[email protected]>2021-10-26 20:12:01 +0800
commit12cefea4d94ccf6efe2502f4b2b6c5874a3c9479 (patch)
tree705fc4c4081c7b8f884d45d01fd232997ce4359f /README.md
parentc06c015b814e5b05ef137972495afd72393a5688 (diff)
license: Use AGPLv3 instead of UNLICENSE
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8f9d89..3592f64 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,17 @@ sudo pacman-key --lsign-key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
### For developers:
Use commit message starts with `fix(repo)` will let CI/CD rebuild all packages.
+
+## License
+
+_Except file under `repo` folder, this folder use [UNLICENSE](repo/UNLICENSE)_
+
+[![](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.txt)
+
+Copyright (C) 2021 KunoiSayami && CoelacanthusHex
+
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.