diff options
Diffstat (limited to 'src/lzmainfo')
-rw-r--r-- | src/lzmainfo/Makefile.am | 3 | ||||
-rw-r--r-- | src/lzmainfo/lzmainfo.1 | 4 | ||||
-rw-r--r-- | src/lzmainfo/lzmainfo.c | 3 | ||||
-rw-r--r-- | src/lzmainfo/lzmainfo_w32res.rc | 3 |
4 files changed, 1 insertions, 12 deletions
diff --git a/src/lzmainfo/Makefile.am b/src/lzmainfo/Makefile.am index ff7172b5..8fc84ac2 100644 --- a/src/lzmainfo/Makefile.am +++ b/src/lzmainfo/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. -## bin_PROGRAMS = lzmainfo diff --git a/src/lzmainfo/lzmainfo.1 b/src/lzmainfo/lzmainfo.1 index ce38eee5..114e0f30 100644 --- a/src/lzmainfo/lzmainfo.1 +++ b/src/lzmainfo/lzmainfo.1 @@ -1,9 +1,7 @@ +.\" SPDX-License-Identifier: 0BSD .\" .\" Author: Lasse Collin .\" -.\" This file has been put into the public domain. -.\" You can do whatever you want with this file. -.\" .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils" .SH NAME lzmainfo \- show information stored in the .lzma file header diff --git a/src/lzmainfo/lzmainfo.c b/src/lzmainfo/lzmainfo.c index 71e62958..bf4e29d7 100644 --- a/src/lzmainfo/lzmainfo.c +++ b/src/lzmainfo/lzmainfo.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/src/lzmainfo/lzmainfo_w32res.rc b/src/lzmainfo/lzmainfo_w32res.rc index 378fbe69..4ee7136c 100644 --- a/src/lzmainfo/lzmainfo_w32res.rc +++ b/src/lzmainfo/lzmainfo_w32res.rc @@ -1,8 +1,5 @@ /* * Author: Lasse Collin - * - * This file has been put into the public domain. - * You can do whatever you want with this file. */ #define MY_TYPE VFT_APP |