summaryrefslogtreecommitdiffstats
path: root/libmount/mount.pc.in
diff options
context:
space:
mode:
authorKarel Zak2018-08-16 15:43:53 +0200
committerKarel Zak2018-08-16 15:43:53 +0200
commit2c37ca7c4b766d08ed604eac17fea42e86916c2d (patch)
tree2e2574b90cc768b921006431bfa7c764bb4bcde2 /libmount/mount.pc.in
parentdocs: use SPDX license names (diff)
downloadkernel-qcow2-util-linux-2c37ca7c4b766d08ed604eac17fea42e86916c2d.tar.gz
kernel-qcow2-util-linux-2c37ca7c4b766d08ed604eac17fea42e86916c2d.tar.xz
kernel-qcow2-util-linux-2c37ca7c4b766d08ed604eac17fea42e86916c2d.zip
libmount: cleanup licenses sections in the files
* add SPDX-License-Identifier (see https://spdx.org/licenses/) * add "This file part of libmount from util-linux project." * use proper text for LGPL-2.1-or-later * use the same texts everywhere Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/mount.pc.in')
-rw-r--r--libmount/mount.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libmount/mount.pc.in b/libmount/mount.pc.in
index 2c327978b..7371b23c1 100644
--- a/libmount/mount.pc.in
+++ b/libmount/mount.pc.in
@@ -1,3 +1,14 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# This file is part of libmount from util-linux project.
+#
+# Copyright (C) 2008-2018 Karel Zak <kzak@redhat.com>
+#
+# libmount 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.
+#
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@usrlib_execdir@