diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-25 18:03:08 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-25 18:03:08 +0800 |
commit | dc4967ab610a6d97258c8e937b0f623bce89856b (patch) | |
tree | 5b7de22f4dc5b3d79ec52d388d175f35c3cda82a /plugins/default-mailer | |
parent | 97fd6bc629e26597d48214e39e630d5000df9ddc (diff) | |
download | gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.gz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.bz2 gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.lz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.xz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.zst gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.zip |
License change from GPL to LGPL
svn path=/trunk/; revision=36448
Diffstat (limited to 'plugins/default-mailer')
-rw-r--r-- | plugins/default-mailer/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/default-mailer/default-mailer.c | 28 |
2 files changed, 21 insertions, 13 deletions
diff --git a/plugins/default-mailer/ChangeLog b/plugins/default-mailer/ChangeLog index 8955f0981d..5fe56f0817 100644 --- a/plugins/default-mailer/ChangeLog +++ b/plugins/default-mailer/ChangeLog @@ -1,3 +1,9 @@ +2008-09-25 Sankar P <psankar@novell.com> + +License Changes + + * default-mailer.c: + 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Have a check for OS_WIN32 and handle the schema data diff --git a/plugins/default-mailer/default-mailer.c b/plugins/default-mailer/default-mailer.c index 47cddb9db5..7069f46e7b 100644 --- a/plugins/default-mailer/default-mailer.c +++ b/plugins/default-mailer/default-mailer.c @@ -1,21 +1,23 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Author: Jonathan Dieter <jdieter99@gmx.net> + * 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. * - * Copyright 2005 Jonathan Dieter + * 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. * - * 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. + * 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/> * - * 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. * - * 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. + * Authors: + * Jonathan Dieter <jdieter99@gmx.net> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * Copyright 2005 Jonathan Dieter * */ |