aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-18 00:48:02 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-18 00:48:02 +0800
commit3ca238674e7b6c647f225e745f739b6acc0f9445 (patch)
tree6213e1f215e16a8f15d90e49f788d0fa79d16437
parent6530a3bda866b644ff66e58b60aa5b323aac9c81 (diff)
downloadgsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar.gz
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar.bz2
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar.lz
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar.xz
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.tar.zst
gsoc2013-evolution-3ca238674e7b6c647f225e745f739b6acc0f9445.zip
License changes.
svn path=/branches/gnome-2-24/; revision=36642
-rw-r--r--widgets/ChangeLog7
-rw-r--r--widgets/misc/ChangeLog7
-rw-r--r--widgets/misc/e-dateedit.c14
-rw-r--r--widgets/misc/e-dateedit.h9
-rw-r--r--widgets/table/ChangeLog7
-rw-r--r--widgets/table/e-cell-tree.c5
-rw-r--r--widgets/table/e-cell-tree.h5
-rw-r--r--widgets/text/e-text.c5
-rw-r--r--widgets/text/e-text.h6
9 files changed, 44 insertions, 21 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index e9c64ef7cf..ef2cb7e355 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-17 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * text/e-text.c:
+ * text/e-text.h:
+
2008-10-03 Sankar P <psankar@novell.com>
License Changes
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 126c93895d..184d2a409a 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-17 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * e-dateedit.c:
+ * e-dateedit.h:
+
2008-10-10 Sankar P <psankar@novell.com>
License Changes + code cleanup
diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c
index 2e5703d60f..fabc6aa614 100644
--- a/widgets/misc/e-dateedit.c
+++ b/widgets/misc/e-dateedit.c
@@ -1,23 +1,21 @@
/*
- * 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 library is free software; you can redistribute it and/or
+ * 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,
+ * This library 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.
*
- * You should have received a copy of the GNU Lesser General Public
+ * You should have received a copy of the GNU Library General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon@ximian.com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
/*
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h
index 587120148d..5c1e20deac 100644
--- a/widgets/misc/e-dateedit.h
+++ b/widgets/misc/e-dateedit.h
@@ -9,11 +9,12 @@
* Based on the GnomeDateEdit, part of the Gnome Library.
* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or
+ * 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,
+ * This library 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.
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 8689f47b56..6f2cae8179 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
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