summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-02-12 16:34:39 +0100
committerKay Sievers <kay@vrfy.org>2013-02-12 16:35:10 +0100
commit5897db495068df8e066eceb524d265846c82ebcb (patch)
treee2bf25f9464c6d7be9785f27850d07106409737d
parentc390ba437c1e2fc76d6488e4d70872de3e4856d5 (diff)
add copyright header
-rw-r--r--.gitignore1
-rw-r--r--setup.c19
2 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c829d12..723b626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
--- 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>