summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-06-04 11:19:20 +0100
committerRichard Hughes <richard@hughsie.com>2010-06-04 11:19:20 +0100
commite340880c24ba0b121494b26f09bf586c96823c6c (patch)
tree19baa4a2fbfe18ae81454cf39b4292484a326407 /lib/packagekit-glib2/pk-client.h
parent0e8e984dff58fcb8ee073fc9f9e7d3b997123590 (diff)
glib: Explicitly mark the library as LGPLv2 by using the correct boilerplate code
Diffstat (limited to 'lib/packagekit-glib2/pk-client.h')
-rw-r--r--lib/packagekit-glib2/pk-client.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index d4e93a644..2643237db 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -2,21 +2,21 @@
*
* Copyright (C) 2009 Richard Hughes <richard@hughsie.com>
*
- * Licensed under the GNU General Public License Version 2
+ * Licensed under the GNU Lesser General Public License Version 2.1
*
- * This program 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 2 of the License, or
- * (at your option) any later version.
+ * This library 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.
*
- * This program is distributed in the hope that it will be useful,
+ * This library 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if !defined (__PACKAGEKIT_H_INSIDE__) && !defined (PK_COMPILATION)