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)
-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 0452a4ad34..83648ded2b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
#if WANT_FRAMEWORK
# INTLEMU_SUBDIRS = intlemu
#endif
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 5f2206712c..4d498d6277 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 55fda3a47e..eefb80d3df 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/ats-tool/Makefile.am b/src/ats-tool/Makefile.am
index 51e0fe17a1..02a21591bf 100644
--- a/src/ats-tool/Makefile.am
+++ b/src/ats-tool/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 501fec4d76..4491b08a20 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 5525434125..19a91f7703 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 74879c8407..e88c3a0d3b 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 03b59142b9..27a0eb2e97 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index c1c0025781..53ff1afc4b 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
plugindir = $(libdir)/gnunet
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1ca9a7c330..63e3740050 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 74b6b74d47..0219ecc12c 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 63f9ad872a..241fa5263d 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 6e59178b1e..835e1dc2af 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
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 df58cfc8c6..f0143f90e3 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 19bf000d42..c6a6203434 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/env/Makefile.am b/src/env/Makefile.am
index 68d46d4cfe..eda55a8a7c 100644
--- a/src/env/Makefile.am
+++ b/src/env/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 8479e3c4bc..10a1ae8f9e 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index d4d41a70b8..e8bb17d53c 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 39c9e3c851..6d2c076e49 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index bfb9312db3..687c5f43fe 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if HAVE_GLIBCNSS
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index 513e0f2af8..d0fd51bbeb 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
# $Id$
#
# This file taken and modified from nss-gns.
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 88c7fab21e..e327512476 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 6ce036e146..563bcafb2c 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 3a68ed0510..57fc54f4ae 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 4bc234b152..5fb707c148 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index ba2093438e..5cce0cd521 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
SUBDIRS = .
gnunetincludedir = $(includedir)/gnunet
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 74e7eed625..8f818ddee0 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 9376a5d1a4..cbd4081a58 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am
index d3c9ee31a0..889562d600 100644
--- a/src/mysql/Makefile.am
+++ b/src/mysql/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 81367c3c67..0d5ef727f8 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
plugindir = $(libdir)/gnunet
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 4f3a209b62..98043373db 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
plugindir = $(libdir)/gnunet
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index b762c74f4e..72ac0a1f0e 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 18bbbfd5a6..ebff9d2511 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 74f1edbadb..f22380a9e0 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 2c2483d1bd..dd41cf15a1 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 2c96d7268a..168051572f 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am
index 8723055130..6f37e19186 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
if MINGW
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 453227e795..497f1f0c54 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index 8dbd5f053e..8804255d2a 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 9783ffc076..7ce3f182f1 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 82212ee409..78324042d1 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 3deec633e0..a681b2f339 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index d2f8496ee1..488cea1520 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index ecebdbfc57..fdc0f40743 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 9414afef9d..3d0c73c3ba 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index 4be8623378..fc622cef71 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/sensordashboard/Makefile.am b/src/sensordashboard/Makefile.am
index 959084fae7..563dfdab51 100644
--- a/src/sensordashboard/Makefile.am
+++ b/src/sensordashboard/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index f0e05caa14..bda512be69 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index a336542b95..cb9e4d7eb9 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 5800fbd0af..1168fd4765 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 4df4eb4845..b235109bce 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 1428106a51..edb4ae6722 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 86c3c7d9a1..859d950fae 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 97bc28bd26..87939ac3fe 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if USE_COVERAGE
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 7beec31184..02dcc978b8 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index e3e31d7851..d8eb2767ec 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if MINGW
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f4e39711bf..fef4e644f8 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
plugindir = $(libdir)/gnunet
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index e533cc081d..47bee896d7 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
if MINGW