summaryrefslogtreecommitdiff
path: root/src/libfirewall
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 00:56:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 00:56:47 -0400
commit9155dec335ce55c5443088595717f282aa27f055 (patch)
treea9e8979ba8779e192d4d0e94fd9642ba24039a44 /src/libfirewall
parent981826a044b03a5192d339308554cb6c1fe1ba1d (diff)
parent0e3931397419225a8e36a8350607fdfb55d0f473 (diff)
Merge branch 'post' into lukeshu-postmove
# Conflicts: # Makefile.am # am-pretty.mk # common.once.head.mk # config.mk.in # discard.mk # src/kernel-install/Makefile # src/libbasic/Makefile # src/libcore/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/src/Makefile # src/libudev/Makefile # src/libudev/src/Makefile # src/system/systemd/Makefile # src/systemd-nspawn/.gitignore # src/systemd-nspawn/Makefile
Diffstat (limited to 'src/libfirewall')
-rw-r--r--src/libfirewall/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libfirewall/Makefile b/src/libfirewall/Makefile
index b12fe3c33a..f0697f1513 100644
--- a/src/libfirewall/Makefile
+++ b/src/libfirewall/Makefile
@@ -1,3 +1,25 @@
+# -*- Mode: makefile; indent-tabs-mode: t -*-
+#
+# This file is part of systemd.
+#
+# Copyright 2010-2012 Lennart Poettering
+# Copyright 2010-2012 Kay Sievers
+# Copyright 2013 Zbigniew Jędrzejewski-Szmek
+# Copyright 2013 David Strauss
+# Copyright 2016 Luke Shumaker
+#
+# 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/>.
ifneq ($(HAVE_LIBIPTC),)
noinst_LTLIBRARIES += \
libfirewall.la