aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2008-09-15 19:11:40 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-09-15 19:11:40 +0800
commite623154bb597b667b416c622d2440a364e13dfcc (patch)
tree41c38b3b641e9784bf68dfddfd85be7e649e01d5
parentfbf395d7b6a08743c323ac7eb271988d3c473c8c (diff)
downloadgsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar.gz
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar.bz2
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar.lz
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar.xz
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.tar.zst
gsoc2013-evolution-e623154bb597b667b416c622d2440a364e13dfcc.zip
License Changes
2008-09-15 Sankar P <psankar@novell.com> License Changes * plugins/templates/templates.c: svn path=/trunk/; revision=36333
-rw-r--r--plugins/templates/ChangeLog6
-rw-r--r--plugins/templates/templates.c36
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>