add copyright header
authorKay Sievers <kay@vrfy.org>
Tue, 12 Feb 2013 15:34:39 +0000 (16:34 +0100)
committerKay Sievers <kay@vrfy.org>
Tue, 12 Feb 2013 15:35:10 +0000 (16:35 +0100)
.gitignore
setup.c

index c829d12..723b626 100644 (file)
@@ -1,4 +1,5 @@
 /*.o
+/gummiboot-setup
 /gummiboot.so
 /gummibootia32.efi
 /gummibootx64.efi
diff --git a/setup.c b/setup.c
index 6f710b8..3808653 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -1,5 +1,24 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
+/***
+  This file is part of systemd.
+
+  Copyright 2013 Lennart Poettering
+
+  systemd 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.
+
+  systemd 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 systemd; If not, see <http://www.gnu.org/licenses/>.
+***/
+
 #include <stdio.h>
 #include <getopt.h>
 #include <errno.h>