summaryrefslogtreecommitdiffstats
path: root/src/expect
diff options
context:
space:
mode:
Diffstat (limited to 'src/expect')
-rw-r--r--src/expect/api.c8
-rw-r--r--src/expect/build.c8
-rw-r--r--src/expect/getter.c8
-rw-r--r--src/expect/parse.c8
-rw-r--r--src/expect/setter.c8
-rw-r--r--src/expect/snprintf.c8
-rw-r--r--src/expect/snprintf_default.c8
7 files changed, 35 insertions, 21 deletions
diff --git a/src/expect/api.c b/src/expect/api.c
index 863f4c0..cf45091 100644
--- a/src/expect/api.c
+++ b/src/expect/api.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include <stdlib.h>
diff --git a/src/expect/build.c b/src/expect/build.c
index 82aa852..175698a 100644
--- a/src/expect/build.c
+++ b/src/expect/build.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"
diff --git a/src/expect/getter.c b/src/expect/getter.c
index 69453c5..2f8df76 100644
--- a/src/expect/getter.c
+++ b/src/expect/getter.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"
diff --git a/src/expect/parse.c b/src/expect/parse.c
index 4d9852d..22d28ed 100644
--- a/src/expect/parse.c
+++ b/src/expect/parse.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"
diff --git a/src/expect/setter.c b/src/expect/setter.c
index 08b3547..40e06f3 100644
--- a/src/expect/setter.c
+++ b/src/expect/setter.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"
diff --git a/src/expect/snprintf.c b/src/expect/snprintf.c
index 9eccfa4..69ec8b6 100644
--- a/src/expect/snprintf.c
+++ b/src/expect/snprintf.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"
diff --git a/src/expect/snprintf_default.c b/src/expect/snprintf_default.c
index 6958552..7af9d15 100644
--- a/src/expect/snprintf_default.c
+++ b/src/expect/snprintf_default.c
@@ -1,8 +1,10 @@
/*
- * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2005-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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.
*/
#include "internal/internal.h"