diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-29 18:44:21 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-29 18:44:21 +0800 |
commit | df55bc8beb19cd22518833f3137611075a290fb6 (patch) | |
tree | 2193f201a5ce9f29de80481e189c0733e91a412d /e-util | |
parent | 77f230ef276bb5021ca4ce0d61a310a5a2b9de8d (diff) | |
download | gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar.gz gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar.bz2 gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar.lz gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar.xz gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.tar.zst gsoc2013-evolution-df55bc8beb19cd22518833f3137611075a290fb6.zip |
License Changes
svn path=/trunk/; revision=36693
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 7 | ||||
-rw-r--r-- | e-util/e-plugin-ui.c | 18 | ||||
-rw-r--r-- | e-util/e-plugin-ui.h | 18 |
3 files changed, 23 insertions, 20 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 00e2a0aac1..d0e948fd25 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2008-10-29 Sankar P <psankar@novell.com> + +License Changes + + * e-plugin-ui.c: + * e-plugin-ui.h: + 2008-10-06 Sankar P <psankar@novell.com> * widgets/table/e-cell-float.c: diff --git a/e-util/e-plugin-ui.c b/e-util/e-plugin-ui.c index 467b71628c..0b28adda5d 100644 --- a/e-util/e-plugin-ui.c +++ b/e-util/e-plugin-ui.c @@ -1,20 +1,18 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * 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 version 2 of the GNU Lesser General Public - * License as published by the Free Software Foundation. + * 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. * * This program 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 Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ #include "e-plugin-ui.h" diff --git a/e-util/e-plugin-ui.h b/e-util/e-plugin-ui.h index ea41eb67b7..00e6ed5fcf 100644 --- a/e-util/e-plugin-ui.h +++ b/e-util/e-plugin-ui.h @@ -1,20 +1,18 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * 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 version 2 of the GNU Lesser General Public - * License as published by the Free Software Foundation. + * 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. * * This program 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 Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ #ifndef E_PLUGIN_UI_H |