aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 23:20:06 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 23:20:06 +0000
commit1b4ccddc7946888fc0b66c58b1434e1814a43822 (patch)
tree9c9ca362c2c6a2443fbbc6bb86201cf55e6aaea1 /src
parentc2d9d1e64c9801122caaa6b429fc67706db5c9d7 (diff)
downloadgnunet-1b4ccddc7946888fc0b66c58b1434e1814a43822.tar.gz
gnunet-1b4ccddc7946888fc0b66c58b1434e1814a43822.zip
-bringing copyright tags up to FSF standard
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/arm/Makefile.am1
-rw-r--r--src/ats-tests/Makefile.am1
-rw-r--r--src/ats-tool/Makefile.am1
-rw-r--r--src/ats/Makefile.am1
-rw-r--r--src/block/Makefile.am1
-rw-r--r--src/cadet/Makefile.am1
-rw-r--r--src/consensus/Makefile.am1
-rw-r--r--src/conversation/Makefile.am1
-rw-r--r--src/core/Makefile.am1
-rw-r--r--src/datacache/Makefile.am1
-rw-r--r--src/datastore/Makefile.am1
-rw-r--r--src/dht/Makefile.am1
-rw-r--r--src/dns/Makefile.am1
-rw-r--r--src/dv/Makefile.am1
-rw-r--r--src/env/Makefile.am1
-rw-r--r--src/exit/Makefile.am1
-rw-r--r--src/fragmentation/Makefile.am1
-rw-r--r--src/fs/Makefile.am1
-rw-r--r--src/gns/Makefile.am1
-rw-r--r--src/gns/nss/Makefile.am1
-rw-r--r--src/gnsrecord/Makefile.am1
-rw-r--r--src/hello/Makefile.am1
-rw-r--r--src/hostlist/Makefile.am1
-rw-r--r--src/identity/Makefile.am1
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/integration-tests/Makefile.am1
-rw-r--r--src/multicast/Makefile.am1
-rw-r--r--src/mysql/Makefile.am1
-rw-r--r--src/namecache/Makefile.am1
-rw-r--r--src/namestore/Makefile.am1
-rw-r--r--src/nat/Makefile.am1
-rw-r--r--src/nse/Makefile.am1
-rw-r--r--src/peerinfo-tool/Makefile.am1
-rw-r--r--src/peerinfo/Makefile.am1
-rw-r--r--src/peerstore/Makefile.am1
-rw-r--r--src/postgres/Makefile.am1
-rw-r--r--src/psyc/Makefile.am1
-rw-r--r--src/psycstore/Makefile.am1
-rw-r--r--src/pt/Makefile.am1
-rw-r--r--src/regex/Makefile.am1
-rw-r--r--src/revocation/Makefile.am1
-rw-r--r--src/rps/Makefile.am1
-rw-r--r--src/scalarproduct/Makefile.am1
-rw-r--r--src/secretsharing/Makefile.am1
-rw-r--r--src/sensor/Makefile.am1
-rw-r--r--src/sensordashboard/Makefile.am1
-rw-r--r--src/set/Makefile.am1
-rw-r--r--src/social/Makefile.am1
-rw-r--r--src/statistics/Makefile.am1
-rw-r--r--src/template/Makefile.am1
-rw-r--r--src/testbed/Makefile.am1
-rw-r--r--src/testing/Makefile.am1
-rw-r--r--src/topology/Makefile.am1
-rw-r--r--src/transport/Makefile.am1
-rw-r--r--src/tun/Makefile.am1
-rw-r--r--src/util/Makefile.am1
-rw-r--r--src/vpn/Makefile.am1
58 files changed, 58 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0452a4ad3..83648ded2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1#if WANT_FRAMEWORK 2#if WANT_FRAMEWORK
2# INTLEMU_SUBDIRS = intlemu 3# INTLEMU_SUBDIRS = intlemu
3#endif 4#endif
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 5f2206712..4d498d627 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 55fda3a47..eefb80d3d 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/ats-tool/Makefile.am b/src/ats-tool/Makefile.am
index 51e0fe17a..02a21591b 100644
--- a/src/ats-tool/Makefile.am
+++ b/src/ats-tool/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 501fec4d7..4491b08a2 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 552543412..19a91f770 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 74879c840..e88c3a0d3 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 03b59142b..27a0eb2e9 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index c1c002578..53ff1afc4 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1SUBDIRS = . 2SUBDIRS = .
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1ca9a7c33..63e374005 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 74b6b74d4..0219ecc12 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 63f9ad872..241fa5263 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 6e59178b1..835e1dc2a 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2if MINGW 3if MINGW
3 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index df58cfc8c..f0143f90e 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 19bf000d4..c6a620343 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/env/Makefile.am b/src/env/Makefile.am
index 68d46d4cf..eda55a8a7 100644
--- a/src/env/Makefile.am
+++ b/src/env/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 8479e3c4b..10a1ae8f9 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index d4d41a70b..e8bb17d53 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 39c9e3c85..6d2c076e4 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index bfb9312db..687c5f43f 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if HAVE_GLIBCNSS 4if HAVE_GLIBCNSS
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index 513e0f2af..d0fd51bbe 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1# $Id$ 2# $Id$
2# 3#
3# This file taken and modified from nss-gns. 4# This file taken and modified from nss-gns.
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 88c7fab21..e32751247 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 6ce036e14..563bcafb2 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 3a68ed051..57fc54f4a 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 4bc234b15..5fb707c14 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index ba2093438..5cce0cd52 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1SUBDIRS = . 2SUBDIRS = .
2 3
3gnunetincludedir = $(includedir)/gnunet 4gnunetincludedir = $(includedir)/gnunet
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 74e7eed62..8f818ddee 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 9376a5d1a..cbd4081a5 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am
index d3c9ee31a..889562d60 100644
--- a/src/mysql/Makefile.am
+++ b/src/mysql/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 81367c3c6..0d5ef727f 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) 2AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 4f3a209b6..98043373d 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) 2AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index b762c74f4..72ac0a1f0 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 18bbbfd5a..ebff9d251 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 74f1edbad..f22380a9e 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 2c2483d1b..dd41cf15a 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 2c96d7268..168051572 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am
index 872305513..6f37e1918 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) 2AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 3
3if MINGW 4if MINGW
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 453227e79..497f1f0c5 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index 8dbd5f053..8804255d2 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 9783ffc07..7ce3f182f 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 82212ee40..78324042d 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 3deec633e..a681b2f33 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index d2f8496ee..488cea152 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index ecebdbfc5..fdc0f4074 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 9414afef9..3d0c73c3b 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index 4be862337..fc622cef7 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/sensordashboard/Makefile.am b/src/sensordashboard/Makefile.am
index 959084fae..563dfdab5 100644
--- a/src/sensordashboard/Makefile.am
+++ b/src/sensordashboard/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index f0e05caa1..bda512be6 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index a336542b9..cb9e4d7eb 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 5800fbd0a..1168fd476 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 4df4eb484..b235109bc 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 1428106a5..edb4ae672 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 86c3c7d9a..859d950fa 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 97bc28bd2..87939ac3f 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if USE_COVERAGE 4if USE_COVERAGE
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 7beec3118..02dcc978b 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index e3e31d785..d8eb2767e 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 3
3if MINGW 4if MINGW
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f4e39711b..fef4e644f 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 3
3plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index e533cc081..47bee896d 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 3
3if MINGW 4if MINGW