diff --git a/Algorithms/Hasher2.cpp b/Algorithms/Hasher2.cpp index 5a39262f..61958446 100644 --- a/Algorithms/Hasher2.cpp +++ b/Algorithms/Hasher2.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/Algorithms/Hasher2.h b/Algorithms/Hasher2.h index d3f0b323..19b11fd7 100644 --- a/Algorithms/Hasher2.h +++ b/Algorithms/Hasher2.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/Benchmark/Benchmark.cpp b/Benchmark/Benchmark.cpp index 587478ba..ee950452 100644 --- a/Benchmark/Benchmark.cpp +++ b/Benchmark/Benchmark.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/LegacyAlgorithms/Hasher.h b/LegacyAlgorithms/Hasher.h index c77179b9..3a5c8f5e 100644 --- a/LegacyAlgorithms/Hasher.h +++ b/LegacyAlgorithms/Hasher.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/LegacyAlgorithms/LegacyHasher.cpp b/LegacyAlgorithms/LegacyHasher.cpp index be583d89..e1499f74 100644 --- a/LegacyAlgorithms/LegacyHasher.cpp +++ b/LegacyAlgorithms/LegacyHasher.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Coordinator.cpp b/OpenHashTab/Coordinator.cpp index b422f60f..97f3e07b 100644 --- a/OpenHashTab/Coordinator.cpp +++ b/OpenHashTab/Coordinator.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Coordinator.h b/OpenHashTab/Coordinator.h index d32782d4..7161355a 100644 --- a/OpenHashTab/Coordinator.h +++ b/OpenHashTab/Coordinator.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Exporter.cpp b/OpenHashTab/Exporter.cpp index 1db25936..bec5ce7b 100644 --- a/OpenHashTab/Exporter.cpp +++ b/OpenHashTab/Exporter.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Exporter.h b/OpenHashTab/Exporter.h index 840043dd..64b028bc 100644 --- a/OpenHashTab/Exporter.h +++ b/OpenHashTab/Exporter.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/FileHashTask.cpp b/OpenHashTab/FileHashTask.cpp index 4e2e4122..121f644b 100644 --- a/OpenHashTab/FileHashTask.cpp +++ b/OpenHashTab/FileHashTask.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/FileHashTask.h b/OpenHashTab/FileHashTask.h index 84f80f59..f331f02c 100644 --- a/OpenHashTab/FileHashTask.h +++ b/OpenHashTab/FileHashTask.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/MainDialog.cpp b/OpenHashTab/MainDialog.cpp index 7211282e..f068d74f 100644 --- a/OpenHashTab/MainDialog.cpp +++ b/OpenHashTab/MainDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/MainDialog.h b/OpenHashTab/MainDialog.h index c6053647..719fcd6e 100644 --- a/OpenHashTab/MainDialog.h +++ b/OpenHashTab/MainDialog.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/OpenHashTab.cpp b/OpenHashTab/OpenHashTab.cpp index 61559b49..01bd41f2 100644 --- a/OpenHashTab/OpenHashTab.cpp +++ b/OpenHashTab/OpenHashTab.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Queues.cpp b/OpenHashTab/Queues.cpp index a5e97b55..a9fa5e1f 100644 --- a/OpenHashTab/Queues.cpp +++ b/OpenHashTab/Queues.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Queues.h b/OpenHashTab/Queues.h index 6470de36..6c673ed5 100644 --- a/OpenHashTab/Queues.h +++ b/OpenHashTab/Queues.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Settings.cpp b/OpenHashTab/Settings.cpp index 699da837..87160c12 100644 --- a/OpenHashTab/Settings.cpp +++ b/OpenHashTab/Settings.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Settings.h b/OpenHashTab/Settings.h index 71cbb3ac..4c46f062 100644 --- a/OpenHashTab/Settings.h +++ b/OpenHashTab/Settings.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/SettingsDialog.cpp b/OpenHashTab/SettingsDialog.cpp index c084e0a5..0b4971d2 100644 --- a/OpenHashTab/SettingsDialog.cpp +++ b/OpenHashTab/SettingsDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/SettingsDialog.h b/OpenHashTab/SettingsDialog.h index 6c70477f..d051ffb3 100644 --- a/OpenHashTab/SettingsDialog.h +++ b/OpenHashTab/SettingsDialog.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/Standalone.cpp b/OpenHashTab/Standalone.cpp index aceb72d3..c62a042d 100644 --- a/OpenHashTab/Standalone.cpp +++ b/OpenHashTab/Standalone.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/SumFileParser.cpp b/OpenHashTab/SumFileParser.cpp index 02b21ac2..01763974 100644 --- a/OpenHashTab/SumFileParser.cpp +++ b/OpenHashTab/SumFileParser.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/SumFileParser.h b/OpenHashTab/SumFileParser.h index 700b6070..203fec5a 100644 --- a/OpenHashTab/SumFileParser.h +++ b/OpenHashTab/SumFileParser.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/base64.cpp b/OpenHashTab/base64.cpp index 58af0cd9..a369e5a5 100644 --- a/OpenHashTab/base64.cpp +++ b/OpenHashTab/base64.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/base64.h b/OpenHashTab/base64.h index 318f53d8..b7efb772 100644 --- a/OpenHashTab/base64.h +++ b/OpenHashTab/base64.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/https.cpp b/OpenHashTab/https.cpp index 28fb57d4..a374740c 100644 --- a/OpenHashTab/https.cpp +++ b/OpenHashTab/https.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/https.h b/OpenHashTab/https.h index e90b8bfb..b430ab7e 100644 --- a/OpenHashTab/https.h +++ b/OpenHashTab/https.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/json.h b/OpenHashTab/json.h index 4c061475..7381982e 100644 --- a/OpenHashTab/json.h +++ b/OpenHashTab/json.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/path.cpp b/OpenHashTab/path.cpp index 736169fb..c240d48e 100644 --- a/OpenHashTab/path.cpp +++ b/OpenHashTab/path.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/path.h b/OpenHashTab/path.h index de33d894..8560076d 100644 --- a/OpenHashTab/path.h +++ b/OpenHashTab/path.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/stdafx.h b/OpenHashTab/stdafx.h index 35f45140..8712cda3 100644 --- a/OpenHashTab/stdafx.h +++ b/OpenHashTab/stdafx.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/updatecheck.cpp b/OpenHashTab/updatecheck.cpp index 8a1923af..d87397e9 100644 --- a/OpenHashTab/updatecheck.cpp +++ b/OpenHashTab/updatecheck.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/utl.cpp b/OpenHashTab/utl.cpp index 1449793f..8a275f71 100644 --- a/OpenHashTab/utl.cpp +++ b/OpenHashTab/utl.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/utl.h b/OpenHashTab/utl.h index f053249e..b1a4064c 100644 --- a/OpenHashTab/utl.h +++ b/OpenHashTab/utl.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/virustotal.cpp b/OpenHashTab/virustotal.cpp index 164ad7aa..1230af12 100644 --- a/OpenHashTab/virustotal.cpp +++ b/OpenHashTab/virustotal.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/virustotal.h b/OpenHashTab/virustotal.h index 5236be24..ef5ca914 100644 --- a/OpenHashTab/virustotal.h +++ b/OpenHashTab/virustotal.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/virustotal_api.h b/OpenHashTab/virustotal_api.h index f8ce19fa..b49942cc 100644 --- a/OpenHashTab/virustotal_api.h +++ b/OpenHashTab/virustotal_api.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/OpenHashTab/wnd.h b/OpenHashTab/wnd.h index 42ce3bc6..58f43ee4 100644 --- a/OpenHashTab/wnd.h +++ b/OpenHashTab/wnd.h @@ -1,4 +1,4 @@ -// Copyright 2019-2023 namazso +// Copyright 2019-2024 namazso // This file is part of OpenHashTab. // // OpenHashTab is free software: you can redistribute it and/or modify diff --git a/README.md b/README.md index a9b52e85..275724b8 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ HashTab was a similar purpose proprietary software. While this software has been All original code in this repo are licensed under the following license, unless explicitly stated otherwise in the file: - Copyright 2019-2023 namazso + Copyright 2019-2024 namazso OpenHashTab - File hashing shell extension OpenHashTab is free software: you can redistribute it and/or modify diff --git a/installer.iss b/installer.iss index c6b3d918..4828df13 100644 --- a/installer.iss +++ b/installer.iss @@ -1,4 +1,4 @@ -; Copyright 2019-2023 namazso +; Copyright 2019-2024 namazso ; This file is part of OpenHashTab. ; ; OpenHashTab is free software: you can redistribute it and/or modify diff --git a/license.installer.txt b/license.installer.txt index 99ad0d4c..7c5b12b1 100644 --- a/license.installer.txt +++ b/license.installer.txt @@ -1,5 +1,5 @@ OpenHashTab - File hashing shell extension -Copyright 2019-2023 namazso +Copyright 2019-2024 namazso Licensed under GPLv3 or later. Code available at https://github.com/namazso/OpenHashTab