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/table | |
parent | c3bdf84d23f5f4ff38931b61aee467e9589457fa (diff) | |
download | gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.gz gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.bz2 gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.lz gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.xz gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.tar.zst gsoc2013-evolution-d636d0ead7923279e711e65c8cf8ad4061e6c522.zip |
License changes.
svn path=/trunk/; revision=36641
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/ChangeLog | 7 | ||||
-rw-r--r-- | widgets/table/e-cell-tree.c | 5 | ||||
-rw-r--r-- | widgets/table/e-cell-tree.h | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 1c9de293f6..320c4a9db2 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,10 @@ +2008-10-17 Sankar P <psankar@novell.com> + +License Changes + + * e-cell-tree.c: + * e-cell-tree.h: + 2008-10-08 Sankar P <psankar@novell.com> License Changes diff --git a/widgets/table/e-cell-tree.c b/widgets/table/e-cell-tree.c index dbedaece6c..eb7e428fb9 100644 --- a/widgets/table/e-cell-tree.c +++ b/widgets/table/e-cell-tree.c @@ -13,8 +13,9 @@ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * 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/table/e-cell-tree.h b/widgets/table/e-cell-tree.h index 9bacbbf01f..36d4a85541 100644 --- a/widgets/table/e-cell-tree.h +++ b/widgets/table/e-cell-tree.h @@ -13,8 +13,9 @@ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * 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 |