aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-04-13 00:55:29 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:30:27 +0200
commitd23a8567e685304e6ff099bdeb02a24f3770dc13 (patch)
tree18c24017092b4438fa0887f915f00e61139f7229 /README.md
parent39bf760edb093c1cba9f397db610cc8c1300a754 (diff)
downloadslcl-android-d23a8567e685304e6ff099bdeb02a24f3770dc13.tar.gz
Relicense under GPLv3-or-later
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 25 insertions, 4 deletions
diff --git a/README.md b/README.md
index 62db07a..6db363c 100644
--- a/README.md
+++ b/README.md
@@ -36,16 +36,37 @@ This project would have taken much more time without the clear instructions foun
## Author
-[Coffee](https://gitlab.com/Matrixcoffee)
+* [Coffee](https://gitlab.com/Matrixcoffee) (original author)
+* [Xavi](https://gitea.privatedns.org/xavi) (maintainer)
## Contact
+### Coffee
* Website: [https://open.source.coffee](https://open.source.coffee)
* Mastodon: [@Coffee@toot.cafe](https://toot.cafe/@Coffee)
+### Xavi
+* Website: [https://xavi.privatedns.org](https://xavi.privatedns.org)
+* Gitea: [https://gitea.privatedns.org](https://gitea.privatedns.org)
## License
-This software is is licensed under the CC0 license, meaning that to the extent possible under law, the author has waived all copyright and related or neighboring rights to this work.
+This software was originally licensed under the CC0 license, meaning that to the extent possible under law, the original author has waived all copyright and related or neighboring rights to this work. Then, it was relicensed under the GPLv3-or-later by Xavi.
-This software is offered as-is, and the author makes no representations or warranties of any kind concerning the software, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
+```
+android-simple, a simple "Hello, world" Android app
+Copyright (C) 2023 Xavier Del Campo Romero
+
+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
+(at your option) 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/>.
+```
-The above is a summary; the full license can be found in the file called [LICENSE](LICENSE), or at [the creative commons website](https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt).
+The above is a summary; the full license can be found in the file called [LICENSE](LICENSE).