Fix license notice for mod-qserver.c
authorMichael Poole <mdpoole@troilus.org>
Fri, 22 Sep 2006 03:28:08 +0000 (03:28 +0000)
committerMichael Poole <mdpoole@troilus.org>
Fri, 22 Sep 2006 03:28:08 +0000 (03:28 +0000)
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

ChangeLog
src/mod-qserver.c

index 255c138e0183733d429af75797705b83f283ed33..683afcac2585895a0f3f0760a2346d1dc94e2b5c 100644 (file)
--- 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 <mdpoole@troilus.org>     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 <mdpoole@troilus.org>     patch-42
 
     Summary:
index 678846d851ca8ad31280a4c10e8c8fe9a9990dc4..da9c941dfbbe6e6623d1d937ba762b995693cbed 100644 (file)
@@ -1,16 +1,21 @@
 /* Direct Query Server module for srvx 1.x
  * Copyright 2006 Michael Poole <mdpoole@troilus.org>
  *
- * 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 <mdpoole@troilus.org> 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"