mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added public domain notice into a few files.
This commit is contained in:
parent
a35755c5de
commit
64e498c89d
5 changed files with 36 additions and 1 deletions
|
@ -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 <winresrc.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#define LZMA_H_INTERNAL
|
#define LZMA_H_INTERNAL
|
||||||
|
|
|
@ -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@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
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_TYPE VFT_DLL
|
||||||
#define MY_NAME "liblzma"
|
#define MY_NAME "liblzma"
|
||||||
#define MY_SUFFIX ".dll"
|
#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_TYPE VFT_APP
|
||||||
#define MY_NAME "xz"
|
#define MY_NAME "xz"
|
||||||
#define MY_SUFFIX ".exe"
|
#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_TYPE VFT_APP
|
||||||
#define MY_NAME "xzdec"
|
#define MY_NAME "xzdec"
|
||||||
#define MY_SUFFIX ".exe"
|
#define MY_SUFFIX ".exe"
|
||||||
|
|
Loading…
Reference in a new issue