aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzgrep.in
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 /src/scripts/xzgrep.in
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 'src/scripts/xzgrep.in')
-rw-r--r--src/scripts/xzgrep.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in
index c98fb30d..6e3d8d7e 100644
--- a/src/scripts/xzgrep.in
+++ b/src/scripts/xzgrep.in
@@ -1,4 +1,5 @@
#!@POSIX_SHELL@
+# SPDX-License-Identifier: GPL-2.0-or-later
# xzgrep -- a wrapper around a grep program that decompresses files as needed
# Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca>