aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin
diff options
context:
space:
mode:
authorSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-14 22:45:21 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-14 22:45:21 +0800
commit808c62577c212151fe8f088a51fa88f0136cd922 (patch)
treea42d538fc168ee40d27c66d74d9f42f810fac521 /plugins/bogo-junk-plugin
parentc3aad49dee688ae227615fa738d8dee32110844c (diff)
downloadgsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.gz
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.bz2
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.lz
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.xz
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.zst
gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.zip
Change License from GPL to LGPL
svn path=/trunk/; revision=36617
Diffstat (limited to 'plugins/bogo-junk-plugin')
-rw-r--r--plugins/bogo-junk-plugin/ChangeLog6
-rw-r--r--plugins/bogo-junk-plugin/bf-junk-filter.c25
2 files changed, 21 insertions, 10 deletions
diff --git a/plugins/bogo-junk-plugin/ChangeLog b/plugins/bogo-junk-plugin/ChangeLog
index 0aec2b9e54..b14a280332 100644
--- a/plugins/bogo-junk-plugin/ChangeLog
+++ b/plugins/bogo-junk-plugin/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-14 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * bf-junk-filter.c:
+
2008-04-29 Milan Crha <mcrha@redhat.com>
* bf-junk-filter.c: (pipe_to_bogofilter):
diff --git a/plugins/bogo-junk-plugin/bf-junk-filter.c b/plugins/bogo-junk-plugin/bf-junk-filter.c
index a0d00c44d8..1e5fbbc656 100644
--- a/plugins/bogo-junk-plugin/bf-junk-filter.c
+++ b/plugins/bogo-junk-plugin/bf-junk-filter.c
@@ -1,19 +1,24 @@
/*
- * Copyright 2005 Mikhail Zabaluev <mhz@altlinux.org>
- *
* 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.
+ * 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.
+ * 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
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ *
+ * Authors:
+ * Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright 2005 Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
- * USA
*/
#ifdef HAVE_CONFIG_H