summaryrefslogtreecommitdiffstats
path: root/conffile
diff options
context:
space:
mode:
authorlaforge <laforge>2001-09-01 11:51:53 +0000
committerlaforge <laforge>2001-09-01 11:51:53 +0000
commitd76c4812d92e4a89d0fb7ab0a9f280b00a09e2e7 (patch)
tree083e3376e7c08f5df43b047050d65d8041a42c72 /conffile
parent93dd119b948d7cf5f3b5bf01a14a40194c5376ab (diff)
license correction (explicitly use GPLv2)
Diffstat (limited to 'conffile')
-rw-r--r--conffile/conffile.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/conffile/conffile.c b/conffile/conffile.c
index 4257e3d..be16173 100644
--- a/conffile/conffile.c
+++ b/conffile/conffile.c
@@ -2,9 +2,21 @@
*
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
- * $Id: conffile.c,v 1.2 2001/02/04 13:08:02 laforge Exp $
+ * $Id: conffile.c,v 1.3 2001/05/26 23:19:28 laforge Exp $
*
- * This code is distributed under the terms of GNU GPL */
+ * This program is free software; you can redistribute it and/or modify
+ * 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.
+ *
+ * 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
+ */
#include <stdio.h>
#include <string.h>