diff --git a/LICENSE b/LICENSE index 0456873..446f0c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2011-2019 Daniel Scharrer +Copyright (C) 2011-2020 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 6cd7f42..894b505 100644 --- a/src/cli/debug.cpp +++ b/src/cli/debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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.hpp b/src/cli/debug.hpp index f7ca661..04a74dd 100644 --- a/src/cli/debug.hpp +++ b/src/cli/debug.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2020 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 04970af..91c3152 100644 --- a/src/cli/extract.cpp +++ b/src/cli/extract.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 f18a5d5..e6a84d6 100644 --- a/src/cli/extract.hpp +++ b/src/cli/extract.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Daniel Scharrer + * Copyright (C) 2014-2020 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 6121021..82b72d3 100644 --- a/src/cli/main.cpp +++ b/src/cli/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 cc74b6c..0c0d6a4 100644 --- a/src/loader/offsets.cpp +++ b/src/loader/offsets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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.hpp b/src/loader/offsets.hpp index 6a3f98e..f49bd91 100644 --- a/src/loader/offsets.hpp +++ b/src/loader/offsets.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Daniel Scharrer + * Copyright (C) 2011-2020 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 fc0617c..dd7d20e 100644 --- a/src/setup/delete.cpp +++ b/src/setup/delete.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 89e421c..0b0d15e 100644 --- a/src/setup/directory.cpp +++ b/src/setup/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 9bab889..bf7b3b4 100644 --- a/src/setup/file.cpp +++ b/src/setup/file.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 bfb8d21..5d6b37e 100644 --- a/src/setup/filename.cpp +++ b/src/setup/filename.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Daniel Scharrer + * Copyright (C) 2012-2020 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 733a046..614423d 100644 --- a/src/setup/header.cpp +++ b/src/setup/header.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 fc8c702..148d1c3 100644 --- a/src/setup/icon.cpp +++ b/src/setup/icon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 07b0e42..9d4aa6e 100644 --- a/src/setup/info.cpp +++ b/src/setup/info.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 fb3ea19..9c70aef 100644 --- a/src/setup/ini.cpp +++ b/src/setup/ini.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 d57bce2..a86d4e4 100644 --- a/src/setup/registry.cpp +++ b/src/setup/registry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 f224000..29647ca 100644 --- a/src/setup/run.cpp +++ b/src/setup/run.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 39dac94..00039e7 100644 --- a/src/setup/version.cpp +++ b/src/setup/version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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/boostfs_compat.hpp b/src/util/boostfs_compat.hpp index 3492b15..cf63377 100644 --- a/src/util/boostfs_compat.hpp +++ b/src/util/boostfs_compat.hpp @@ -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/util/encoding.cpp b/src/util/encoding.cpp index cf842ae..f1f0eec 100644 --- a/src/util/encoding.cpp +++ b/src/util/encoding.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 6a73dd3..69a4a1f 100644 --- a/src/util/encoding.hpp +++ b/src/util/encoding.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 fc8fb9a..ac78cd3 100644 --- a/src/util/load.cpp +++ b/src/util/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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 43dd444..703263d 100644 --- a/src/util/load.hpp +++ b/src/util/load.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Daniel Scharrer + * Copyright (C) 2011-2020 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