diff options
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/templates/templates.c | 36 |
2 files changed, 23 insertions, 19 deletions
diff --git a/plugins/templates/ChangeLog b/plugins/templates/ChangeLog index 04e998ef82..f0fc942dc0 100644 --- a/plugins/templates/ChangeLog +++ b/plugins/templates/ChangeLog @@ -1,3 +1,9 @@ +2008-09-15 Sankar P <psankar@novell.com> + +License Changes + + * plugins/templates/templates.c: + 2008-09-01 Matthew Barnes <mbarnes@redhat.com> * templates.c: diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index bb5630fc5d..3c79bbcd01 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -1,27 +1,25 @@ /* - * templates.c - * This file is part of Draft Templates plugin 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. * - * Authors: - * Diego Escalante Urrelo <diegoe@gnome.org> - * Bharath Acharya <abharath@novell.com> - * Copyright (C) 2008 - Diego Escalante Urrelo - * Bharath Acharya + * 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 + * Lesser General Public License for more details. * - * Draft Templates 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. + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see <http://www.gnu.org/licenses/> * - * Draft Templates 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. * - * You should have received a copy of the GNU General Public License - * along with Draft Templates; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301 USA + * Authors: + * Diego Escalante Urrelo <diegoe@gnome.org> + * Bharath Acharya <abharath@novell.com> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * Copyright (C) 2008 - Diego Escalante Urrelo + * */ #include <gtk/gtk.h> |