diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-07 18:47:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-07 18:47:34 +0200 |
commit | 2b5c04d59cf3442791aff49013921acb68eb9fc6 (patch) | |
tree | b4880c6fe85552e8b619bda1bf000684f0918d29 /src/nspawn/nspawn.h | |
parent | ee64508006f5db25d8819890e15603790bfebc2f (diff) |
nspawn: remove nspawn.h, it's empty now
Diffstat (limited to 'src/nspawn/nspawn.h')
-rw-r--r-- | src/nspawn/nspawn.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/nspawn/nspawn.h b/src/nspawn/nspawn.h deleted file mode 100644 index 33eaa7e9d1..0000000000 --- a/src/nspawn/nspawn.h +++ /dev/null @@ -1,22 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#pragma once - -/*** - This file is part of systemd. - - Copyright 2015 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/>. -***/ |