diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-18 00:46:27 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-18 00:46:27 +0800 |
commit | d636d0ead7923279e711e65c8cf8ad4061e6c522 (patch) | |
tree | d48d449a35be55f1a82378f6eec88b8a0d7c6a1f /widgets/text | |
parent | c3bdf84d23f5f4ff38931b61aee467e9589457fa (diff) | |
download | gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.gz gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.zst gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.zip |
License changes.
svn path=/trunk/; revision=36641
Diffstat (limited to 'widgets/text')
-rw-r--r-- | widgets/text/e-text.c | 5 | ||||
-rw-r--r-- | widgets/text/e-text.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index dca16f0da9..c0fdaa4782 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -20,8 +20,9 @@ * Author: Federico Mena <federico@nuclecu.unam.mx> * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License, version 2, as published by the Free Software Foundation. + * modify it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index e3deda4826..a426b2c64f 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -2,9 +2,9 @@ * e-text.h - Text item for evolution. * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) version 3. + * modify it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |