aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq.c2
-rw-r--r--src/pq/pq_connect.c2
-rw-r--r--src/pq/pq_eval.c2
-rw-r--r--src/pq/pq_exec.c2
-rw-r--r--src/pq/pq_prepare.c2
-rw-r--r--src/pq/pq_query_helper.c2
-rw-r--r--src/pq/pq_result_helper.c2
-rw-r--r--src/pq/test_pq.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/pq/pq.c b/src/pq/pq.c
index 2097e7f806..05d9e13e13 100644
--- a/src/pq/pq.c
+++ b/src/pq/pq.c
@@ -3,7 +3,7 @@
Copyright (C) 2014, 2015, 2016 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index eedc901706..e55f51cbe5 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -3,7 +3,7 @@
Copyright (C) 2017 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_eval.c b/src/pq/pq_eval.c
index 20926ce10b..d40e0fb612 100644
--- a/src/pq/pq_eval.c
+++ b/src/pq/pq_eval.c
@@ -3,7 +3,7 @@
Copyright (C) 2017 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_exec.c b/src/pq/pq_exec.c
index feb51415d3..1d84ac7a8e 100644
--- a/src/pq/pq_exec.c
+++ b/src/pq/pq_exec.c
@@ -3,7 +3,7 @@
Copyright (C) 2017 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_prepare.c b/src/pq/pq_prepare.c
index af5c5e29dd..2ddae67ee1 100644
--- a/src/pq/pq_prepare.c
+++ b/src/pq/pq_prepare.c
@@ -3,7 +3,7 @@
Copyright (C) 2017 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index b532fe1c32..1d35cda07e 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -3,7 +3,7 @@
Copyright (C) 2014, 2015, 2016 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index e10afbb74c..a011e4d084 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -3,7 +3,7 @@
Copyright (C) 2014, 2015, 2016 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index 6f5208c3dc..2c839d9ee0 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -3,7 +3,7 @@
(C) 2015, 2016 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
+ under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.