From cbd60b5e56aac2d6711e299086383f83357794f8 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Tue, 5 Jun 2018 23:12:01 +0000 Subject: first batch of license fixes (boring) --- src/cadet/gnunet-service-cadet_paths.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/cadet/gnunet-service-cadet_paths.c') diff --git a/src/cadet/gnunet-service-cadet_paths.c b/src/cadet/gnunet-service-cadet_paths.c index 5218d0848f..4d5791284b 100644 --- a/src/cadet/gnunet-service-cadet_paths.c +++ b/src/cadet/gnunet-service-cadet_paths.c @@ -2,20 +2,15 @@ This file is part of GNUnet. Copyright (C) 2001-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 - by the Free Software Foundation; either version 3, or (at your - option) any later version. + GNUnet 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 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + Affero General Public License for more details. */ /** * @file cadet/gnunet-service-cadet_paths.c -- cgit v1.2.3-18-g5258 From 4e29ecde9b3ad3e34af359f18b6679c06b17ce78 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Thu, 7 Jun 2018 14:42:24 +0000 Subject: glitch in the license text detected by hyazinthe, thank you! --- src/cadet/gnunet-service-cadet_paths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cadet/gnunet-service-cadet_paths.c') diff --git a/src/cadet/gnunet-service-cadet_paths.c b/src/cadet/gnunet-service-cadet_paths.c index 4d5791284b..05f0569047 100644 --- a/src/cadet/gnunet-service-cadet_paths.c +++ b/src/cadet/gnunet-service-cadet_paths.c @@ -3,7 +3,7 @@ Copyright (C) 2001-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. -- cgit v1.2.3-18-g5258 From 4e2504a967ba09643c6dd7e3b9ce400e30adcb3d Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Thu, 7 Jun 2018 15:23:35 +0000 Subject: paragraph for gnunet devs that don't know how to use the web --- src/cadet/gnunet-service-cadet_paths.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cadet/gnunet-service-cadet_paths.c') diff --git a/src/cadet/gnunet-service-cadet_paths.c b/src/cadet/gnunet-service-cadet_paths.c index 05f0569047..e77d54e553 100644 --- a/src/cadet/gnunet-service-cadet_paths.c +++ b/src/cadet/gnunet-service-cadet_paths.c @@ -11,6 +11,9 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ /** * @file cadet/gnunet-service-cadet_paths.c -- cgit v1.2.3-18-g5258