summaryrefslogtreecommitdiff
path: root/lib/modules/swfcgi.c
diff options
context:
space:
mode:
authorkramm <kramm>2003-08-08 16:25:13 +0000
committerkramm <kramm>2003-08-08 16:25:13 +0000
commitaee9de2c6eb23628e54b6896f5b441d9b39317c1 (patch)
tree74a8ecf8b289a8d9ed17ebcf1293f97c6c8830ef /lib/modules/swfcgi.c
parentf4b6a21c1f1a3229016220902233594d1b597c0a (diff)
added (long) GPL headers.
Diffstat (limited to 'lib/modules/swfcgi.c')
-rw-r--r--lib/modules/swfcgi.c16
1 files changed, 13 insertions, 3 deletions
diff --git a/lib/modules/swfcgi.c b/lib/modules/swfcgi.c
index 67e0b4c0..a1656e50 100644
--- a/lib/modules/swfcgi.c
+++ b/lib/modules/swfcgi.c
@@ -9,9 +9,19 @@
Copyright (c) 2001 Rainer Böhme <rfxswf@reflex-studio.de>
- This file is distributed under the GPL, see file COPYING for details
-
-*/
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define ishex(x) (((x) >= '0' && (x) <= '9') || ((x) >= 'a' && (x) <= 'f') || ((x) >= 'A' && (x) <= 'F'))