From: Michael Poole Date: Fri, 22 Sep 2006 03:28:08 +0000 (+0000) Subject: Fix license notice for mod-qserver.c X-Git-Tag: v1.4.0-rc1~113 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=a39ad168726ad1a4780e29f7986bb653f362ab06 Fix license notice for mod-qserver.c src/mod-qserver.c: Since this was for public distribution, use the standard GPL header notice. git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-43 --- diff --git a/ChangeLog b/ChangeLog index 255c138..683afca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-09-22 03:28:08 GMT Michael Poole patch-43 + + Summary: + Fix license notice for mod-qserver.c + Revision: + srvx--devo--1.3--patch-43 + + src/mod-qserver.c: Since this was for public distribution, use the + standard GPL header notice. + + modified files: + ChangeLog src/mod-qserver.c + + 2006-09-22 03:05:54 GMT Michael Poole patch-42 Summary: diff --git a/src/mod-qserver.c b/src/mod-qserver.c index 678846d..da9c941 100644 --- a/src/mod-qserver.c +++ b/src/mod-qserver.c @@ -1,16 +1,21 @@ /* Direct Query Server module for srvx 1.x * Copyright 2006 Michael Poole * - * This is PROPRIETARY, UNPUBLISHED code. + * This file is part of srvx. * - * This file is not part of srvx. The only logical reason for you to have - * this file is to be working for GameSurge. + * srvx 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. * - * If this is not the case, you should delete this copy and inform - * Michael Poole where you acquired it. + * 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. * - * The copyright notice above is not evidence that this code is, has been, - * or ever will be publicly licensed. + * You should have received a copy of the GNU General Public License + * along with srvx; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include "conf.h"