aboutsummaryrefslogtreecommitdiff
path: root/lib/getopt.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-12 17:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 18:31:16 +0200
commite99bff3ffbcdf2634fd5bd13887627ec7dbfecaf (patch)
treec661e6dd97f062b7f1270c278bd67dbcd5e007b7 /lib/getopt.c
parentAdd SPDX license identifier into 0BSD source code files. (diff)
downloadxz-e99bff3ffbcdf2634fd5bd13887627ec7dbfecaf.tar.xz
Add SPDX license identifiers to GPL, LGPL, and FSFULLR files.
Diffstat (limited to '')
-rw-r--r--lib/getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 5941f6fd..ab3ff879 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
/* Getopt for GNU.
Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library and is also part of gnulib.