From e99bff3ffbcdf2634fd5bd13887627ec7dbfecaf Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 12 Feb 2024 17:09:10 +0200 Subject: Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. --- lib/getopt1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/getopt1.c') diff --git a/lib/getopt1.c b/lib/getopt1.c index fb99b4a0..5cb3b913 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ + /* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of the GNU C Library and is also part of gnulib. -- cgit v1.2.3