summaryrefslogtreecommitdiff
path: root/gfbgraph/gfbgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfbgraph/gfbgraph.h')
-rw-r--r--gfbgraph/gfbgraph.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gfbgraph/gfbgraph.h b/gfbgraph/gfbgraph.h
index 68cc9b9..a9f0034 100644
--- a/gfbgraph/gfbgraph.h
+++ b/gfbgraph/gfbgraph.h
@@ -3,18 +3,18 @@
* libgfbgraph - GObject library for Facebook Graph API
* Copyright (C) 2013 Álvaro Peña <alvaropg@gmail.com>
*
- * This library 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.
+ * GFBGraph 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.
*
- * libgfbgraph 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.
+ * GFBGraph 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.
*
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GFBGraph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GFBGRAPH_H__