diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-07 14:42:24 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-07 14:42:24 +0000 |
commit | 4e29ecde9b3ad3e34af359f18b6679c06b17ce78 (patch) | |
tree | 63b75ec60314a80f9071bd7c2d4afc6ffa30ed3e /src/pq | |
parent | 20eaa2aeedcc804a14f5b5265321ad41516b11b9 (diff) |
glitch in the license text detected by hyazinthe, thank you!
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/pq.c | 2 | ||||
-rw-r--r-- | src/pq/pq_connect.c | 2 | ||||
-rw-r--r-- | src/pq/pq_eval.c | 2 | ||||
-rw-r--r-- | src/pq/pq_exec.c | 2 | ||||
-rw-r--r-- | src/pq/pq_prepare.c | 2 | ||||
-rw-r--r-- | src/pq/pq_query_helper.c | 2 | ||||
-rw-r--r-- | src/pq/pq_result_helper.c | 2 | ||||
-rw-r--r-- | src/pq/test_pq.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/pq/pq.c b/src/pq/pq.c index 2097e7f80..05d9e13e1 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 eedc90170..e55f51cbe 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 20926ce10..d40e0fb61 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 feb51415d..1d84ac7a8 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 af5c5e29d..2ddae67ee 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 b532fe1c3..1d35cda07 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 e10afbb74..a011e4d08 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 6f5208c3d..2c839d9ee 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. |