mirror of https://git.tukaani.org/xz.git
Added public domain notice into a few files.
This commit is contained in:
parent
a35755c5de
commit
64e498c89d
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* Author: Lasse Collin
|
||||
*
|
||||
* This file has been put into the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
*/
|
||||
|
||||
#include <winresrc.h>
|
||||
#include "config.h"
|
||||
#define LZMA_H_INTERNAL
|
||||
|
@ -25,7 +32,7 @@ VS_VERSION_INFO VERSIONINFO
|
|||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", MY_COMMENTS
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
#
|
||||
# Author: Lasse Collin
|
||||
#
|
||||
# This file has been put into the public domain.
|
||||
# You can do whatever you want with this file.
|
||||
#
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* 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_DLL
|
||||
#define MY_NAME "liblzma"
|
||||
#define MY_SUFFIX ".dll"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* 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
|
||||
#define MY_NAME "xz"
|
||||
#define MY_SUFFIX ".exe"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* 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
|
||||
#define MY_NAME "xzdec"
|
||||
#define MY_SUFFIX ".exe"
|
||||
|
|
Loading…
Reference in New Issue