diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 09:28:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 09:28:40 +0800 |
commit | c8864c82eb2eacddd0a2ce1e6b62afa5efb3a0c7 (patch) | |
tree | 2b4748fc3d1a05d8369fde15d8bbb9962f868e7d /README.md | |
parent | README.md: Extend AGPL notes (diff) | |
download | forge-c8864c82eb2eacddd0a2ce1e6b62afa5efb3a0c7.tar.gz forge-c8864c82eb2eacddd0a2ce1e6b62afa5efb3a0c7.tar.zst forge-c8864c82eb2eacddd0a2ce1e6b62afa5efb3a0c7.zip |
README.md: Fix the URL to the GNU AGPL
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -123,7 +123,8 @@ which is [ideal](https://opensource.org/faq#cc-zero) because it expressly disclaims granting patent licenses. -We have also considered the [GNU AGPL](www.gnu.org/licenses/agpl-3.0.en.html), +We have also considered the +[GNU AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html), but it has various caveats that we don't fully understand (e.g. many say that library code do not have to be provided, but the license text requires the Corresponding Source to be provided; a lot of things are contradictory). |