From 2c37ca7c4b766d08ed604eac17fea42e86916c2d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 16 Aug 2018 15:43:53 +0200 Subject: 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 --- libmount/src/version.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libmount/src/version.c') diff --git a/libmount/src/version.c b/libmount/src/version.c index d3a981a48..a7f3a9b60 100644 --- a/libmount/src/version.c +++ b/libmount/src/version.c @@ -1,10 +1,13 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * version.c - Return the version of the libmount library + * This file is part of libmount from util-linux project. * - * Copyright (C) 2008 Karel Zak - * [Based on libblkid/version.c by Theodore Ts'o] + * Copyright (C) 2008-2018 Karel Zak * - * See COPYING.libmount for the License of this software. + * 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. */ /** -- cgit v1.2.3-55-g7522