summaryrefslogtreecommitdiffstats
path: root/libmount/src/mountP.h
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/mountP.h
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/mountP.h')
-rw-r--r--libmount/src/mountP.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h
index 0c795121a..8f4fba7af 100644
--- a/libmount/src/mountP.h
+++ b/libmount/src/mountP.h
@@ -1,12 +1,16 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* mountP.h - private library header file
*
- * Copyright (C) 2008-2012 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) 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.
*/
-
#ifndef _LIBMOUNT_PRIVATE_H
#define _LIBMOUNT_PRIVATE_H