summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.h.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/src/libmount.h.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/src/libmount.h.in')
-rw-r--r--libmount/src/libmount.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
index 3a9440371..63ba3225f 100644
--- a/libmount/src/libmount.h.in
+++ b/libmount/src/libmount.h.in
@@ -1,7 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
- * mount.h - libmount API
+ * libmount.h - libmount API
*
- * Copyright (C) 2008-2009 Karel Zak <kzak@redhat.com>
+ * This file is part of libmount from util-linux project.
+ *
+ * Copyright (C) 2008-2018 Karel Zak <kzak@redhat.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public