diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-18 11:26:39 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-18 11:26:39 +0300 |
commit | 64e498c89d8b9966e8663f43bf64d47c26c55c62 (patch) | |
tree | 556a0a834ea8a78d004ab4839d8f7093a9f9dd93 /src/liblzma | |
parent | Allow extra commas in filter-specific options on xz command line. (diff) | |
download | xz-64e498c89d8b9966e8663f43bf64d47c26c55c62.tar.xz |
Added public domain notice into a few files.
Diffstat (limited to 'src/liblzma')
-rw-r--r-- | src/liblzma/liblzma.pc.in | 7 | ||||
-rw-r--r-- | src/liblzma/liblzma_w32res.rc | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/liblzma/liblzma.pc.in b/src/liblzma/liblzma.pc.in index df31c386..eb3f6c75 100644 --- a/src/liblzma/liblzma.pc.in +++ b/src/liblzma/liblzma.pc.in @@ -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@ diff --git a/src/liblzma/liblzma_w32res.rc b/src/liblzma/liblzma_w32res.rc index 00516364..d4d8159c 100644 --- a/src/liblzma/liblzma_w32res.rc +++ b/src/liblzma/liblzma_w32res.rc @@ -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" |