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/tab.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'libmount/src/tab.c') diff --git a/libmount/src/tab.c b/libmount/src/tab.c index eb61dd33e..d80fb0579 100644 --- a/libmount/src/tab.c +++ b/libmount/src/tab.c @@ -1,8 +1,14 @@ + +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * Copyright (C) 2008-2010 Karel Zak + * This file is part of libmount from util-linux project. + * + * Copyright (C) 2008-2018 Karel Zak * - * This file may be redistributed under the terms of the - * GNU Lesser General Public License. + * 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