NAME
Software::License::GPL_3::or_later - GPLv3+ license for Software::License
VERSION
Version 0.009.
DESCRIPTION
Look into Software::License::OrLaterPack for general topics: purpose, installation, etc.
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 documentation on Software::License for a general description of the class interface.
METHODS
_name
Returns the name of license, with "the" article in front of name (in lower case). It does include neither license version nor "or any later" clause.
_version
Returns version of the license, just a number, no date, no plus sign at the end.
name
This method, in contrast to _name, meets <Software::License> specification: Definitive article is capitalized ("The"), name includes version and "or any later" clause.
version
Returns version with trailing plus sign.
notice
This method overrides Software::License's notice
. Differences are:
The method has optional parameter — program name (default name is "this program"). It is used in
notice text.
It returns copyright statement followed by standard GNU 3-paragraph license notice.
Result is formatted with Text::Wrap::fill.
Note: Program name is an experimental feature.
AUTHOR
Van de Bugger <van.de.bugger@gmail.com>
COPYRIGHT AND LICENSE
Copyright © 2015 Van de Bugger
This file is part of Software-License-OrLaterPack.
Software-License-OrLaterPack 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.
Software-License-OrLaterPack 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 Software-License-OrLaterPack. If not, see <http://www.gnu.org/licenses/>.