From 7d053959f6ce971d15914dab32de5e145e0f10dc Mon Sep 17 00:00:00 2001 From: Salvador Fandino Date: Wed, 20 Apr 2016 15:46:16 +0200 Subject: Fix copyright notice in nxcomp/Version.c It was GPL3 instead of GPL2! Fixes ArcticaProject/nx-libs#112 --- nxcomp/Version.c | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/nxcomp/Version.c b/nxcomp/Version.c index 2b431532b..ff1793434 100644 --- a/nxcomp/Version.c +++ b/nxcomp/Version.c @@ -1,31 +1,22 @@ /**************************************************************************/ /* */ -/* Copyright (C) 2014 Qindel http://qindel.com and QVD http://theqvd.com */ +/* Copyright (c) 2015 Qindel Formacion y Servicios SL. */ /* */ /* 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. */ +/* it under the terms of the GNU General Public License Version 2, as */ +/* published by the Free Software Foundation. */ /* */ /* 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. */ +/* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTA- */ +/* BILITY 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 . */ -/* */ -/* Additional permission under GNU GPL version 3 section 7 */ -/* */ -/* If you modify this Program, or any covered work, by linking or */ -/* combining it with [name of library] (or a modified version of that */ -/* library), containing parts covered by the terms of [name of library's */ -/* license], the licensors of this Program grant you additional */ -/* permission to convey the resulting work. {Corresponding Source for a */ -/* non-source form of such a combination shall include the source code */ -/* for the parts of [name of library] used as well as that of the covered */ -/* work.} */ +/* along with this program; if not, you can request a copy from Qindel */ +/* or write to the Free Software Foundation, Inc., 51 Franklin Street, */ +/* Fifth Floor, Boston, MA 02110-1301 USA. */ /* */ +/* All rights reserved. */ /* */ /**************************************************************************/ -- cgit v1.2.3