Skip to content

Commit aac2fa2

Browse files
bagasmejankara
authored andcommitted
fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Replace license boilerplate in udftime.c with SPDX identifier for LGPL-2.0. Cc: Paul Eggert <[email protected]> Cc: Richard Fontana <[email protected]> Cc: Pali Rohár <[email protected]> Signed-off-by: Bagas Sanjaya <[email protected]> Reviewed-by: Jilayne Lovejoy <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent 5ce3455 commit aac2fa2

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

fs/udf/udftime.c

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1+
// SPDX-License-Identifier: LGPL-2.0+
12
/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
23
This file is part of the GNU C Library.
3-
Contributed by Paul Eggert ([email protected]).
4-
5-
The GNU C Library is free software; you can redistribute it and/or
6-
modify it under the terms of the GNU Library General Public License as
7-
published by the Free Software Foundation; either version 2 of the
8-
License, or (at your option) any later version.
9-
10-
The GNU C Library is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
Library General Public License for more details.
14-
15-
You should have received a copy of the GNU Library General Public
16-
License along with the GNU C Library; see the file COPYING.LIB. If not,
17-
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
4+
Contributed by Paul Eggert ([email protected]). */
195

206
/*
217
* dgb 10/02/98: ripped this from glibc source to help convert timestamps

0 commit comments

Comments
 (0)