diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/Makefile.am | 3 | ||||
-rw-r--r-- | src/scripts/xzless.1 | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/scripts/Makefile.am b/src/scripts/Makefile.am index fe5742d0..1e949cdb 100644 --- a/src/scripts/Makefile.am +++ b/src/scripts/Makefile.am @@ -1,9 +1,6 @@ ## ## Author: Lasse Collin ## -## This file has been put into the public domain. -## You can do whatever you want with this file. -## nodist_bin_SCRIPTS = xzdiff xzgrep xzmore xzless dist_man_MANS = xzdiff.1 xzgrep.1 xzmore.1 xzless.1 diff --git a/src/scripts/xzless.1 b/src/scripts/xzless.1 index 2d05459d..6aa3dc36 100644 --- a/src/scripts/xzless.1 +++ b/src/scripts/xzless.1 @@ -1,10 +1,8 @@ +.\" SPDX-License-Identifier: 0BSD .\" .\" Authors: Andrew Dudman .\" Lasse Collin .\" -.\" This file has been put into the public domain. -.\" You can do whatever you want with this file. -.\" .\" (Note that this file is not based on gzip's zless.1.) .\" .TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils" |