summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-03-19 08:31:27 +0000
committerRichard Hughes <richard@hughsie.com>2013-03-19 08:31:27 +0000
commit1e7dcf8b5ee1f3e035c418da6e4b696ffa4cb3ab (patch)
treea95e3ab4930d0b28208db5778cabff3006ccf6b3
parent6be98e8052cb806a28d6b71b51a6aad2c5930dab (diff)
downloadcolord-gtk-1e7dcf8b5ee1f3e035c418da6e4b696ffa4cb3ab.tar.gz
Fix up the licence boilerplate for CdSampleWidget
-rw-r--r--libcolord-gtk/cd-sample-widget.c22
-rw-r--r--libcolord-gtk/cd-sample-widget.h22
2 files changed, 22 insertions, 22 deletions
diff --git a/libcolord-gtk/cd-sample-widget.c b/libcolord-gtk/cd-sample-widget.c
index 036f26c..2d02625 100644
--- a/libcolord-gtk/cd-sample-widget.c
+++ b/libcolord-gtk/cd-sample-widget.c
@@ -2,21 +2,21 @@
*
* Copyright (C) 2012 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
*/
#include "config.h"
diff --git a/libcolord-gtk/cd-sample-widget.h b/libcolord-gtk/cd-sample-widget.h
index 9fcfbad..701b609 100644
--- a/libcolord-gtk/cd-sample-widget.h
+++ b/libcolord-gtk/cd-sample-widget.h
@@ -2,21 +2,21 @@
*
* Copyright (C) 2012 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 (__COLORD_GTK_H_INSIDE__) && !defined (CD_COMPILATION)