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 /src | |
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 '')
-rw-r--r-- | src/scripts/xzdiff.1 | 3 | ||||
-rw-r--r-- | src/scripts/xzdiff.in | 1 | ||||
-rw-r--r-- | src/scripts/xzgrep.1 | 3 | ||||
-rw-r--r-- | src/scripts/xzgrep.in | 1 | ||||
-rw-r--r-- | src/scripts/xzless.in | 1 | ||||
-rw-r--r-- | src/scripts/xzmore.1 | 3 | ||||
-rw-r--r-- | src/scripts/xzmore.in | 1 |
7 files changed, 7 insertions, 6 deletions
diff --git a/src/scripts/xzdiff.1 b/src/scripts/xzdiff.1 index 24fed680..21824118 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -1,11 +1,10 @@ +.\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Original zdiff.1 for gzip: Jean-loup Gailly .\" .\" Modifications for XZ Utils: Lasse Collin .\" Andrew Dudman .\" -.\" License: GNU GPLv2+ -.\" .TH XZDIFF 1 "2021-06-04" "Tukaani" "XZ Utils" .SH NAME xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files diff --git a/src/scripts/xzdiff.in b/src/scripts/xzdiff.in index 72249d3a..40a1fd33 100644 --- a/src/scripts/xzdiff.in +++ b/src/scripts/xzdiff.in @@ -1,4 +1,5 @@ #!@POSIX_SHELL@ +# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation # Copyright (C) 1993 Jean-loup Gailly diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index e0514b8b..0ace8502 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -1,11 +1,10 @@ +.\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Original zgrep.1 for gzip: Jean-loup Gailly .\" Charles Levert <charles@comm.polymtl.ca> .\" .\" Modifications for XZ Utils: Lasse Collin .\" -.\" License: GNU GPLv2+ -.\" .TH XZGREP 1 "2022-07-19" "Tukaani" "XZ Utils" .SH NAME xzgrep \- search compressed files for a regular expression 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> diff --git a/src/scripts/xzless.in b/src/scripts/xzless.in index 53650ef1..08a64dc7 100644 --- a/src/scripts/xzless.in +++ b/src/scripts/xzless.in @@ -1,4 +1,5 @@ #!@POSIX_SHELL@ +# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation diff --git a/src/scripts/xzmore.1 b/src/scripts/xzmore.1 index 9613974e..8a402808 100644 --- a/src/scripts/xzmore.1 +++ b/src/scripts/xzmore.1 @@ -1,9 +1,8 @@ +.\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Original zdiff.1 for gzip: Jean-loup Gailly .\" Modifications for XZ Utils: Lasse Collin .\" -.\" License: GNU GPLv2+ -.\" .TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils" .SH NAME xzmore, lzmore \- view xz or lzma compressed (text) files diff --git a/src/scripts/xzmore.in b/src/scripts/xzmore.in index 5188fdab..7cb31cbe 100644 --- a/src/scripts/xzmore.in +++ b/src/scripts/xzmore.in @@ -1,4 +1,5 @@ #!@POSIX_SHELL@ +# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2001, 2002, 2007 Free Software Foundation # Copyright (C) 1992, 1993 Jean-loup Gailly |