summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-03-08 11:35:02 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-03-08 11:35:02 +0000
commit4f0edbba3cca03e4816c015cbf2c1a29fb62d073 (patch)
treec3576cd29bec88b14c32c0ef294575b0d9dd411d /src
parent2d92fdb0912f3546492b114485951287fca4e5ab (diff)
revert relicensing... still we use linux_list.h code which seems to be GPLv2 only which is incompatible AFAIK
Diffstat (limited to 'src')
-rw-r--r--src/alarm.c2
-rw-r--r--src/build.c2
-rw-r--r--src/cache.c2
-rw-r--r--src/cache_iterators.c2
-rw-r--r--src/cache_lifetime.c2
-rw-r--r--src/cache_timer.c2
-rw-r--r--src/cache_wt.c2
-rw-r--r--src/conntrack.c2
-rw-r--r--src/fds.c2
-rw-r--r--src/hash.c2
-rw-r--r--src/ignore_pool.c2
-rw-r--r--src/local.c2
-rw-r--r--src/log.c2
-rw-r--r--src/main.c2
-rw-r--r--src/mcast.c2
-rw-r--r--src/netlink.c2
-rw-r--r--src/network.c2
-rw-r--r--src/parse.c2
-rw-r--r--src/queue.c2
-rw-r--r--src/rbtree.c2
-rw-r--r--src/read_config_lex.l2
-rw-r--r--src/read_config_yy.y2
-rw-r--r--src/run.c2
-rw-r--r--src/state_helper.c2
-rw-r--r--src/state_helper_tcp.c2
-rw-r--r--src/stats-mode.c2
-rw-r--r--src/sync-alarm.c2
-rw-r--r--src/sync-ftfw.c2
-rw-r--r--src/sync-mode.c2
-rw-r--r--src/traffic_stats.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/src/alarm.c b/src/alarm.c
index db3f105..91ee2ca 100644
--- a/src/alarm.c
+++ b/src/alarm.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/build.c b/src/build.c
index 1ab0ed4..6363458 100644
--- a/src/build.c
+++ b/src/build.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/cache.c b/src/cache.c
index 6f81725..73d539a 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/cache_iterators.c b/src/cache_iterators.c
index 662e4a9..92b7b7f 100644
--- a/src/cache_iterators.c
+++ b/src/cache_iterators.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/cache_lifetime.c b/src/cache_lifetime.c
index 989e069..ad3416a 100644
--- a/src/cache_lifetime.c
+++ b/src/cache_lifetime.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/cache_timer.c b/src/cache_timer.c
index aba342c..6619c2c 100644
--- a/src/cache_timer.c
+++ b/src/cache_timer.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/cache_wt.c b/src/cache_wt.c
index bf683b0..8ff8fae 100644
--- a/src/cache_wt.c
+++ b/src/cache_wt.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/conntrack.c b/src/conntrack.c
index e0ff92d..82ff544 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/fds.c b/src/fds.c
index ccb639b..908f048 100644
--- a/src/fds.c
+++ b/src/fds.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/hash.c b/src/hash.c
index 5df33dd..cf64df4 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/ignore_pool.c b/src/ignore_pool.c
index 7540b3a..027d628 100644
--- a/src/ignore_pool.c
+++ b/src/ignore_pool.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/local.c b/src/local.c
index a67b2fb..e2c3599 100644
--- a/src/local.c
+++ b/src/local.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/log.c b/src/log.c
index 1638dc2..51e757f 100644
--- a/src/log.c
+++ b/src/log.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/main.c b/src/main.c
index fa05da0..2e1ccd8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/mcast.c b/src/mcast.c
index 30313bc..f945511 100644
--- a/src/mcast.c
+++ b/src/mcast.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/netlink.c b/src/netlink.c
index 8ac6f93..f6a2378 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/network.c b/src/network.c
index f5b0909..92999a1 100644
--- a/src/network.c
+++ b/src/network.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/parse.c b/src/parse.c
index 1e5fdf6..8ef2e8d 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/queue.c b/src/queue.c
index 22460e3..7b20e83 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/rbtree.c b/src/rbtree.c
index 2228f98..199e2bb 100644
--- a/src/rbtree.c
+++ b/src/rbtree.c
@@ -5,7 +5,7 @@
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 3 of the License, or
+ 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,
diff --git a/src/read_config_lex.l b/src/read_config_lex.l
index 4f0d864..65df1e7 100644
--- a/src/read_config_lex.l
+++ b/src/read_config_lex.l
@@ -4,7 +4,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/read_config_yy.y b/src/read_config_yy.y
index f89677a..86fee9b 100644
--- a/src/read_config_yy.y
+++ b/src/read_config_yy.y
@@ -4,7 +4,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/run.c b/src/run.c
index 0d91f4d..b259f2e 100644
--- a/src/run.c
+++ b/src/run.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/state_helper.c b/src/state_helper.c
index 2fa0e02..9034864 100644
--- a/src/state_helper.c
+++ b/src/state_helper.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/state_helper_tcp.c b/src/state_helper_tcp.c
index 625928c..88af35e 100644
--- a/src/state_helper_tcp.c
+++ b/src/state_helper_tcp.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/stats-mode.c b/src/stats-mode.c
index 06962d2..42fa35a 100644
--- a/src/stats-mode.c
+++ b/src/stats-mode.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/sync-alarm.c b/src/sync-alarm.c
index 709e27b..4473af2 100644
--- a/src/sync-alarm.c
+++ b/src/sync-alarm.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/sync-ftfw.c b/src/sync-ftfw.c
index 4ed8928..cac25d0 100644
--- a/src/sync-ftfw.c
+++ b/src/sync-ftfw.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/sync-mode.c b/src/sync-mode.c
index 86ac5e8..79afcdf 100644
--- a/src/sync-mode.c
+++ b/src/sync-mode.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,
diff --git a/src/traffic_stats.c b/src/traffic_stats.c
index b5a97ec..9e40d53 100644
--- a/src/traffic_stats.c
+++ b/src/traffic_stats.c
@@ -3,7 +3,7 @@
*
* 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 3 of the License, or
+ * 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,