From 251430d4679c3259c456805f3d325ce212bdf90f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 5 Feb 2019 12:31:54 +0000 Subject: [PATCH] gmarshal: Add copyright headers to gmarshal.[ch] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were originally generated by glib-genmarshal, which documents its output as being under the same license as the containing project. In this case, that’s LGPL. Signed-off-by: Philip Withnall --- gobject/gmarshal.c | 15 +++++++++++++++ gobject/gmarshal.h | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/gobject/gmarshal.c b/gobject/gmarshal.c index a1ac1a8f0..4b1178b7f 100644 --- a/gobject/gmarshal.c +++ b/gobject/gmarshal.c @@ -1,3 +1,18 @@ +/* GObject - GLib Type, Object, Parameter and Signal Library + * + * 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, see . + */ #include "config.h" diff --git a/gobject/gmarshal.h b/gobject/gmarshal.h index 3c10cd42b..329bf7e55 100644 --- a/gobject/gmarshal.h +++ b/gobject/gmarshal.h @@ -1,3 +1,19 @@ +/* GObject - GLib Type, Object, Parameter and Signal Library + * + * 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, see . + */ + #ifndef __G_MARSHAL_H__ #define __G_MARSHAL_H__