1
0
forked from HPR/hpr_generator

Change license to AGPLV3

This commit is contained in:
2022-07-13 23:16:44 -04:00
parent 9431e0cac4
commit 3f19fea622
2 changed files with 629 additions and 9 deletions

View File

@@ -46,6 +46,24 @@ This is a site generator for the Hacker Public Radio website based upon the Perl
Roan Horning <roan.horning@no-spam.gmail.com>
=head1 LICENSE
site-generator -- a static website generator for HPR
Copyright (C) 2022 Roan Horning
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/>.
=cut
use strict;