summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-18 14:37:41 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-04-23 19:29:05 -0300
commit5f69c236943738d3b155a9daacf2dbc79f6cbcab (patch)
treeac6cecc71d7bdf8acb2a4b900a2a0543e6a46051
parent8702f3af726b135f0672e6ca691b66a5277b7a34 (diff)
downloadgtk+-5f69c236943738d3b155a9daacf2dbc79f6cbcab.tar.gz
gtkhidingbox: add copyright and authors
-rw-r--r--gtk/gtkhidingbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkhidingbox.c b/gtk/gtkhidingbox.c
index ec54250a0a..03113ed033 100644
--- a/gtk/gtkhidingbox.c
+++ b/gtk/gtkhidingbox.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2015 Rafał Lużyński <digitalfreak@lingonborough.com>
+ * Copyright (C) 2015 Red Hat
*
* Licensed under the GNU General Public License Version 2
*
@@ -16,6 +17,9 @@
* 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.
+ *
+ * Authors: Rafał Lużyński <digitalfreak@lingonborough.com>
+ * Carlos Soriano <csoriano@gnome.org>
*/
#include "config.h"