diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-07-04 18:14:31 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-07-04 18:14:31 +0200 |
commit | ace67806e8960167349d21ceb0f1acd5e3ca0c11 (patch) | |
tree | c2ca0ac96eef9a6ad62aca2d869a4ff32c4b432a /resources/templates/licenses/agpl-3.0-only-short.txt | |
parent | 662066e5fb94f44dd2f182611d3175c8ccafcaf1 (diff) | |
download | Dist::Maker-ace67806e8960167349d21ceb0f1acd5e3ca0c11.tar.gz Dist::Maker-ace67806e8960167349d21ceb0f1acd5e3ca0c11.tar.bz2 |
Add AGPL-3.0-only license
Diffstat (limited to 'resources/templates/licenses/agpl-3.0-only-short.txt')
-rw-r--r-- | resources/templates/licenses/agpl-3.0-only-short.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/templates/licenses/agpl-3.0-only-short.txt b/resources/templates/licenses/agpl-3.0-only-short.txt new file mode 100644 index 0000000..605d448 --- /dev/null +++ b/resources/templates/licenses/agpl-3.0-only-short.txt @@ -0,0 +1,12 @@ +Copyright © {{ date.year }} + +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, version 3. + +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/> |