summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 16:02:18 -0700
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 16:02:18 -0700
commitebcd878b3f333b48c701765aae2ca7ec6cbf7d5e (patch)
tree8748a47e7f1dea25c3e0d1e9feca1b93d36a07b5
parent4d887f68c62287839b1a8e85eff231cecbb5a7fb (diff)
downloadlibgdata-ebcd878b3f333b48c701765aae2ca7ec6cbf7d5e.tar.gz
gdata: Fix license header for OAuth2 authorizer files
They were mistakenly using a GPLv3+ header, whereas libgdata is licensed as LGPLv2.1+. The intention was not to provide the OAuth2 authorizer under a different license; the header was incorrect. As I am the only author of those files, this change should be uncontroversial.
-rw-r--r--gdata/gdata-oauth2-authorizer.c16
-rw-r--r--gdata/gdata-oauth2-authorizer.h16
2 files changed, 16 insertions, 16 deletions
diff --git a/gdata/gdata-oauth2-authorizer.c b/gdata/gdata-oauth2-authorizer.c
index 17d0cfe9..b9d5beda 100644
--- a/gdata/gdata-oauth2-authorizer.c
+++ b/gdata/gdata-oauth2-authorizer.c
@@ -3,18 +3,18 @@
* GData Client
* Copyright (C) Philip Withnall 2011, 2014, 2015 <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/>.
*/
/**
diff --git a/gdata/gdata-oauth2-authorizer.h b/gdata/gdata-oauth2-authorizer.h
index ffba9afb..be5abb17 100644
--- a/gdata/gdata-oauth2-authorizer.h
+++ b/gdata/gdata-oauth2-authorizer.h
@@ -3,18 +3,18 @@
* GData Client
* Copyright (C) Philip Withnall 2011, 2014, 2015 <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_OAUTH2_AUTHORIZER_H