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:12 +0200 |
commit | 689e0228baeb95232430e90d628379db89583d71 (patch) | |
tree | 1ac08f6030261327d8bc231adf1ab3e16f623645 /src/xz/xz.1 | |
parent | Fix SHA-256 authors. (diff) | |
download | xz-689e0228baeb95232430e90d628379db89583d71.tar.xz |
Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.
COPYING.0BSD was added.
Diffstat (limited to '')
-rw-r--r-- | src/xz/xz.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 950585f8..f2c1ce35 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -1,11 +1,9 @@ '\" t +.\" SPDX-License-Identifier: 0BSD .\" .\" Authors: Lasse Collin .\" Jia Tan .\" -.\" This file has been put into the public domain. -.\" You can do whatever you want with this file. -.\" .TH XZ 1 "2024-01-23" "Tukaani" "XZ Utils" . .SH NAME |