NAME
Software::License::GPL_3::or_later - Add-on for Software::License module providing "or any later" clause to GPL_3
VERSION
version 0.003
DESCRIPTION
Software::License::GPL_3::or_later
is a subclass of Software::License::GPL_3. It overrides few parent methods:
name
-
appends ", or any later" clause to the parent license name;
version
-
appends "+" to the parent license version;
notice
-
returns copyright statement and standard GNU 3-paragraph license notice (see the section L<COPYRIGHT AND LICENSE> below).
See documentation on Software::License for a general description of class interface.
AUTHOR
Van de Bugger <van.de.bugger@liamg.moc>
COPYRIGHT AND LICENSE
Copyright (C) 2015 Van de Bugger
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 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.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.