diff --git a/LICENSE b/LICENSE index 6ccfffc..0456873 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2011-2018 Daniel Scharrer +Copyright (C) 2011-2019 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/CXXVersionCheck.cmake b/cmake/CXXVersionCheck.cmake index 88ebbe8..fdc6a11 100644 --- a/cmake/CXXVersionCheck.cmake +++ b/cmake/CXXVersionCheck.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2018 Daniel Scharrer +# Copyright (C) 2013-2019 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 50686fb..6cfa78d 100644 --- a/cmake/FindLZMA.cmake +++ b/cmake/FindLZMA.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2011-2013 Daniel Scharrer +# Copyright (C) 2011-2019 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 0a9c020..87e72a9 100644 --- a/cmake/Findiconv.cmake +++ b/cmake/Findiconv.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2012-2014 Daniel Scharrer +# Copyright (C) 2012-2019 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 af7521a..844b85c 100644 --- a/cmake/UseStaticLibs.cmake +++ b/cmake/UseStaticLibs.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2016 Daniel Scharrer +# Copyright (C) 2013-2019 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/debug.cpp b/src/cli/debug.cpp index a58b49c..6c439eb 100644 --- a/src/cli/debug.cpp +++ b/src/cli/debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 7039f33..464a818 100644 --- a/src/cli/extract.cpp +++ b/src/cli/extract.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 7e836ad..155d4e2 100644 --- a/src/cli/extract.hpp +++ b/src/cli/extract.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2018 Daniel Scharrer + * Copyright (C) 2014-2019 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/gog.cpp b/src/cli/gog.cpp index 05d00fe..5fdb8bd 100644 --- a/src/cli/gog.cpp +++ b/src/cli/gog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2018 Daniel Scharrer + * Copyright (C) 2014-2019 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/goggalaxy.cpp b/src/cli/goggalaxy.cpp index 3457ef8..86da456 100644 --- a/src/cli/goggalaxy.cpp +++ b/src/cli/goggalaxy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Daniel Scharrer + * Copyright (C) 2018-2019 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 07ba902..f103f0b 100644 --- a/src/cli/main.cpp +++ b/src/cli/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/crypto/adler32.cpp index 4bbd8d7..7b271a5 100644 --- a/src/crypto/adler32.cpp +++ b/src/crypto/adler32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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 962ea40..ad16385 100644 --- a/src/crypto/adler32.hpp +++ b/src/crypto/adler32.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/crypto/crc32.cpp index 3158d1f..0e12b9b 100644 --- a/src/crypto/crc32.cpp +++ b/src/crypto/crc32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/crypto/hasher.cpp index 7012dd6..61925f5 100644 --- a/src/crypto/hasher.cpp +++ b/src/crypto/hasher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 6e796e7..be987f3 100644 --- a/src/crypto/hasher.hpp +++ b/src/crypto/hasher.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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 1d90dd4..b1c7262 100644 --- a/src/crypto/iteratedhash.hpp +++ b/src/crypto/iteratedhash.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/md5.cpp b/src/crypto/md5.cpp index c21cbcd..ecdb8a5 100644 --- a/src/crypto/md5.cpp +++ b/src/crypto/md5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/sha1.cpp b/src/crypto/sha1.cpp index 8898a00..fe086c6 100644 --- a/src/crypto/sha1.cpp +++ b/src/crypto/sha1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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.hpp b/src/loader/exereader.hpp index ae54343..9e75c90 100644 --- a/src/loader/exereader.hpp +++ b/src/loader/exereader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/offsets.cpp b/src/loader/offsets.cpp index 853dcf6..cc57298 100644 --- a/src/loader/offsets.cpp +++ b/src/loader/offsets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2018 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/component.cpp b/src/setup/component.cpp index 19f7138..eab4f1a 100644 --- a/src/setup/component.cpp +++ b/src/setup/component.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/component.hpp b/src/setup/component.hpp index 531cddd..09abd05 100644 --- a/src/setup/component.hpp +++ b/src/setup/component.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/data.cpp b/src/setup/data.cpp index 66bba5b..9146ed8 100644 --- a/src/setup/data.cpp +++ b/src/setup/data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/data.hpp b/src/setup/data.hpp index eecd724..fcc2374 100644 --- a/src/setup/data.hpp +++ b/src/setup/data.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/delete.cpp b/src/setup/delete.cpp index 70ec571..628c038 100644 --- a/src/setup/delete.cpp +++ b/src/setup/delete.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/delete.hpp b/src/setup/delete.hpp index 6c82eea..3d68ddc 100644 --- a/src/setup/delete.hpp +++ b/src/setup/delete.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/directory.cpp b/src/setup/directory.cpp index b67775a..f2b6eee 100644 --- a/src/setup/directory.cpp +++ b/src/setup/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/directory.hpp b/src/setup/directory.hpp index 0106ae8..554569d 100644 --- a/src/setup/directory.hpp +++ b/src/setup/directory.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/expression.cpp b/src/setup/expression.cpp index e613947..ec77b59 100644 --- a/src/setup/expression.cpp +++ b/src/setup/expression.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 Daniel Scharrer + * Copyright (C) 2012-2019 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/expression.hpp b/src/setup/expression.hpp index 8d2aae7..f08a420 100644 --- a/src/setup/expression.hpp +++ b/src/setup/expression.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 Daniel Scharrer + * Copyright (C) 2012-2019 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/file.cpp b/src/setup/file.cpp index 8a93a6e..bb52123 100644 --- a/src/setup/file.cpp +++ b/src/setup/file.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/file.hpp b/src/setup/file.hpp index 303a5b8..604b2ae 100644 --- a/src/setup/file.hpp +++ b/src/setup/file.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 f717577..e634055 100644 --- a/src/setup/filename.cpp +++ b/src/setup/filename.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 Daniel Scharrer + * Copyright (C) 2012-2019 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 c16832a..68f11bb 100644 --- a/src/setup/filename.hpp +++ b/src/setup/filename.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2016 Daniel Scharrer + * Copyright (C) 2012-2019 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 74b14a7..cacd5a0 100644 --- a/src/setup/header.cpp +++ b/src/setup/header.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 645376c..9a55a10 100644 --- a/src/setup/header.hpp +++ b/src/setup/header.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/icon.cpp b/src/setup/icon.cpp index b55aeae..cbfc99d 100644 --- a/src/setup/icon.cpp +++ b/src/setup/icon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/icon.hpp b/src/setup/icon.hpp index 41da3c3..74f9fd9 100644 --- a/src/setup/icon.hpp +++ b/src/setup/icon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/info.cpp b/src/setup/info.cpp index 85c1c39..0f7b831 100644 --- a/src/setup/info.cpp +++ b/src/setup/info.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/info.hpp b/src/setup/info.hpp index 6a953c7..58d5804 100644 --- a/src/setup/info.hpp +++ b/src/setup/info.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/ini.cpp b/src/setup/ini.cpp index b1d0e0b..836b483 100644 --- a/src/setup/ini.cpp +++ b/src/setup/ini.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/ini.hpp b/src/setup/ini.hpp index c9bae52..3bb0e6e 100644 --- a/src/setup/ini.hpp +++ b/src/setup/ini.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/setup/item.cpp index e747711..f8bffa3 100644 --- a/src/setup/item.cpp +++ b/src/setup/item.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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 3137954..a40a7f6 100644 --- a/src/setup/item.hpp +++ b/src/setup/item.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/language.cpp b/src/setup/language.cpp index 0ca1777..d2c7a99 100644 --- a/src/setup/language.cpp +++ b/src/setup/language.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/language.hpp b/src/setup/language.hpp index 764b3c1..8801c64 100644 --- a/src/setup/language.hpp +++ b/src/setup/language.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/message.cpp b/src/setup/message.cpp index 1ff44cd..41f6c0b 100644 --- a/src/setup/message.cpp +++ b/src/setup/message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/message.hpp b/src/setup/message.hpp index 0fe1aa9..32dae95 100644 --- a/src/setup/message.hpp +++ b/src/setup/message.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/permission.cpp b/src/setup/permission.cpp index abd8f3c..a75c06d 100644 --- a/src/setup/permission.cpp +++ b/src/setup/permission.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/permission.hpp b/src/setup/permission.hpp index 6016af4..84704a6 100644 --- a/src/setup/permission.hpp +++ b/src/setup/permission.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/registry.cpp b/src/setup/registry.cpp index 48ae293..014b721 100644 --- a/src/setup/registry.cpp +++ b/src/setup/registry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/registry.hpp b/src/setup/registry.hpp index a7d9a05..2c6ce5f 100644 --- a/src/setup/registry.hpp +++ b/src/setup/registry.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/run.cpp b/src/setup/run.cpp index dbeaffa..b29f9b8 100644 --- a/src/setup/run.cpp +++ b/src/setup/run.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/run.hpp b/src/setup/run.hpp index e17fd46..af3032f 100644 --- a/src/setup/run.hpp +++ b/src/setup/run.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/task.cpp b/src/setup/task.cpp index 2ee87f6..28a30b7 100644 --- a/src/setup/task.cpp +++ b/src/setup/task.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/task.hpp b/src/setup/task.hpp index a6acd52..5eb419f 100644 --- a/src/setup/task.hpp +++ b/src/setup/task.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/type.cpp b/src/setup/type.cpp index b45c199..8a3eb87 100644 --- a/src/setup/type.cpp +++ b/src/setup/type.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Daniel Scharrer + * Copyright (C) 2011-2019 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/type.hpp b/src/setup/type.hpp index 8ba0594..294ac97 100644 --- a/src/setup/type.hpp +++ b/src/setup/type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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 93cb043..0a1f064 100644 --- a/src/setup/version.cpp +++ b/src/setup/version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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.hpp b/src/setup/version.hpp index c3364ed..f882978 100644 --- a/src/setup/version.hpp +++ b/src/setup/version.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/setup/windows.cpp index f087352..41cefff 100644 --- a/src/setup/windows.cpp +++ b/src/setup/windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 dbcc92a..41fd519 100644 --- a/src/stream/checksum.hpp +++ b/src/stream/checksum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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/exefilter.hpp b/src/stream/exefilter.hpp index 5ae1454..02203a5 100644 --- a/src/stream/exefilter.hpp +++ b/src/stream/exefilter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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 488ac8d..dad35c9 100644 --- a/src/stream/lzma.cpp +++ b/src/stream/lzma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/restrict.hpp b/src/stream/restrict.hpp index 3c219ec..d58cbcb 100644 --- a/src/stream/restrict.hpp +++ b/src/stream/restrict.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 Daniel Scharrer + * Copyright (C) 2013-2019 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.cpp b/src/stream/slice.cpp index 3974e93..12468a3 100644 --- a/src/stream/slice.cpp +++ b/src/stream/slice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 44f96ec..b2ec52c 100644 --- a/src/stream/slice.hpp +++ b/src/stream/slice.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 df3ad0a..0398a20 100644 --- a/src/util/console.cpp +++ b/src/util/console.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2016 Daniel Scharrer + * Copyright (C) 2011-2019 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 e82ebeb..b6e946f 100644 --- a/src/util/console.hpp +++ b/src/util/console.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/encoding.cpp b/src/util/encoding.cpp index 8278783..20ec5fc 100644 --- a/src/util/encoding.cpp +++ b/src/util/encoding.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/encoding.hpp b/src/util/encoding.hpp index fea13af..5de634c 100644 --- a/src/util/encoding.hpp +++ b/src/util/encoding.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 dd8c6c0..1c42dcc 100644 --- a/src/util/flags.hpp +++ b/src/util/flags.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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 ac25552..84c67a6 100644 --- a/src/util/load.cpp +++ b/src/util/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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 f28e09e..1811341 100644 --- a/src/util/load.hpp +++ b/src/util/load.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2016 Daniel Scharrer + * Copyright (C) 2011-2019 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.cpp b/src/util/log.cpp index 4107c24..497eda1 100644 --- a/src/util/log.cpp +++ b/src/util/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2015 Daniel Scharrer + * Copyright (C) 2011-2019 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 e113d97..37b113d 100644 --- a/src/util/log.hpp +++ b/src/util/log.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2019 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 74edf3e..74c754c 100644 --- a/src/util/output.hpp +++ b/src/util/output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2018 Daniel Scharrer + * Copyright (C) 2011-2019 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/process.cpp b/src/util/process.cpp index 749f28f..4ce48ec 100644 --- a/src/util/process.cpp +++ b/src/util/process.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2015 Daniel Scharrer + * Copyright (C) 2013-2019 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 3302c09..78e77d2 100644 --- a/src/util/storedenum.hpp +++ b/src/util/storedenum.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2017 Daniel Scharrer + * Copyright (C) 2011-2019 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/time.cpp b/src/util/time.cpp index 50b0681..2357a2c 100644 --- a/src/util/time.cpp +++ b/src/util/time.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2015 Daniel Scharrer + * Copyright (C) 2013-2019 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 e99846b..bca9d42 100644 --- a/src/util/windows.cpp +++ b/src/util/windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Daniel Scharrer + * Copyright (C) 2013-2019 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