From 7f96b393c49eb44ef737e305e8664ff924d7319d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 13 Jan 2007 16:43:44 +0100 Subject: [PATCH] src/{collectd,plugin}.[ch]: Changed license to GPLv2 only. --- src/collectd.c | 3 +-- src/collectd.h | 3 +-- src/plugin.c | 3 +-- src/plugin.h | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/collectd.c b/src/collectd.c index 6e711108..6ffb7c39 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -4,8 +4,7 @@ * * 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. + * Free Software Foundation; only version 2 of the License is applicable. * * 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/collectd.h b/src/collectd.h index d8f74f95..2c2a3aa9 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -4,8 +4,7 @@ * * 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. + * Free Software Foundation; only version 2 of the License is applicable. * * 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/plugin.c b/src/plugin.c index 310cb706..2cf59684 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -4,8 +4,7 @@ * * 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. + * Free Software Foundation; only version 2 of the License is applicable. * * 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/plugin.h b/src/plugin.h index af691c5d..a2df0692 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -7,8 +7,7 @@ * * 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. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.11.0