diff options
author | Evan Nemerson <evan@nemerson.com> | 2016-11-12 23:53:29 (GMT) |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2016-11-12 23:53:52 (GMT) |
commit | 151021a3a628189e072d828ff01247063b9baddc (patch) | |
tree | cb3d476964b5031450ce8bc3d416787d691de621 /contrib/cmake_unofficial/CMakeLists.txt | |
parent | b6bcb84eae4b1df4e83329d09c5bed6abdaedc0a (diff) | |
download | lz4-151021a3a628189e072d828ff01247063b9baddc.zip lz4-151021a3a628189e072d828ff01247063b9baddc.tar.gz lz4-151021a3a628189e072d828ff01247063b9baddc.tar.bz2 |
cmake: add public domain dedication, and a note about the maintainer
Diffstat (limited to 'contrib/cmake_unofficial/CMakeLists.txt')
-rw-r--r-- | contrib/cmake_unofficial/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/cmake_unofficial/CMakeLists.txt b/contrib/cmake_unofficial/CMakeLists.txt index 01af33e..de070d6 100644 --- a/contrib/cmake_unofficial/CMakeLists.txt +++ b/contrib/cmake_unofficial/CMakeLists.txt @@ -1,3 +1,15 @@ +# CMake support for LZ4 +# +# To the extent possible under law, the author(s) have dedicated all +# copyright and related and neighboring rights to this software to +# the public domain worldwide. This software is distributed without +# any warranty. +# +# For details, see <http://creativecommons.org/publicdomain/zero/1.0/>. +# +# LZ4's CMake support is maintained by Evan Nemerson; when filing +# bugs please mention @nemequ to make sure I see it. + set(LZ4_TOP_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..") # Parse version information |