diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-09-02 17:15:47 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-09-02 17:15:47 +0200 |
commit | 1b76d3585bec2bd688d400b7e936622eb8a0b1db (patch) | |
tree | f419fb15dbae66ef074d958944b9dbec5e002b06 /lib/Fripost.pm | |
parent | d3fd0fc5dc763eaaf931520f3c598346ad2a985e (diff) |
Diffstat (limited to 'lib/Fripost.pm')
-rw-r--r-- | lib/Fripost.pm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/Fripost.pm b/lib/Fripost.pm index 93531f9..eae9461 100644 --- a/lib/Fripost.pm +++ b/lib/Fripost.pm @@ -3,17 +3,17 @@ # Copyright © 2012-2018 Fripost # Copyright © 2012-2018 Guilhem Moulin <guilhem@fripost.org> # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU 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 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 General Public License for more details. +# 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 General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #---------------------------------------------------------------------- |