summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_parse.c
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/tab_parse.c
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/tab_parse.c')
-rw-r--r--libmount/src/tab_parse.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c
index 89f7c4d30..45ca45966 100644
--- a/libmount/src/tab_parse.c
+++ b/libmount/src/tab_parse.c
@@ -1,10 +1,14 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
- * Copyright (C) 2009 Karel Zak <kzak@redhat.com>
+ * This file is part of libmount from util-linux project.
*
- * This file may be redistributed under the terms of the
- * GNU Lesser General Public License.
+ * Copyright (C) 2009-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.
*/
-
#ifdef HAVE_SCANDIRAT
#ifndef __USE_GNU
#define __USE_GNU