diff options
author | Werner Koch <[email protected]> | 2014-08-17 13:24:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-17 13:24:48 +0000 |
commit | af1196512f505e8a3a338f9b72394fa3585a5234 (patch) | |
tree | 935e7142256c5a8bfc9251c8627d55142f614825 | |
parent | Post beta release update. (diff) | |
download | gnupg-af1196512f505e8a3a338f9b72394fa3585a5234.tar.gz gnupg-af1196512f505e8a3a338f9b72394fa3585a5234.zip |
estream: Change license from GPL to LPGL.
* common/estream-printf.c, common/estream-printf.h: Change license.
* common/estream.c, common/estream.h: Ditto.
--
g10 Code is the sole copyright holder of Libestream and thus as CEO I
have the rights to to change the license. This copy here in GnuPG is
currently the most current one thus the change is recorded in this
repository. This change is also deemed valid for all older versions.
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | common/estream-printf.c | 12 | ||||
-rw-r--r-- | common/estream-printf.h | 12 | ||||
-rw-r--r-- | common/estream.c | 12 | ||||
-rw-r--r-- | common/estream.h | 12 |
4 files changed, 24 insertions, 24 deletions
diff --git a/common/estream-printf.c b/common/estream-printf.c index c03f70e3f..83336c8fe 100644 --- a/common/estream-printf.c +++ b/common/estream-printf.c @@ -4,17 +4,17 @@ * This file is part of Libestream. * * Libestream 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 Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. * * Libestream 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with Libestream; if not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with Libestream; if not, see <http://www.gnu.org/licenses/>. * * ALTERNATIVELY, Libestream may be distributed under the terms of the * following license, in which case the provisions of this license are diff --git a/common/estream-printf.h b/common/estream-printf.h index 3c2253dc0..ca8ad8a28 100644 --- a/common/estream-printf.h +++ b/common/estream-printf.h @@ -4,17 +4,17 @@ * This file is part of Libestream. * * Libestream 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 Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. * * Libestream 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with Libestream; if not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with Libestream; if not, see <http://www.gnu.org/licenses/>. * * ALTERNATIVELY, Libestream may be distributed under the terms of the * following license, in which case the provisions of this license are diff --git a/common/estream.c b/common/estream.c index 3f924abd5..d21115433 100644 --- a/common/estream.c +++ b/common/estream.c @@ -5,17 +5,17 @@ * This file is part of Libestream. * * Libestream 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 Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. * * Libestream 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with Libestream; if not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with Libestream; if not, see <http://www.gnu.org/licenses/>. * * ALTERNATIVELY, Libestream may be distributed under the terms of the * following license, in which case the provisions of this license are diff --git a/common/estream.h b/common/estream.h index e3e9fc84a..9b56cf10c 100644 --- a/common/estream.h +++ b/common/estream.h @@ -4,17 +4,17 @@ * This file is part of Libestream. * * Libestream 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 Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. * * Libestream 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with Libestream; if not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with Libestream; if not, see <http://www.gnu.org/licenses/>. * * ALTERNATIVELY, Libestream may be distributed under the terms of the * following license, in which case the provisions of this license are |