summaryrefslogtreecommitdiff
path: root/shell/shell-helper.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-05 12:44:38 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-07 12:08:23 +0100
commit9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (patch)
tree581250dfb2b187df717caac459626c271e99216e /shell/shell-helper.c
parentb69ce8ee0b19629dc5ba79c9805b8ce60ad3de37 (diff)
downloadgraynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.tar.gz
graynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.zip
shell: add missing copyright headers to files
Diffstat (limited to 'shell/shell-helper.c')
-rw-r--r--shell/shell-helper.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/shell-helper.c b/shell/shell-helper.c
index 71e9b6f..e0c7e28 100644
--- a/shell/shell-helper.c
+++ b/shell/shell-helper.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2014 Collabora Ltd.
+ *
+ * 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 program 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.
+ *
+ * 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 St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
+ */
+
#include <stdio.h>
#include <assert.h>