diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-11-03 23:49:29 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-11-03 23:49:29 +0800 |
commit | ccfa75064ae18b52bf74bfad084540081e5b469c (patch) | |
tree | ba5467932ff27636ae9f859a2b8eb685ec8c2789 /plugins/google-account-setup/google-contacts-source.c | |
parent | 26fe8fb76ea445c87fd72997f97e7c4950b53bd1 (diff) | |
download | gsoc2013-evolution-ccfa75064ae18b52bf74bfad084540081e5b469c.tar.gz gsoc2013-evolution-ccfa75064ae18b52bf74bfad084540081e5b469c.tar.zst gsoc2013-evolution-ccfa75064ae18b52bf74bfad084540081e5b469c.zip |
License Change from GPL to LGPL
svn path=/trunk/; revision=36728
Diffstat (limited to 'plugins/google-account-setup/google-contacts-source.c')
-rw-r--r-- | plugins/google-account-setup/google-contacts-source.c | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c index c54bf66d7f..3220933098 100644 --- a/plugins/google-account-setup/google-contacts-source.c +++ b/plugins/google-account-setup/google-contacts-source.c @@ -1,19 +1,20 @@ /* - * Copyright 2008, Joergen Scheibengruber <joergen.scheibengruber@googlemail.com> - * * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU Lesser 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 Lesser 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/> * - * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * Copyright 2008, Joergen Scheibengruber <joergen.scheibengruber@googlemail.com> * */ |