[gtk+/wip/attach-params] 92a79e78 gdkattachparams: add copyright headers



commit b5278133ee11ec96d81405d4523203d27e228ce1
Author: William Hua <william hua canonical com>
Date:   Fri Jan 29 16:04:58 2016 -0500

    92a79e78 gdkattachparams: add copyright headers

 gdk/gdkattachparams.c        |   21 +++++++++++++++++++++
 gdk/gdkattachparams.h        |   21 +++++++++++++++++++++
 gdk/gdkattachparamsprivate.h |   21 +++++++++++++++++++++
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkattachparams.c b/gdk/gdkattachparams.c
index 1fc1227..719bdc2 100644
--- a/gdk/gdkattachparams.c
+++ b/gdk/gdkattachparams.c
@@ -1,3 +1,24 @@
+/* GDK - The GIMP Drawing Kit
+ *
+ * Copyright (C) 2016 Canonical Ltd.
+ *
+ * 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 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
+ * Lesser General Public License for more details.
+ *
+ * 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
+ *
+ * Authors: William Hua <william hua canonical com>
+ */
+
 #include "config.h"
 
 #include "gdkattachparamsprivate.h"
diff --git a/gdk/gdkattachparams.h b/gdk/gdkattachparams.h
index 3e82326..9aeaab1 100644
--- a/gdk/gdkattachparams.h
+++ b/gdk/gdkattachparams.h
@@ -1,3 +1,24 @@
+/* GDK - The GIMP Drawing Kit
+ *
+ * Copyright (C) 2016 Canonical Ltd.
+ *
+ * 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 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
+ * Lesser General Public License for more details.
+ *
+ * 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
+ *
+ * Authors: William Hua <william hua canonical com>
+ */
+
 #ifndef __GDK_ATTACH_PARAMS_H__
 #define __GDK_ATTACH_PARAMS_H__
 
diff --git a/gdk/gdkattachparamsprivate.h b/gdk/gdkattachparamsprivate.h
index 7fc758c..764f046 100644
--- a/gdk/gdkattachparamsprivate.h
+++ b/gdk/gdkattachparamsprivate.h
@@ -1,3 +1,24 @@
+/* GDK - The GIMP Drawing Kit
+ *
+ * Copyright (C) 2016 Canonical Ltd.
+ *
+ * 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 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
+ * Lesser General Public License for more details.
+ *
+ * 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
+ *
+ * Authors: William Hua <william hua canonical com>
+ */
+
 #ifndef __GDK_ATTACH_PARAMS_PRIVATE_H__
 #define __GDK_ATTACH_PARAMS_PRIVATE_H__
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]