From 2fe765020769c8eb06ca410b7e289f37508d5efc Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 24 Dec 2016 01:59:42 +0100 Subject: ouroboros: Correct license statements This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2. --- src/lib/bitmap.c | 5 ++--- src/lib/cdap.c | 5 ++--- src/lib/cdap.proto | 5 ++--- src/lib/cdap_req.c | 5 ++--- src/lib/cdap_req.h | 5 ++--- src/lib/dev.c | 5 ++--- src/lib/dif_config.proto | 5 ++--- src/lib/hashtable.c | 5 ++--- src/lib/ipcpd_messages.proto | 5 ++--- src/lib/irm.c | 5 ++--- src/lib/irmd_messages.proto | 5 ++--- src/lib/list.c | 5 ++--- src/lib/lockfile.c | 5 ++--- src/lib/logs.c | 5 ++--- src/lib/nsm.c | 5 ++--- src/lib/shm_flow_set.c | 5 ++--- src/lib/shm_rbuff.c | 5 ++--- src/lib/shm_rdrbuff.c | 5 ++--- src/lib/sockets.c | 5 ++--- src/lib/tests/bitmap_test.c | 5 ++--- src/lib/tests/hashtable_test.c | 5 ++--- src/lib/time_utils.c | 5 ++--- src/lib/utils.c | 5 ++--- 23 files changed, 46 insertions(+), 69 deletions(-) (limited to 'src/lib') diff --git a/src/lib/bitmap.c b/src/lib/bitmap.c index 94f5654f..6aafccfb 100644 --- a/src/lib/bitmap.c +++ b/src/lib/bitmap.c @@ -7,9 +7,8 @@ * Francesco Salvestrini * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/cdap.c b/src/lib/cdap.c index dee8f88c..5671c515 100644 --- a/src/lib/cdap.c +++ b/src/lib/cdap.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/cdap.proto b/src/lib/cdap.proto index ba3654bc..1a00eaa8 100644 --- a/src/lib/cdap.proto +++ b/src/lib/cdap.proto @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/cdap_req.c b/src/lib/cdap_req.c index 02fa0846..f80b10d7 100644 --- a/src/lib/cdap_req.c +++ b/src/lib/cdap_req.c @@ -7,9 +7,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/cdap_req.h b/src/lib/cdap_req.h index 714744ab..9d5cb0c8 100644 --- a/src/lib/cdap_req.h +++ b/src/lib/cdap_req.h @@ -7,9 +7,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/dev.c b/src/lib/dev.c index 20976375..b35045f5 100644 --- a/src/lib/dev.c +++ b/src/lib/dev.c @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/dif_config.proto b/src/lib/dif_config.proto index 64811abb..318055fe 100644 --- a/src/lib/dif_config.proto +++ b/src/lib/dif_config.proto @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/hashtable.c b/src/lib/hashtable.c index cc73d6a0..8dcd4ec1 100644 --- a/src/lib/hashtable.c +++ b/src/lib/hashtable.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/ipcpd_messages.proto b/src/lib/ipcpd_messages.proto index 5751b71d..b5dd5370 100644 --- a/src/lib/ipcpd_messages.proto +++ b/src/lib/ipcpd_messages.proto @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/irm.c b/src/lib/irm.c index b1998145..4b9a6285 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/irmd_messages.proto b/src/lib/irmd_messages.proto index 20de7165..fad6fbf1 100644 --- a/src/lib/irmd_messages.proto +++ b/src/lib/irmd_messages.proto @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/list.c b/src/lib/list.c index 75063e22..0f3493e3 100644 --- a/src/lib/list.c +++ b/src/lib/list.c @@ -17,9 +17,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/lockfile.c b/src/lib/lockfile.c index 5c96d22a..45e95ef0 100644 --- a/src/lib/lockfile.c +++ b/src/lib/lockfile.c @@ -6,9 +6,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/logs.c b/src/lib/logs.c index eed1ee10..5a2ef26f 100644 --- a/src/lib/logs.c +++ b/src/lib/logs.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/nsm.c b/src/lib/nsm.c index 654b526b..b61bb57a 100644 --- a/src/lib/nsm.c +++ b/src/lib/nsm.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/shm_flow_set.c b/src/lib/shm_flow_set.c index 4a1bff83..ca8e6142 100644 --- a/src/lib/shm_flow_set.c +++ b/src/lib/shm_flow_set.c @@ -6,9 +6,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/shm_rbuff.c b/src/lib/shm_rbuff.c index cc64fa09..a585226e 100644 --- a/src/lib/shm_rbuff.c +++ b/src/lib/shm_rbuff.c @@ -6,9 +6,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/shm_rdrbuff.c b/src/lib/shm_rdrbuff.c index ae661be4..c3e527eb 100644 --- a/src/lib/shm_rdrbuff.c +++ b/src/lib/shm_rdrbuff.c @@ -7,9 +7,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/sockets.c b/src/lib/sockets.c index 5c09e65e..3d8fc488 100644 --- a/src/lib/sockets.c +++ b/src/lib/sockets.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/tests/bitmap_test.c b/src/lib/tests/bitmap_test.c index 7eb72fe7..292397df 100644 --- a/src/lib/tests/bitmap_test.c +++ b/src/lib/tests/bitmap_test.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/tests/hashtable_test.c b/src/lib/tests/hashtable_test.c index 07070472..ccd34ebd 100644 --- a/src/lib/tests/hashtable_test.c +++ b/src/lib/tests/hashtable_test.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/time_utils.c b/src/lib/time_utils.c index 4da935c4..99b18706 100644 --- a/src/lib/time_utils.c +++ b/src/lib/time_utils.c @@ -6,9 +6,8 @@ * Dimitri Staessens * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/utils.c b/src/lib/utils.c index acaf1176..a5f46f52 100644 --- a/src/lib/utils.c +++ b/src/lib/utils.c @@ -6,9 +6,8 @@ * Sander Vrijders * * This program 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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of -- cgit v1.2.3