diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-06-29 10:44:26 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-06-29 10:44:26 +0100 |
commit | be8b372b310579d17d042afb0fc6145348cec328 (patch) | |
tree | 7179a765cac1825242c3267d297cb6831670f570 /gdata/gdata-access-handler.h | |
parent | 33be5a3f48f400611132c3a85e8f1b17fd5f383e (diff) | |
download | libgdata-be8b372b310579d17d042afb0fc6145348cec328.tar.gz |
Bug 587277 – Some files are GPLv3 but license is LGPLv2.1?
Fix licencing headers to consistently be LGPLv2.1+.
Diffstat (limited to 'gdata/gdata-access-handler.h')
-rw-r--r-- | gdata/gdata-access-handler.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gdata/gdata-access-handler.h b/gdata/gdata-access-handler.h index ceb87905..8dc7102e 100644 --- a/gdata/gdata-access-handler.h +++ b/gdata/gdata-access-handler.h @@ -2,19 +2,19 @@ /* * GData Client * Copyright (C) Philip Withnall 2009 <philip@tecnocode.co.uk> - * - * GData Client 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 3 of the License, or - * (at your option) any later version. + * + * GData Client 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.1 of the License, or (at your option) any later version. * * GData Client 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 General Public License - * along with GData Client. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with GData Client. If not, see <http://www.gnu.org/licenses/>. */ #ifndef GDATA_ACCESS_HANDLER_H |