summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 91ee2ca..db3f105 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 6363458..1ab0ed4 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 73d539a..6f81725 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 92b7b7f..662e4a9 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 ad3416a..989e069 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 6619c2c..aba342c 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 8ff8fae..bf683b0 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 82ff544..e0ff92d 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 908f048..ccb639b 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 cf64df4..5df33dd 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 027d628..7540b3a 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 e2c3599..a67b2fb 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 51e757f..1638dc2 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 2e1ccd8..fa05da0 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 f945511..30313bc 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 f6a2378..8ac6f93 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 92999a1..f5b0909 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 8ef2e8d..1e5fdf6 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 7b20e83..22460e3 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 199e2bb..2228f98 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 2 of the License, or
+ the Free Software Foundation; either version 3 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 65df1e7..4f0d864 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 86fee9b..f89677a 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 b259f2e..0d91f4d 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 9034864..2fa0e02 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 88af35e..625928c 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 42fa35a..06962d2 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 4473af2..709e27b 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 cac25d0..4ed8928 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 79afcdf..86ac5e8 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 2 of the License, or
+ * the Free Software Foundation; either version 3 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 9e40d53..b5a97ec 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 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,