[geocode-glib] tests: Add copyright headers to test C files



commit 8816352ee6dcb6df7ffeb872084684b956c30df7
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Oct 13 12:03:36 2016 +0100

    tests: Add copyright headers to test C files
    
    These have been missing for a while. Copyrights reconstructed from the
    git log; Bastien and Zeeshan’s copyrights were attributed to Red Hat as
    part of the standard Red Hat employment contract.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756311

 geocode-glib/test-gcglib.c |   25 +++++++++++++++++++++++++
 geocode-glib/test-geouri.c |   21 +++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/geocode-glib/test-gcglib.c b/geocode-glib/test-gcglib.c
index c15e190..fd922f7 100644
--- a/geocode-glib/test-gcglib.c
+++ b/geocode-glib/test-gcglib.c
@@ -1,3 +1,28 @@
+/*
+ * Copyright (C) 2011–2015 Red Hat
+ * Copyright (C) 2014, 2015, 2016 Jonas Danielsson
+ * Copyright (C) 2016 Collabora Ltd.
+ *
+ * The Gnome Library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The Gnome 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with the Gnome Library; see the file COPYING.LIB.  If not,
+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301  USA.
+ *
+ * Authors: Bastien Nocera <hadess hadess net>
+ *          Zeeshan Ali <zeeshanak gnome org>
+ *          Jonas Danielsson <jonas danielsson threetimestwo org>
+ *          Philip Withnall <philip withnall collabora co uk>
+ */
 
 #include "config.h"
 #include <locale.h>
diff --git a/geocode-glib/test-geouri.c b/geocode-glib/test-geouri.c
index 03db1b6..07b9fd0 100644
--- a/geocode-glib/test-geouri.c
+++ b/geocode-glib/test-geouri.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2013, 2014 Jonas Danielsson
+ *
+ * The Gnome Library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The Gnome 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with the Gnome Library; see the file COPYING.LIB.  If not,
+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301  USA.
+ *
+ * Authors: Jonas Danielsson <jonas danielsson threetimestwo org>
+ */
+
 #include <glib/gi18n.h>
 #include <glib.h>
 #include <stdlib.h>


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