aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-21 20:05:13 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-21 20:08:00 +0100
commit46fc2671c139cdce834b29e700deba60e626820f (patch)
treeb2c6fc19506fb15720c5ae951e8f3974900622ac
parent23b284173469f372e6cebc661d267bc7441cc3b4 (diff)
Improve ‘Copyright’ section in README.
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4ccc8c6..3eafd75 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,19 @@ Run `npm start` in this directory to start a development server, and
`npm run build` to generate a build ready for production, `npm run serve`
to preview the production site.
-# Copyright
+# Author
© 2024 [Guilhem Moulin](https://guilhem.se).
-License: [GNU Affero General Public License version 3 or later](https://www.gnu.org/licenses/agpl-3.0.html).
-This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.
+
+# Licensing
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU Affero General Public License (with
+exceptions for SVG images) 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](https://www.gnu.org/licenses/agpl-3.0.html) for
+more details.