diff --git a/LICENSE b/LICENSE index 82e0c29..435ef9a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2011-2012 Daniel Scharrer +Copyright (C) 2011-2013 Daniel Scharrer This software is provided 'as-is', without any express or implied warranty. In no event will the author(s) be held liable for any damages diff --git a/cmake/FindLZMA.cmake b/cmake/FindLZMA.cmake index e21f7b6..6e1c47d 100644 --- a/cmake/FindLZMA.cmake +++ b/cmake/FindLZMA.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011 Daniel Scharrer +# Copyright (C) 2011-2013 Daniel Scharrer # # This software is provided 'as-is', without any express or implied # warranty. In no event will the author(s) be held liable for any damages diff --git a/cmake/Findiconv.cmake b/cmake/Findiconv.cmake index 7cc74a4..6fe8d95 100644 --- a/cmake/Findiconv.cmake +++ b/cmake/Findiconv.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2012 Daniel Scharrer +# Copyright (C) 2012-2013 Daniel Scharrer # # This software is provided 'as-is', without any express or implied # warranty. In no event will the author(s) be held liable for any damages diff --git a/cmake/UseStaticLibs.cmake b/cmake/UseStaticLibs.cmake index 8b1dfc0..c8b889e 100644 --- a/cmake/UseStaticLibs.cmake +++ b/cmake/UseStaticLibs.cmake @@ -1,4 +1,22 @@ +# Copyright (C) 2013 Daniel Scharrer +# +# This software is provided 'as-is', without any express or implied +# warranty. In no event will the author(s) be held liable for any damages +# arising from the use of this software. +# +# Permission is granted to anyone to use this software for any purpose, +# including commercial applications, and to alter it and redistribute it +# freely, subject to the following restrictions: +# +# 1. The origin of this software must not be misrepresented; you must not +# claim that you wrote the original software. If you use this software +# in a product, an acknowledgment in the product documentation would be +# appreciated but is not required. +# 2. Altered source versions must be plainly marked as such, and must not be +# misrepresented as being the original software. +# 3. This notice may not be removed or altered from any source distribution. + macro(use_static_libs ID) if(${ID}_USE_STATIC_LIBS) set(_UseStaticLibs_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) diff --git a/cmake/VersionScript.cmake b/cmake/VersionScript.cmake index 6518f5b..c86b586 100644 --- a/cmake/VersionScript.cmake +++ b/cmake/VersionScript.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2012 Daniel Scharrer +# Copyright (C) 2011-2013 Daniel Scharrer # # This software is provided 'as-is', without any express or implied # warranty. In no event will the author(s) be held liable for any damages diff --git a/cmake/VersionString.cmake b/cmake/VersionString.cmake index 2b92a51..ce0a630 100644 --- a/cmake/VersionString.cmake +++ b/cmake/VersionString.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2012 Daniel Scharrer +# Copyright (C) 2011-2013 Daniel Scharrer # # This software is provided 'as-is', without any express or implied # warranty. In no event will the author(s) be held liable for any damages diff --git a/src/cli/main.cpp b/src/cli/main.cpp index 985db94..0491898 100644 --- a/src/cli/main.cpp +++ b/src/cli/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/crypto/adler32.hpp b/src/crypto/adler32.hpp index c0fd5da..27fac23 100644 --- a/src/crypto/adler32.hpp +++ b/src/crypto/adler32.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/crypto/checksum.hpp b/src/crypto/checksum.hpp index 2595a71..51f711e 100644 --- a/src/crypto/checksum.hpp +++ b/src/crypto/checksum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/crypto/crc32.hpp b/src/crypto/crc32.hpp index 3c9dbb5..f04a54f 100644 --- a/src/crypto/crc32.hpp +++ b/src/crypto/crc32.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/crypto/hasher.hpp b/src/crypto/hasher.hpp index b7a4aa6..07bbcfd 100644 --- a/src/crypto/hasher.hpp +++ b/src/crypto/hasher.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/crypto/iteratedhash.hpp b/src/crypto/iteratedhash.hpp index 7d81a1c..f8492da 100644 --- a/src/crypto/iteratedhash.hpp +++ b/src/crypto/iteratedhash.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/loader/exereader.cpp b/src/loader/exereader.cpp index 8ff7a5f..2419fda 100644 --- a/src/loader/exereader.cpp +++ b/src/loader/exereader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/release.cpp.in b/src/release.cpp.in index 6aa7c32..a6b9571 100644 --- a/src/release.cpp.in +++ b/src/release.cpp.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/release.hpp b/src/release.hpp index 1625e9c..a269db5 100644 --- a/src/release.hpp +++ b/src/release.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/setup/item.hpp b/src/setup/item.hpp index 7cd204f..08a89e3 100644 --- a/src/setup/item.hpp +++ b/src/setup/item.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/setup/windows.hpp b/src/setup/windows.hpp index 9e3911f..2a3d726 100644 --- a/src/setup/windows.hpp +++ b/src/setup/windows.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/stream/block.hpp b/src/stream/block.hpp index 5f28042..174a57e 100644 --- a/src/stream/block.hpp +++ b/src/stream/block.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/stream/checksum.hpp b/src/stream/checksum.hpp index 80b4f76..f00f303 100644 --- a/src/stream/checksum.hpp +++ b/src/stream/checksum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/stream/chunk.hpp b/src/stream/chunk.hpp index 469695b..4e9ec59 100644 --- a/src/stream/chunk.hpp +++ b/src/stream/chunk.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/stream/lzma.hpp b/src/stream/lzma.hpp index f065047..cdecdbf 100644 --- a/src/stream/lzma.hpp +++ b/src/stream/lzma.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/stream/slice.hpp b/src/stream/slice.hpp index 20f3e4a..d266def 100644 --- a/src/stream/slice.hpp +++ b/src/stream/slice.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/flags.hpp b/src/util/flags.hpp index 032f9d3..746c40e 100644 --- a/src/util/flags.hpp +++ b/src/util/flags.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/load.cpp b/src/util/load.cpp index 7ded3ed..442fa6e 100644 --- a/src/util/load.cpp +++ b/src/util/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/load.hpp b/src/util/load.hpp index 4595f77..c4705e4 100644 --- a/src/util/load.hpp +++ b/src/util/load.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/log.hpp b/src/util/log.hpp index e9992c8..14ecc59 100644 --- a/src/util/log.hpp +++ b/src/util/log.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/output.hpp b/src/util/output.hpp index 17e2095..583948a 100644 --- a/src/util/output.hpp +++ b/src/util/output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/storedenum.hpp b/src/util/storedenum.hpp index f4dcc7c..1d89cc7 100644 --- a/src/util/storedenum.hpp +++ b/src/util/storedenum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/types.hpp b/src/util/types.hpp index 8806e7e..211c795 100644 --- a/src/util/types.hpp +++ b/src/util/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages diff --git a/src/util/util.hpp b/src/util/util.hpp index 3ac2aa1..ac057e0 100644 --- a/src/util/util.hpp +++ b/src/util/util.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Daniel Scharrer + * Copyright (C) 2011-2013 Daniel Scharrer * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author(s) be held liable for any damages