diff --git a/LICENSE b/LICENSE index 76e5c61a..fec13634 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2011-2015 Daniel Scharrer +Copyright (C) 2011-2016 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/CXX11Check.cmake b/cmake/CXX11Check.cmake index c94f5c86..26e66e6e 100644 --- a/cmake/CXX11Check.cmake +++ b/cmake/CXX11Check.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2015 Daniel Scharrer +# Copyright (C) 2013-2016 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/CompileCheck.cmake b/cmake/CompileCheck.cmake index 7ebcdee3..3b39111a 100644 --- a/cmake/CompileCheck.cmake +++ b/cmake/CompileCheck.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2015 Daniel Scharrer +# Copyright (C) 2011-2016 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/FilterList.cmake b/cmake/FilterList.cmake index 260883a2..55353592 100644 --- a/cmake/FilterList.cmake +++ b/cmake/FilterList.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2013 Daniel Scharrer +# Copyright (C) 2013-2016 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 9b154328..1322b157 100644 --- a/cmake/UseStaticLibs.cmake +++ b/cmake/UseStaticLibs.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2015 Daniel Scharrer +# Copyright (C) 2013-2016 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/VersionScript.cmake b/cmake/VersionScript.cmake index eef38b25..929bbbea 100644 --- a/cmake/VersionScript.cmake +++ b/cmake/VersionScript.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2014 Daniel Scharrer +# Copyright (C) 2011-2016 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 f6697c8f..40cd1ca1 100644 --- a/cmake/VersionString.cmake +++ b/cmake/VersionString.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2015 Daniel Scharrer +# Copyright (C) 2011-2016 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/extract.cpp b/src/cli/extract.cpp index 4dfb3861..8fe500c0 100644 --- a/src/cli/extract.cpp +++ b/src/cli/extract.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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/extract.hpp b/src/cli/extract.hpp index dfa8122a..9b84c022 100644 --- a/src/cli/extract.hpp +++ b/src/cli/extract.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2015 Daniel Scharrer + * Copyright (C) 2014-2016 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 9c73cd48..951c4155 100644 --- a/src/cli/main.cpp +++ b/src/cli/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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/filename.cpp b/src/setup/filename.cpp index d61127cc..f359267b 100644 --- a/src/setup/filename.cpp +++ b/src/setup/filename.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 Daniel Scharrer + * Copyright (C) 2012-2016 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/filename.hpp b/src/setup/filename.hpp index 8e486659..978cfed2 100644 --- a/src/setup/filename.hpp +++ b/src/setup/filename.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 Daniel Scharrer + * Copyright (C) 2012-2016 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/header.cpp b/src/setup/header.cpp index 437b45a2..2cacdb3d 100644 --- a/src/setup/header.cpp +++ b/src/setup/header.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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/header.hpp b/src/setup/header.hpp index 1504ae5e..8eaf8cad 100644 --- a/src/setup/header.hpp +++ b/src/setup/header.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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/version.cpp b/src/setup/version.cpp index ae619c31..2971a17a 100644 --- a/src/setup/version.cpp +++ b/src/setup/version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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.cpp b/src/stream/block.cpp index b6e26758..63b71797 100644 --- a/src/stream/block.cpp +++ b/src/stream/block.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2016 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.cpp b/src/stream/lzma.cpp index f8e0964b..42ae5ed9 100644 --- a/src/stream/lzma.cpp +++ b/src/stream/lzma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2016 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/console.cpp b/src/util/console.cpp index aa2f73a9..1689e7be 100644 --- a/src/util/console.cpp +++ b/src/util/console.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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/console.hpp b/src/util/console.hpp index 5cd4ba44..ca3d0280 100644 --- a/src/util/console.hpp +++ b/src/util/console.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2016 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 a70e2613..99c898ad 100644 --- a/src/util/load.hpp +++ b/src/util/load.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2016 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/windows.cpp b/src/util/windows.cpp index 527dce55..eb86a7e5 100644 --- a/src/util/windows.cpp +++ b/src/util/windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 Daniel Scharrer + * Copyright (C) 2013-2016 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