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/irmd/api_table.c | 5 ++--- src/irmd/api_table.h | 5 ++--- src/irmd/apn_table.c | 5 ++--- src/irmd/apn_table.h | 5 ++--- src/irmd/ipcp.c | 5 ++--- src/irmd/ipcp.h | 5 ++--- src/irmd/irm_flow.c | 5 ++--- src/irmd/irm_flow.h | 5 ++--- src/irmd/main.c | 5 ++--- src/irmd/registry.c | 5 ++--- src/irmd/registry.h | 5 ++--- src/irmd/utils.c | 5 ++--- src/irmd/utils.h | 5 ++--- 13 files changed, 26 insertions(+), 39 deletions(-) (limited to 'src/irmd') diff --git a/src/irmd/api_table.c b/src/irmd/api_table.c index 519b4efe..97b8eb0f 100644 --- a/src/irmd/api_table.c +++ b/src/irmd/api_table.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/irmd/api_table.h b/src/irmd/api_table.h index 8741a86b..d2943532 100644 --- a/src/irmd/api_table.h +++ b/src/irmd/api_table.h @@ -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/irmd/apn_table.c b/src/irmd/apn_table.c index a7cf0fd3..34983f78 100644 --- a/src/irmd/apn_table.c +++ b/src/irmd/apn_table.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/irmd/apn_table.h b/src/irmd/apn_table.h index fd0fb1de..dfc514d7 100644 --- a/src/irmd/apn_table.h +++ b/src/irmd/apn_table.h @@ -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/irmd/ipcp.c b/src/irmd/ipcp.c index aa5e4f8a..a3e6eff8 100644 --- a/src/irmd/ipcp.c +++ b/src/irmd/ipcp.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/irmd/ipcp.h b/src/irmd/ipcp.h index eb278e5b..a3c2e89a 100644 --- a/src/irmd/ipcp.h +++ b/src/irmd/ipcp.h @@ -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/irmd/irm_flow.c b/src/irmd/irm_flow.c index 2456f1e2..c2b4db62 100644 --- a/src/irmd/irm_flow.c +++ b/src/irmd/irm_flow.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/irmd/irm_flow.h b/src/irmd/irm_flow.h index 9cbc657d..d3033418 100644 --- a/src/irmd/irm_flow.h +++ b/src/irmd/irm_flow.h @@ -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/irmd/main.c b/src/irmd/main.c index 6a6aedf8..5ba61fa0 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.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/irmd/registry.c b/src/irmd/registry.c index 07ec370c..61d562fc 100644 --- a/src/irmd/registry.c +++ b/src/irmd/registry.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/irmd/registry.h b/src/irmd/registry.h index 10cb12e8..f0da9267 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -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/irmd/utils.c b/src/irmd/utils.c index 2fbe2456..97b0cfa0 100644 --- a/src/irmd/utils.c +++ b/src/irmd/utils.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/irmd/utils.h b/src/irmd/utils.h index 2fbc8ef2..1214b721 100644 --- a/src/irmd/utils.h +++ b/src/irmd/utils.h @@ -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