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_update.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libmount/src/tab_update.c') diff --git a/libmount/src/tab_update.c b/libmount/src/tab_update.c index b08ac18c1..b68553515 100644 --- a/libmount/src/tab_update.c +++ b/libmount/src/tab_update.c @@ -1,8 +1,13 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * Copyright (C) 2010 Karel Zak + * 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) 2011-2018 Karel Zak + * + * 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