Skip to content

Commit

Permalink
fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bagasme authored and jankara committed May 30, 2023
1 parent 5ce3455 commit aac2fa2
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions fs/udf/udftime.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
// SPDX-License-Identifier: LGPL-2.0+
/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Eggert ([email protected]).
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Contributed by Paul Eggert ([email protected]). */

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

0 comments on commit aac2fa2

Please sign in to comment.