diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-23 18:09:13 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-23 18:09:13 -0400 |
commit | 222856031fbbf314e8e47db414225756a9c6fba2 (patch) | |
tree | bb79c3265c674380ff1066dfd71658c89b88ee75 /src/lib/libremessages | |
parent | ff15727c30e5b9af5225869e38cbcfa2b08da6c2 (diff) |
Most of my desired re-licensings were authorized on the dev list
Diffstat (limited to 'src/lib/libremessages')
-rwxr-xr-x | src/lib/libremessages | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libremessages b/src/lib/libremessages index cb3d883..b89e2bc 100755 --- a/src/lib/libremessages +++ b/src/lib/libremessages @@ -15,11 +15,11 @@ # Copyright (C) 2006 Andras Voroskoi <voroskoi@frugalware.org> # Copyright (C) 2006 Miklos Vajna <vmiklos@frugalware.org> # -# License: GNU GPLv3+ +# License: GNU GPLv2+ # # 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 +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -30,9 +30,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# setup_traps() is based on pacman:makepkg, which is GPLv2+, -# so we take the '+' to combine it with our GPLv3+. - ################################################################################ # Inherit most functions from devtools # ################################################################################ |