diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | e99bff3ffbcdf2634fd5bd13887627ec7dbfecaf (patch) | |
tree | c661e6dd97f062b7f1270c278bd67dbcd5e007b7 /extra/scanlzma | |
parent | Add SPDX license identifier into 0BSD source code files. (diff) | |
download | xz-e99bff3ffbcdf2634fd5bd13887627ec7dbfecaf.tar.xz |
Add SPDX license identifiers to GPL, LGPL, and FSFULLR files.
Diffstat (limited to 'extra/scanlzma')
-rw-r--r-- | extra/scanlzma/scanlzma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/scanlzma/scanlzma.c b/extra/scanlzma/scanlzma.c index 110f822b..1c8fcd8f 100644 --- a/extra/scanlzma/scanlzma.c +++ b/extra/scanlzma/scanlzma.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /* scanlzma, scan for lzma compressed data in stdin and echo it to stdout. Copyright (C) 2006 Timo Lindfors |