From: Jason Stephenson Date: Tue, 24 Jun 2014 13:45:11 +0000 (-0400) Subject: Fix some licensing informaiton. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aaac74dc110d450cf98b4e5a0dd81ff3aed2b574;p=working%2FNCIPServer.git Fix some licensing informaiton. The MYMETA.* files had URLs for the GPL Version 1, and we're using GPL Version 2. Also delete the COPYING file, since it is more or less out of date. Signed-off-by: Jason Stephenson --- diff --git a/COPYING b/COPYING deleted file mode 100644 index a4756ad..0000000 --- a/COPYING +++ /dev/null @@ -1,18 +0,0 @@ - Copyright (C) 2013 Merrimack Valley Library Consortium - Copyright (C) 2013 PALS - - 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 2 - 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, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301 USA - diff --git a/MYMETA.json b/MYMETA.json index 13bfbea..2e95bd1 100644 --- a/MYMETA.json +++ b/MYMETA.json @@ -17,7 +17,7 @@ "release_status" : "stable", "resources" : { "license" : [ - "http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt" + "http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" ] }, "version" : "0.01" diff --git a/MYMETA.yml b/MYMETA.yml index 19a5f39..06c3e99 100644 --- a/MYMETA.yml +++ b/MYMETA.yml @@ -11,5 +11,5 @@ meta-spec: version: 1.4 name: NCIP resources: - license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt + license: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt version: 0.01