diff options
author | Kay Sievers <kay@vrfy.org> | 2013-02-12 16:34:39 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-02-12 16:35:10 +0100 |
commit | 5897db495068df8e066eceb524d265846c82ebcb (patch) | |
tree | e2bf25f9464c6d7be9785f27850d07106409737d | |
parent | c390ba437c1e2fc76d6488e4d70872de3e4856d5 (diff) |
add copyright header
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | setup.c | 19 |
2 files changed, 20 insertions, 0 deletions
@@ -1,4 +1,5 @@ /*.o +/gummiboot-setup /gummiboot.so /gummibootia32.efi /gummibootx64.efi @@ -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> |