Commit dad11f9b9 for clamav.net

commit dad11f9b977faad11dff9ab6a26207294a1db5fb
Author: Val S. <mx.val@icloud.com>
Date:   Sat Mar 7 14:18:17 2026 -0500

    Bump the copyright year from 2025 to 2026 (#1667)

diff --git a/.devcontainer/clamav-almalinux/Dockerfile b/.devcontainer/clamav-almalinux/Dockerfile
index c8da47ac0..8f6507c2f 100644
--- a/.devcontainer/clamav-almalinux/Dockerfile
+++ b/.devcontainer/clamav-almalinux/Dockerfile
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
-# Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2025-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 FROM index.docker.io/library/almalinux:9.5 AS clamav-almalinux-devcontainer

diff --git a/.devcontainer/clamav-debian/Dockerfile b/.devcontainer/clamav-debian/Dockerfile
index a451d94b0..ce6083c31 100644
--- a/.devcontainer/clamav-debian/Dockerfile
+++ b/.devcontainer/clamav-debian/Dockerfile
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
-# Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2025-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 FROM index.docker.io/library/debian:12-slim AS clamav-debian-devcontainer

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c1d607ca..72acce71e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@

-# Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     cmake_minimum_required( VERSION 3.16 ) # For file(GET_RUNTIME_DEPENDENCIES)
diff --git a/clamav-milter/CMakeLists.txt b/clamav-milter/CMakeLists.txt
index e9c0ff3ca..037f2c4f2 100644
--- a/clamav-milter/CMakeLists.txt
+++ b/clamav-milter/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 # The clamav-milter executable.
 add_executable( clamav-milter )
diff --git a/clamav-milter/allow_list.c b/clamav-milter/allow_list.c
index d44244c7e..d79f1c33e 100644
--- a/clamav-milter/allow_list.c
+++ b/clamav-milter/allow_list.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/allow_list.h b/clamav-milter/allow_list.h
index c47fd8adf..6ab4bcae7 100644
--- a/clamav-milter/allow_list.h
+++ b/clamav-milter/allow_list.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/clamav-milter.c b/clamav-milter/clamav-milter.c
index 8e2f40ede..4e211822d 100644
--- a/clamav-milter/clamav-milter.c
+++ b/clamav-milter/clamav-milter.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
@@ -122,7 +122,7 @@ int main(int argc, char **argv)
         printf("\n");
         printf("                       Clam AntiVirus: Milter Mail Scanner %s\n", get_version());
         printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-        printf("           (C) 2025 Cisco Systems, Inc.\n");
+        printf("           (C) 2026 Cisco Systems, Inc.\n");
         printf("\n");
         printf("    %s [-c <config-file>]\n\n", argv[0]);
         printf("\n");
diff --git a/clamav-milter/clamfi.c b/clamav-milter/clamfi.c
index fbf850992..0fb1dc219 100644
--- a/clamav-milter/clamfi.c
+++ b/clamav-milter/clamfi.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/clamfi.h b/clamav-milter/clamfi.h
index 29db513df..26795ae70 100644
--- a/clamav-milter/clamfi.h
+++ b/clamav-milter/clamfi.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/connpool.c b/clamav-milter/connpool.c
index 0e241ffee..23f8c9bbf 100644
--- a/clamav-milter/connpool.c
+++ b/clamav-milter/connpool.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/connpool.h b/clamav-milter/connpool.h
index dc3711460..ffc37a9ba 100644
--- a/clamav-milter/connpool.h
+++ b/clamav-milter/connpool.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/netcode.c b/clamav-milter/netcode.c
index 52cc4561e..6daaf5f6b 100644
--- a/clamav-milter/netcode.c
+++ b/clamav-milter/netcode.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-milter/netcode.h b/clamav-milter/netcode.h
index f7f3f24d1..e95745a39 100644
--- a/clamav-milter/netcode.h
+++ b/clamav-milter/netcode.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: aCaB <acab@clamav.net>
diff --git a/clamav-types.h.in b/clamav-types.h.in
index ebfb137c8..4e19459e0 100644
--- a/clamav-types.h.in
+++ b/clamav-types.h.in
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Micah Snyder
diff --git a/clamav-version.h.in b/clamav-version.h.in
index bc9e7a28f..e3f9fbc99 100644
--- a/clamav-version.h.in
+++ b/clamav-version.h.in
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/clambc/CMakeLists.txt b/clambc/CMakeLists.txt
index 7c60f677c..40b4226ca 100644
--- a/clambc/CMakeLists.txt
+++ b/clambc/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clambc/bcrun.c b/clambc/bcrun.c
index 1bbf51c2f..d33befdf0 100644
--- a/clambc/bcrun.c
+++ b/clambc/bcrun.c
@@ -1,7 +1,7 @@
 /*
  *  ClamAV bytecode handler tool.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
@@ -53,7 +53,7 @@ static void help(void)
     printf("\n");
     printf("                       Clam AntiVirus: Bytecode Testing Tool %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    clambc <file> [function] [param1 ...]\n");
     printf("\n");
diff --git a/clamconf/CMakeLists.txt b/clamconf/CMakeLists.txt
index f0629b739..0cce43f63 100644
--- a/clamconf/CMakeLists.txt
+++ b/clamconf/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamconf/clamconf.c b/clamconf/clamconf.c
index 89f0082c4..59c6fd20c 100644
--- a/clamconf/clamconf.c
+++ b/clamconf/clamconf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Author: Tomasz Kojm <tkojm@clamav.net>
@@ -209,7 +209,7 @@ static void help(void)
     printf("\n");
     printf("                       Clam AntiVirus: Configuration Tool %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    --help                 -h         Show this help\n");
     printf("    --version              -V         Show version\n");
diff --git a/clamd/CMakeLists.txt b/clamd/CMakeLists.txt
index 74b6cf446..77c5791b2 100644
--- a/clamd/CMakeLists.txt
+++ b/clamd/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamd/clamd.c b/clamd/clamd.c
index 676798c43..d28b731d3 100644
--- a/clamd/clamd.c
+++ b/clamd/clamd.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
@@ -92,7 +92,7 @@ static void help(void)
     printf("\n");
     printf("                      Clam AntiVirus: Daemon %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    clamd [options]\n");
     printf("\n");
diff --git a/clamd/clamd_others.c b/clamd/clamd_others.c
index 9cb477edd..4bb2f20d2 100644
--- a/clamd/clamd_others.c
+++ b/clamd/clamd_others.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog, Török Edvin
diff --git a/clamd/clamd_others.h b/clamd/clamd_others.h
index a4a96ab60..0f7712e84 100644
--- a/clamd/clamd_others.h
+++ b/clamd/clamd_others.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog, Török Edvin
diff --git a/clamd/localserver.c b/clamd/localserver.c
index 6687cb4ff..790f46152 100644
--- a/clamd/localserver.c
+++ b/clamd/localserver.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamd/localserver.h b/clamd/localserver.h
index 14b2499de..029db1416 100644
--- a/clamd/localserver.h
+++ b/clamd/localserver.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamd/scanner.c b/clamd/scanner.c
index f297d6b6b..2a454285e 100644
--- a/clamd/scanner.c
+++ b/clamd/scanner.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamd/scanner.h b/clamd/scanner.h
index 253341e0b..1110349ae 100644
--- a/clamd/scanner.h
+++ b/clamd/scanner.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamd/server-th.c b/clamd/server-th.c
index 79c046bce..ba66eaf1f 100644
--- a/clamd/server-th.c
+++ b/clamd/server-th.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog, Török Edvin
diff --git a/clamd/server.h b/clamd/server.h
index c619813aa..f8a315393 100644
--- a/clamd/server.h
+++ b/clamd/server.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog, Török Edvin
diff --git a/clamd/session.c b/clamd/session.c
index 617f14e19..ef6ca49c6 100644
--- a/clamd/session.c
+++ b/clamd/session.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamd/session.h b/clamd/session.h
index 64566aa8d..2129e809b 100644
--- a/clamd/session.h
+++ b/clamd/session.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamd/shared.h b/clamd/shared.h
index 38d98d0b5..36ecb583b 100644
--- a/clamd/shared.h
+++ b/clamd/shared.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamd/tcpserver.c b/clamd/tcpserver.c
index 26fc058e2..cb4013b45 100644
--- a/clamd/tcpserver.c
+++ b/clamd/tcpserver.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamd/tcpserver.h b/clamd/tcpserver.h
index 0882e8c52..ee2735d8f 100644
--- a/clamd/tcpserver.h
+++ b/clamd/tcpserver.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamd/thrmgr.c b/clamd/thrmgr.c
index ac9f2e711..fda0f7576 100644
--- a/clamd/thrmgr.c
+++ b/clamd/thrmgr.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog, Török Edvin
diff --git a/clamd/thrmgr.h b/clamd/thrmgr.h
index d6189f66d..3d40dbe33 100644
--- a/clamd/thrmgr.h
+++ b/clamd/thrmgr.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Török Edvin
diff --git a/clamdscan/CMakeLists.txt b/clamdscan/CMakeLists.txt
index 7a22eb079..435483ddd 100644
--- a/clamdscan/CMakeLists.txt
+++ b/clamdscan/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamdscan/clamdscan.c b/clamdscan/clamdscan.c
index 108d6e191..8a35c5437 100644
--- a/clamdscan/clamdscan.c
+++ b/clamdscan/clamdscan.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
@@ -227,7 +227,7 @@ void help(void)
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "                      Clam AntiVirus: Daemon Client %s\n", get_version());
     mprintf(LOGG_INFO, "           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    mprintf(LOGG_INFO, "           (C) 2025 Cisco Systems, Inc.\n");
+    mprintf(LOGG_INFO, "           (C) 2026 Cisco Systems, Inc.\n");
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "    clamdscan [options] [file/directory/-]\n");
     mprintf(LOGG_INFO, "\n");
diff --git a/clamdscan/client.c b/clamdscan/client.c
index 51f9744be..5f7af4bae 100644
--- a/clamdscan/client.c
+++ b/clamdscan/client.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
diff --git a/clamdscan/client.h b/clamdscan/client.h
index 80056b304..881dfa510 100644
--- a/clamdscan/client.h
+++ b/clamdscan/client.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
diff --git a/clamdscan/proto.c b/clamdscan/proto.c
index ade4efd2f..e4d600aac 100644
--- a/clamdscan/proto.c
+++ b/clamdscan/proto.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
diff --git a/clamdscan/proto.h b/clamdscan/proto.h
index 756b6d93d..aa28160ce 100644
--- a/clamdscan/proto.h
+++ b/clamdscan/proto.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
diff --git a/clamdtop/CMakeLists.txt b/clamdtop/CMakeLists.txt
index cf2f3d647..c28b3ce7e 100644
--- a/clamdtop/CMakeLists.txt
+++ b/clamdtop/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamdtop/clamdtop.c b/clamdtop/clamdtop.c
index 90fee6f00..2b885a952 100644
--- a/clamdtop/clamdtop.c
+++ b/clamdtop/clamdtop.c
@@ -1,7 +1,7 @@
 /*
  *  ClamdTOP
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
@@ -1390,7 +1390,7 @@ static void help(void)
     printf("\n");
     printf("                       Clam AntiVirus: Monitoring Tool %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    clamdtop [-hVc] [host[:port] /path/to/clamd.sock ...]\n");
     printf("\n");
diff --git a/clamonacc/CMakeLists.txt b/clamonacc/CMakeLists.txt
index 091340abc..fac44ab71 100644
--- a/clamonacc/CMakeLists.txt
+++ b/clamonacc/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 # The clamonacc executable.
 add_executable( clamonacc )
diff --git a/clamonacc/clamonacc.c b/clamonacc/clamonacc.c
index 554005139..4a52abb26 100644
--- a/clamonacc/clamonacc.c
+++ b/clamonacc/clamonacc.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
@@ -436,7 +436,7 @@ void help(void)
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "           ClamAV: On Access Scanning Application and Client %s\n", get_version());
     mprintf(LOGG_INFO, "           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    mprintf(LOGG_INFO, "           (C) 2025 Cisco Systems, Inc.\n");
+    mprintf(LOGG_INFO, "           (C) 2026 Cisco Systems, Inc.\n");
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "    clamonacc [options] [file/directory/-]\n");
     mprintf(LOGG_INFO, "\n");
diff --git a/clamonacc/clamonacc.h b/clamonacc/clamonacc.h
index 8630bbdf8..df5f2acbc 100644
--- a/clamonacc/clamonacc.h
+++ b/clamonacc/clamonacc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Mickey Sola
diff --git a/clamonacc/client/client.c b/clamonacc/client/client.c
index 316a2ac67..a0911e680 100644
--- a/clamonacc/client/client.c
+++ b/clamonacc/client/client.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB, Mickey Sola
diff --git a/clamonacc/client/client.h b/clamonacc/client/client.h
index 6ef9a8841..3d4d8c6be 100644
--- a/clamonacc/client/client.h
+++ b/clamonacc/client/client.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB
diff --git a/clamonacc/client/communication.c b/clamonacc/client/communication.c
index 22436f676..6c967b53c 100644
--- a/clamonacc/client/communication.c
+++ b/clamonacc/client/communication.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2010 Sourcefire, Inc.
  *
  *  Author: aCaB, Mickey Sola
diff --git a/clamonacc/client/communication.h b/clamonacc/client/communication.h
index 948b9dd0f..f351b605c 100644
--- a/clamonacc/client/communication.h
+++ b/clamonacc/client/communication.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2010 Sourcefire, Inc.
  *
  *  Author: aCaB, Mickey Sola
diff --git a/clamonacc/client/protocol.c b/clamonacc/client/protocol.c
index a62fdef15..4d98f3bc3 100644
--- a/clamonacc/client/protocol.c
+++ b/clamonacc/client/protocol.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB, Mickey Sola
diff --git a/clamonacc/client/protocol.h b/clamonacc/client/protocol.h
index c879ee4e7..6230c3d75 100644
--- a/clamonacc/client/protocol.h
+++ b/clamonacc/client/protocol.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, aCaB, Mickey Sola
diff --git a/clamonacc/client/socket.c b/clamonacc/client/socket.c
index d15cc8b63..7a6e2088a 100644
--- a/clamonacc/client/socket.c
+++ b/clamonacc/client/socket.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Mickey Sola
  *
diff --git a/clamonacc/client/socket.h b/clamonacc/client/socket.h
index 85a741d1c..f00c8e968 100644
--- a/clamonacc/client/socket.h
+++ b/clamonacc/client/socket.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Mickey Sola
  *
diff --git a/clamonacc/fanotif/fanotif.c b/clamonacc/fanotif/fanotif.c
index cb57a4ea6..e8129dc4a 100644
--- a/clamonacc/fanotif/fanotif.c
+++ b/clamonacc/fanotif/fanotif.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/fanotif/fanotif.h b/clamonacc/fanotif/fanotif.h
index e1bccf01b..f5440775b 100644
--- a/clamonacc/fanotif/fanotif.h
+++ b/clamonacc/fanotif/fanotif.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/inotif/hash.c b/clamonacc/inotif/hash.c
index 668a97c50..324ab2b43 100644
--- a/clamonacc/inotif/hash.c
+++ b/clamonacc/inotif/hash.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/inotif/hash.h b/clamonacc/inotif/hash.h
index 6527e0137..06178726a 100644
--- a/clamonacc/inotif/hash.h
+++ b/clamonacc/inotif/hash.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/inotif/inotif.c b/clamonacc/inotif/inotif.c
index c8576d09a..eda0c79be 100644
--- a/clamonacc/inotif/inotif.c
+++ b/clamonacc/inotif/inotif.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/inotif/inotif.h b/clamonacc/inotif/inotif.h
index 66c2b168c..0e5c2bdcb 100644
--- a/clamonacc/inotif/inotif.h
+++ b/clamonacc/inotif/inotif.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/misc/utils.c b/clamonacc/misc/utils.c
index 9d394b309..8f08941c4 100644
--- a/clamonacc/misc/utils.c
+++ b/clamonacc/misc/utils.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/misc/utils.h b/clamonacc/misc/utils.h
index 78bc27dcb..34ff1b4c0 100644
--- a/clamonacc/misc/utils.h
+++ b/clamonacc/misc/utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/scan/onas_queue.c b/clamonacc/scan/onas_queue.c
index 9d61e292e..3a7cb7f95 100644
--- a/clamonacc/scan/onas_queue.c
+++ b/clamonacc/scan/onas_queue.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/scan/onas_queue.h b/clamonacc/scan/onas_queue.h
index 6bc6a26ab..84a1b8d1e 100644
--- a/clamonacc/scan/onas_queue.h
+++ b/clamonacc/scan/onas_queue.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/scan/thread.c b/clamonacc/scan/thread.c
index f3dc7bfcf..c034b2c41 100644
--- a/clamonacc/scan/thread.c
+++ b/clamonacc/scan/thread.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamonacc/scan/thread.h b/clamonacc/scan/thread.h
index f44c473c3..6aca2f7c6 100644
--- a/clamonacc/scan/thread.h
+++ b/clamonacc/scan/thread.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/clamscan/CMakeLists.txt b/clamscan/CMakeLists.txt
index 76c4217a0..b3ac95cd3 100644
--- a/clamscan/CMakeLists.txt
+++ b/clamscan/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamscan/clamscan.c b/clamscan/clamscan.c
index 4d4e2c246..ea4378c1a 100644
--- a/clamscan/clamscan.c
+++ b/clamscan/clamscan.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
@@ -251,7 +251,7 @@ void help(void)
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "                       Clam AntiVirus: Scanner %s\n", get_version());
     mprintf(LOGG_INFO, "           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    mprintf(LOGG_INFO, "           (C) 2025 Cisco Systems, Inc.\n");
+    mprintf(LOGG_INFO, "           (C) 2026 Cisco Systems, Inc.\n");
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "    clamscan [options] [file/directory/-]\n");
     mprintf(LOGG_INFO, "\n");
diff --git a/clamscan/global.h b/clamscan/global.h
index 8e7c46631..cbe05faf2 100644
--- a/clamscan/global.h
+++ b/clamscan/global.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamscan/manager.c b/clamscan/manager.c
index b012a5c3a..c85248577 100644
--- a/clamscan/manager.c
+++ b/clamscan/manager.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamscan/manager.h b/clamscan/manager.h
index 3914c5441..64f5b750f 100644
--- a/clamscan/manager.h
+++ b/clamscan/manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/clamsubmit/CMakeLists.txt b/clamsubmit/CMakeLists.txt
index 5ce14887b..e40b6c297 100644
--- a/clamsubmit/CMakeLists.txt
+++ b/clamsubmit/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/clamsubmit/clamsubmit.c b/clamsubmit/clamsubmit.c
index f0bbcd497..2f4b9d62d 100644
--- a/clamsubmit/clamsubmit.c
+++ b/clamsubmit/clamsubmit.c
@@ -1,7 +1,7 @@
 /*
  *  ClamAV Malware and False Positive Reporting Tool
  *
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Shawn Webb, Steve Morgan
  *
@@ -75,7 +75,7 @@ void usage(char *name)
     printf("\n");
     printf("                       Clam AntiVirus: Malware and False Positive Reporting Tool %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    %s -hHinpVvd?\n", name);
     printf("\n");
diff --git a/cmake/FindRust.cmake b/cmake/FindRust.cmake
index 451897233..c77dd9d2f 100644
--- a/cmake/FindRust.cmake
+++ b/cmake/FindRust.cmake
@@ -1,7 +1,7 @@
 # Find the Rust toolchain and add the `add_rust_library()` API to build Rust
 # libraries.
 #
-# Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
 #
 # Author: Micah Snyder
 # To see this in a sample project, visit: https://github.com/micahsnyder/cmake-rust-demo
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 4d4805010..9370c5294 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/common/actions.c b/common/actions.c
index 07bbaecdc..d94ccaa43 100644
--- a/common/actions.c
+++ b/common/actions.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Author: aCaB, Micah Snyder
diff --git a/common/actions.h b/common/actions.h
index 2879b4ddc..0c6d2b148 100644
--- a/common/actions.h
+++ b/common/actions.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/common/cert_util.c b/common/cert_util.c
index 4dac04338..ab12e39ca 100644
--- a/common/cert_util.c
+++ b/common/cert_util.c
@@ -1,7 +1,7 @@
 /*
  *  OpenSSL certificate caching.
  *
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Russ Kubik
  *
diff --git a/common/cert_util.h b/common/cert_util.h
index c4b9dabf3..245e4e597 100644
--- a/common/cert_util.h
+++ b/common/cert_util.h
@@ -1,7 +1,7 @@
 /*
  *  OpenSSL certificate caching.
  *
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Russ Kubik
  *
diff --git a/common/cert_util_internal.h b/common/cert_util_internal.h
index 6221959e2..d6ddc1588 100644
--- a/common/cert_util_internal.h
+++ b/common/cert_util_internal.h
@@ -1,7 +1,7 @@
 /*
  *  Internal certificate utility methods and data structures.
  *
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Russ Kubik
  *
diff --git a/common/clamdcom.c b/common/clamdcom.c
index 2c7653efd..650c3a854 100644
--- a/common/clamdcom.c
+++ b/common/clamdcom.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Author: aCaB
diff --git a/common/clamdcom.h b/common/clamdcom.h
index a164e1952..8202b2f76 100644
--- a/common/clamdcom.h
+++ b/common/clamdcom.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Author: aCaB
diff --git a/common/exeScanner.c b/common/exeScanner.c
index d050d763c..f5ce1ab96 100644
--- a/common/exeScanner.c
+++ b/common/exeScanner.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/exeScanner.h b/common/exeScanner.h
index 6a386bd6e..58447136e 100644
--- a/common/exeScanner.h
+++ b/common/exeScanner.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2006-2008 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/fdpassing.h b/common/fdpassing.h
index 97d239191..a61ba795c 100644
--- a/common/fdpassing.h
+++ b/common/fdpassing.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/common/hostid.c b/common/hostid.c
index 0acfa9430..774c3066e 100644
--- a/common/hostid.c
+++ b/common/hostid.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Shawn Webb
  *
diff --git a/common/hostid.h b/common/hostid.h
index 4bbb01f17..187e6a869 100644
--- a/common/hostid.h
+++ b/common/hostid.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Shawn Webb
  *
diff --git a/common/linux/cert_util_linux.c b/common/linux/cert_util_linux.c
index 3235e8010..e09d49fca 100644
--- a/common/linux/cert_util_linux.c
+++ b/common/linux/cert_util_linux.c
@@ -1,7 +1,7 @@
 /*
  *  OpenSSL certificate verification for Linux.
  *
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Russ Kubik
  *
diff --git a/common/mac/cert_util_mac.m b/common/mac/cert_util_mac.m
index 15e9d7b0b..8b91cf066 100644
--- a/common/mac/cert_util_mac.m
+++ b/common/mac/cert_util_mac.m
@@ -1,7 +1,7 @@
 /*
  *  OpenSSL certificate verification for macOS.
  *
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Russ Kubik
  *
diff --git a/common/misc.c b/common/misc.c
index 7312835ef..e46563f60 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/common/misc.h b/common/misc.h
index 330f6e6f7..a741d697e 100644
--- a/common/misc.h
+++ b/common/misc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/common/optparser.c b/common/optparser.c
index 46f6fd191..66217f393 100644
--- a/common/optparser.c
+++ b/common/optparser.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: Tomasz Kojm <tkojm@clamav.net>
diff --git a/common/optparser.h b/common/optparser.h
index 5cc9ba156..09037d3b2 100644
--- a/common/optparser.h
+++ b/common/optparser.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Author: Tomasz Kojm <tkojm@clamav.net>
diff --git a/common/output.c b/common/output.c
index 525974156..e586136ff 100644
--- a/common/output.c
+++ b/common/output.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/common/output.h b/common/output.h
index 30b3e5e76..799688b27 100644
--- a/common/output.h
+++ b/common/output.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/common/scanmem.c b/common/scanmem.c
index 9a6a62a3d..9a5b2e738 100644
--- a/common/scanmem.c
+++ b/common/scanmem.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/scanmem.h b/common/scanmem.h
index bfe7999a6..1c095c1c1 100644
--- a/common/scanmem.h
+++ b/common/scanmem.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/service.c b/common/service.c
index 3cdac329a..a6e09ee61 100644
--- a/common/service.c
+++ b/common/service.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/service.h b/common/service.h
index b35642301..822331991 100644
--- a/common/service.h
+++ b/common/service.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
  *
  *  Authors: Gianluigi Tiesi
diff --git a/common/tar.c b/common/tar.c
index d62c90f53..744d22e23 100644
--- a/common/tar.c
+++ b/common/tar.c
@@ -1,7 +1,7 @@
 /*
  *  A minimalistic tar archiver for sigtool and freshclam.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Author: Tomasz Kojm <tkojm@clamav.net>
diff --git a/common/tar.h b/common/tar.h
index 7ca3e7bdf..092d8c114 100644
--- a/common/tar.h
+++ b/common/tar.h
@@ -1,7 +1,7 @@
 /*
  *  A minimalistic tar archiver for sigtool and freshclam.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Author: Tomasz Kojm <tkojm@clamav.net>
diff --git a/common/win/cert_util_win.c b/common/win/cert_util_win.c
index 544696fb8..73fb0a538 100644
--- a/common/win/cert_util_win.c
+++ b/common/win/cert_util_win.c
@@ -1,7 +1,7 @@
 /*
  *  OpenSSL certificate verification for Windows.
  *
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 68554f3ad..dcdf3b4a5 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 #
 # Example executables
diff --git a/examples/ex_basic_scandesc.c b/examples/ex_basic_scandesc.c
index fdeab65df..56b9658a0 100644
--- a/examples/ex_basic_scandesc.c
+++ b/examples/ex_basic_scandesc.c
@@ -1,7 +1,7 @@
 /*
  *  Compilation: gcc -Wall ex1.c -o ex1 -lclamav
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Author: Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/examples/ex_cl_cvdunpack.c b/examples/ex_cl_cvdunpack.c
index 35d6ffdf7..d826e3eeb 100644
--- a/examples/ex_cl_cvdunpack.c
+++ b/examples/ex_cl_cvdunpack.c
@@ -1,7 +1,7 @@
 /*
  *  Compilation: gcc -Wall ex1.c -o ex1 -lclamav
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Author: Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/examples/ex_scan_callbacks.c b/examples/ex_scan_callbacks.c
index 3f606b3a0..b931c913f 100644
--- a/examples/ex_scan_callbacks.c
+++ b/examples/ex_scan_callbacks.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2025-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Valerie Snyder
  *
diff --git a/freshclam/CMakeLists.txt b/freshclam/CMakeLists.txt
index b331ec51c..1abd56b91 100644
--- a/freshclam/CMakeLists.txt
+++ b/freshclam/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/freshclam/freshclam.c b/freshclam/freshclam.c
index 3c2eb877f..8c6d9f611 100644
--- a/freshclam/freshclam.c
+++ b/freshclam/freshclam.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
@@ -163,7 +163,7 @@ static void help(void)
     printf("\n");
     printf("                      Clam AntiVirus: Database Updater %s\n", get_version());
     printf("           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    printf("           (C) 2025 Cisco Systems, Inc.\n");
+    printf("           (C) 2026 Cisco Systems, Inc.\n");
     printf("\n");
     printf("    freshclam [options]\n");
     printf("\n");
diff --git a/freshclam/notify.c b/freshclam/notify.c
index 5e7f410ba..83803b423 100644
--- a/freshclam/notify.c
+++ b/freshclam/notify.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2002-2013 Sourcefire, Inc.
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/freshclam/notify.h b/freshclam/notify.h
index df56d4543..85fec0667 100644
--- a/freshclam/notify.h
+++ b/freshclam/notify.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/fuzz/CMakeLists.txt b/fuzz/CMakeLists.txt
index cff5734b0..5d466e505 100644
--- a/fuzz/CMakeLists.txt
+++ b/fuzz/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 set(SCAN_TARGETS
     ARCHIVE
diff --git a/fuzz/clamav_dbload_fuzzer.cpp b/fuzz/clamav_dbload_fuzzer.cpp
index 750df5951..043aee995 100644
--- a/fuzz/clamav_dbload_fuzzer.cpp
+++ b/fuzz/clamav_dbload_fuzzer.cpp
@@ -1,7 +1,7 @@
 /*
  * Fuzz target for cl_load()
  *
- * Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Authors: Micah Snyder
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/fuzz/clamav_scanfile_fuzzer.cpp b/fuzz/clamav_scanfile_fuzzer.cpp
index 86ba78ad3..a4f2434bc 100644
--- a/fuzz/clamav_scanfile_fuzzer.cpp
+++ b/fuzz/clamav_scanfile_fuzzer.cpp
@@ -1,7 +1,7 @@
 /*
  * Fuzz target for cl_scanfile()
  *
- * Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Authors: Micah Snyder, Alex Gaynor
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/fuzz/clamav_scanmap_fuzzer.cpp b/fuzz/clamav_scanmap_fuzzer.cpp
index 7e84aa65a..f75bced31 100644
--- a/fuzz/clamav_scanmap_fuzzer.cpp
+++ b/fuzz/clamav_scanmap_fuzzer.cpp
@@ -1,7 +1,7 @@
 /*
  * Fuzz target for cl_scanmap_callback()
  *
- * Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Authors: Micah Snyder, Alex Gaynor
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/fuzz/run_fuzzer_tests.py b/fuzz/run_fuzzer_tests.py
index 3b9e1e54e..4888c89c9 100755
--- a/fuzz/run_fuzzer_tests.py
+++ b/fuzz/run_fuzzer_tests.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 '''
 This script is a convenience tool to run a standalone fuzz target against each
diff --git a/libclamav/7z_iface.c b/libclamav/7z_iface.c
index 6b2ae6eaa..ad7ded74f 100644
--- a/libclamav/7z_iface.c
+++ b/libclamav/7z_iface.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/7z_iface.h b/libclamav/7z_iface.h
index 3dea3888a..50d6e3801 100644
--- a/libclamav/7z_iface.h
+++ b/libclamav/7z_iface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/CMakeLists.txt b/libclamav/CMakeLists.txt
index 42d0c9d66..bcee81b7c 100644
--- a/libclamav/CMakeLists.txt
+++ b/libclamav/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 include_directories(
     ${LIBXML2_INCLUDE_DIR}
diff --git a/libclamav/adc.c b/libclamav/adc.c
index 2365529e8..9d4c228f9 100644
--- a/libclamav/adc.c
+++ b/libclamav/adc.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/adc.h b/libclamav/adc.h
index 4982adeda..423dbead9 100644
--- a/libclamav/adc.h
+++ b/libclamav/adc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/apm.c b/libclamav/apm.c
index 56165f56a..fd564dafc 100644
--- a/libclamav/apm.c
+++ b/libclamav/apm.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <kevlin2@cisco.com>
  *
diff --git a/libclamav/apm.h b/libclamav/apm.h
index 8426f2ba6..a38332efd 100644
--- a/libclamav/apm.h
+++ b/libclamav/apm.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/arc4.c b/libclamav/arc4.c
index db9523632..01189dede 100644
--- a/libclamav/arc4.c
+++ b/libclamav/arc4.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Author: Török Edvin
diff --git a/libclamav/arc4.h b/libclamav/arc4.h
index c31f2dd8c..67e13d4b4 100644
--- a/libclamav/arc4.h
+++ b/libclamav/arc4.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Author: Török Edvin
diff --git a/libclamav/asn1.c b/libclamav/asn1.c
index 55e4d2b38..9a0509222 100644
--- a/libclamav/asn1.c
+++ b/libclamav/asn1.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/asn1.h b/libclamav/asn1.h
index 6972fd2c7..fabfbab7f 100644
--- a/libclamav/asn1.h
+++ b/libclamav/asn1.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/aspack.c b/libclamav/aspack.c
index 5b6e14ff3..7423504f4 100644
--- a/libclamav/aspack.c
+++ b/libclamav/aspack.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
diff --git a/libclamav/aspack.h b/libclamav/aspack.h
index d8e09b86f..3d3f507cb 100644
--- a/libclamav/aspack.h
+++ b/libclamav/aspack.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
diff --git a/libclamav/autoit.c b/libclamav/autoit.c
index 18c04b072..a48661c22 100644
--- a/libclamav/autoit.c
+++ b/libclamav/autoit.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/autoit.h b/libclamav/autoit.h
index ab197b80a..fbee72886 100644
--- a/libclamav/autoit.h
+++ b/libclamav/autoit.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/bcfeatures.h b/libclamav/bcfeatures.h
index 453b7e82a..bdaca9b52 100644
--- a/libclamav/bcfeatures.h
+++ b/libclamav/bcfeatures.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.

  *  Authors: Török Edvin
diff --git a/libclamav/binhex.c b/libclamav/binhex.c
index 81fb4856c..76af6a82c 100644
--- a/libclamav/binhex.c
+++ b/libclamav/binhex.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/binhex.h b/libclamav/binhex.h
index d048780a9..b704f4a45 100644
--- a/libclamav/binhex.h
+++ b/libclamav/binhex.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/blob.c b/libclamav/blob.c
index 8f0c8644b..534dd1ce6 100644
--- a/libclamav/blob.c
+++ b/libclamav/blob.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/blob.h b/libclamav/blob.h
index 3f528f390..97d94b127 100644
--- a/libclamav/blob.h
+++ b/libclamav/blob.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/builtin_bytecodes.h b/libclamav/builtin_bytecodes.h
index bfb43fd8c..222f3b9fc 100644
--- a/libclamav/builtin_bytecodes.h
+++ b/libclamav/builtin_bytecodes.h
@@ -1,7 +1,7 @@
 /*
  *  Builtin ClamAV bytecodes.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode.c b/libclamav/bytecode.c
index 467ba8011..5dc3396fa 100644
--- a/libclamav/bytecode.c
+++ b/libclamav/bytecode.c
@@ -1,7 +1,7 @@
 /*
  *  Load, and verify ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode.h b/libclamav/bytecode.h
index 1327595b1..be14a41f2 100644
--- a/libclamav/bytecode.h
+++ b/libclamav/bytecode.h
@@ -1,7 +1,7 @@
 /*
  *  Load, verify and execute ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode_api.c b/libclamav/bytecode_api.c
index a1d2b9038..7574f3e25 100644
--- a/libclamav/bytecode_api.c
+++ b/libclamav/bytecode_api.c
@@ -1,7 +1,7 @@
 /*
  *  ClamAV bytecode internal API
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode_api.h b/libclamav/bytecode_api.h
index 4397c969b..4f695c481 100644
--- a/libclamav/bytecode_api.h
+++ b/libclamav/bytecode_api.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.

  *  Authors: Török Edvin, Kevin Lin
diff --git a/libclamav/bytecode_api_decl.c b/libclamav/bytecode_api_decl.c
index 69a7b89b5..60c6829f4 100644
--- a/libclamav/bytecode_api_decl.c
+++ b/libclamav/bytecode_api_decl.c
@@ -2,7 +2,7 @@
  *  ClamAV bytecode internal API
  *  This is an automatically generated file!
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/libclamav/bytecode_api_impl.h b/libclamav/bytecode_api_impl.h
index 4d04d1ce8..204f822e5 100644
--- a/libclamav/bytecode_api_impl.h
+++ b/libclamav/bytecode_api_impl.h
@@ -2,7 +2,7 @@
  *  ClamAV bytecode internal API
  *  This is an automatically generated file!
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/libclamav/bytecode_detect.c b/libclamav/bytecode_detect.c
index f645c1364..a336db270 100644
--- a/libclamav/bytecode_detect.c
+++ b/libclamav/bytecode_detect.c
@@ -1,7 +1,7 @@
 /*
  *  Detect environment for bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode_detect.h b/libclamav/bytecode_detect.h
index 1904b1af5..a11c9659f 100644
--- a/libclamav/bytecode_detect.h
+++ b/libclamav/bytecode_detect.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/libclamav/bytecode_hooks.h b/libclamav/bytecode_hooks.h
index 90f5e94a8..b8e579467 100644
--- a/libclamav/bytecode_hooks.h
+++ b/libclamav/bytecode_hooks.h
@@ -2,7 +2,7 @@
  *  ClamAV bytecode internal API
  *  This is an automatically generated file!
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/libclamav/bytecode_nojit.c b/libclamav/bytecode_nojit.c
index 96cfdb82e..efe8b68de 100644
--- a/libclamav/bytecode_nojit.c
+++ b/libclamav/bytecode_nojit.c
@@ -1,7 +1,7 @@
 /*
  *  Load, and verify ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode_priv.h b/libclamav/bytecode_priv.h
index 21ddd2a8c..3f5690c0e 100644
--- a/libclamav/bytecode_priv.h
+++ b/libclamav/bytecode_priv.h
@@ -1,7 +1,7 @@
 /*
  *  Load, verify and execute ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/bytecode_vm.c b/libclamav/bytecode_vm.c
index 706ad397e..645649905 100644
--- a/libclamav/bytecode_vm.c
+++ b/libclamav/bytecode_vm.c
@@ -1,7 +1,7 @@
 /*
  *  Execute ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/c++/ClamBCDiagnostics.h b/libclamav/c++/ClamBCDiagnostics.h
index 46a8b9ded..587ea047f 100644
--- a/libclamav/c++/ClamBCDiagnostics.h
+++ b/libclamav/c++/ClamBCDiagnostics.h
@@ -1,7 +1,7 @@
 /*
  *  Compile LLVM bytecode to ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/c++/bytecode2llvm.cpp b/libclamav/c++/bytecode2llvm.cpp
index c636059b8..07b445855 100644
--- a/libclamav/c++/bytecode2llvm.cpp
+++ b/libclamav/c++/bytecode2llvm.cpp
@@ -1,7 +1,7 @@
 /*
  *  JIT compile ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin, Andy Ragusa
diff --git a/libclamav/c++/detect.cpp b/libclamav/c++/detect.cpp
index ad3ad224c..8d33ba371 100644
--- a/libclamav/c++/detect.cpp
+++ b/libclamav/c++/detect.cpp
@@ -1,7 +1,7 @@
 /*
  *  JIT detection for ClamAV bytecode.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin, Andy Ragusa
diff --git a/libclamav/cache.c b/libclamav/cache.c
index 08c3151c8..4048272c8 100644
--- a/libclamav/cache.c
+++ b/libclamav/cache.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>, Török Edvin <edwin@clamav.net>
diff --git a/libclamav/cache.h b/libclamav/cache.h
index fa1da16cd..b4fd2dabf 100644
--- a/libclamav/cache.h
+++ b/libclamav/cache.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/clamav.h b/libclamav/clamav.h
index b41d39e39..815438377 100644
--- a/libclamav/clamav.h
+++ b/libclamav/clamav.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/clambc.h b/libclamav/clambc.h
index b2e1abba5..974af34da 100644
--- a/libclamav/clambc.h
+++ b/libclamav/clambc.h
@@ -1,7 +1,7 @@
 /*
  *  ClamAV bytecode definitions.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/cpio.c b/libclamav/cpio.c
index fc0950c6e..afcb78f11 100644
--- a/libclamav/cpio.c
+++ b/libclamav/cpio.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/cpio.h b/libclamav/cpio.h
index 7f37d0a19..e3d750251 100644
--- a/libclamav/cpio.h
+++ b/libclamav/cpio.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/crtmgr.c b/libclamav/crtmgr.c
index 8374e57b0..17682c14f 100644
--- a/libclamav/crtmgr.c
+++ b/libclamav/crtmgr.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/crtmgr.h b/libclamav/crtmgr.h
index 368bb4808..080efa2b1 100644
--- a/libclamav/crtmgr.h
+++ b/libclamav/crtmgr.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/cvd.c b/libclamav/cvd.c
index 0930d79bc..029dd6ed7 100644
--- a/libclamav/cvd.c
+++ b/libclamav/cvd.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/cvd.h b/libclamav/cvd.h
index 798d572b0..39a16dfa5 100644
--- a/libclamav/cvd.h
+++ b/libclamav/cvd.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/dconf.c b/libclamav/dconf.c
index d3fe0f91e..e68c99f97 100644
--- a/libclamav/dconf.c
+++ b/libclamav/dconf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/dconf.h b/libclamav/dconf.h
index 9d1bc3342..5bc2d5a7e 100644
--- a/libclamav/dconf.h
+++ b/libclamav/dconf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/default.h b/libclamav/default.h
index 9b94347ef..8df930a2e 100644
--- a/libclamav/default.h
+++ b/libclamav/default.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/disasm-common.h b/libclamav/disasm-common.h
index 130a0c7d9..dbf84d448 100644
--- a/libclamav/disasm-common.h
+++ b/libclamav/disasm-common.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/disasm.c b/libclamav/disasm.c
index 44e57d358..c164b79dc 100644
--- a/libclamav/disasm.c
+++ b/libclamav/disasm.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/disasm.h b/libclamav/disasm.h
index 9cab4f1e2..f2c467aa2 100644
--- a/libclamav/disasm.h
+++ b/libclamav/disasm.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/disasmpriv.h b/libclamav/disasmpriv.h
index 122093873..d3d34ed19 100644
--- a/libclamav/disasmpriv.h
+++ b/libclamav/disasmpriv.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/dlp.c b/libclamav/dlp.c
index f62dfbdfa..444b495af 100644
--- a/libclamav/dlp.c
+++ b/libclamav/dlp.c
@@ -1,7 +1,7 @@
 /*
  *  Simple library to detect and validate SSN and Credit Card numbers.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Martin Roesch <roesch@sourcefire.com>
diff --git a/libclamav/dlp.h b/libclamav/dlp.h
index bce91e2f1..036181263 100644
--- a/libclamav/dlp.h
+++ b/libclamav/dlp.h
@@ -1,7 +1,7 @@
 /*
  *  Simple library to detect and validate SSN and Credit Card numbers.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Martin Roesch <roesch@sourcefire.com>
diff --git a/libclamav/dmg.c b/libclamav/dmg.c
index d5c1e698b..9da898e0f 100644
--- a/libclamav/dmg.c
+++ b/libclamav/dmg.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/dmg.h b/libclamav/dmg.h
index 387fe0306..959584fc3 100644
--- a/libclamav/dmg.h
+++ b/libclamav/dmg.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/dsig.c b/libclamav/dsig.c
index e64bce288..007e27bf9 100644
--- a/libclamav/dsig.c
+++ b/libclamav/dsig.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/dsig.h b/libclamav/dsig.h
index 077b27174..58d843467 100644
--- a/libclamav/dsig.h
+++ b/libclamav/dsig.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/egg.c b/libclamav/egg.c
index e893b34b3..f36db288f 100644
--- a/libclamav/egg.c
+++ b/libclamav/egg.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  EGG is an archive format created by ESTsoft used by their ALZip
  *  archiving software.
diff --git a/libclamav/egg.h b/libclamav/egg.h
index dd6552d76..9fe641f99 100644
--- a/libclamav/egg.h
+++ b/libclamav/egg.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  EGG is an archive format created by ESTsoft used by their ALZip
  *  archiving software.
diff --git a/libclamav/elf.c b/libclamav/elf.c
index 951b1c7a8..b8e66e0e8 100644
--- a/libclamav/elf.c
+++ b/libclamav/elf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/elf.h b/libclamav/elf.h
index 5fcb39051..e29579679 100644
--- a/libclamav/elf.h
+++ b/libclamav/elf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/encoding_aliases.h b/libclamav/encoding_aliases.h
index 02e5dc3be..e1d19a0b4 100644
--- a/libclamav/encoding_aliases.h
+++ b/libclamav/encoding_aliases.h
@@ -1,7 +1,7 @@
 /*
  *  HTML Entity & Encoding normalization.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/entconv.c b/libclamav/entconv.c
index 131a4ed10..abaac4eca 100644
--- a/libclamav/entconv.c
+++ b/libclamav/entconv.c
@@ -1,7 +1,7 @@
 /*
  *  HTML Entity & Encoding normalization.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/entconv.h b/libclamav/entconv.h
index da3f46e0b..f664af643 100644
--- a/libclamav/entconv.h
+++ b/libclamav/entconv.h
@@ -1,7 +1,7 @@
 /*
  *  HTML Entity & Encoding normalization.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/entitylist.h b/libclamav/entitylist.h
index e54a8a61e..6575fc844 100644
--- a/libclamav/entitylist.h
+++ b/libclamav/entitylist.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/events.c b/libclamav/events.c
index 982682aa5..9ccd22592 100644
--- a/libclamav/events.c
+++ b/libclamav/events.c
@@ -1,7 +1,7 @@
 /*
  *  (bytecode) events
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/events.h b/libclamav/events.h
index 0928ac314..8eeabd4a6 100644
--- a/libclamav/events.h
+++ b/libclamav/events.h
@@ -1,7 +1,7 @@
 /*
  *  (bytecode) events
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/execs.c b/libclamav/execs.c
index ca5b1a0dd..bf32fc57c 100644
--- a/libclamav/execs.c
+++ b/libclamav/execs.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Andrew Williams
  *
diff --git a/libclamav/execs.h b/libclamav/execs.h
index 1852cc10e..b8a4a8a00 100644
--- a/libclamav/execs.h
+++ b/libclamav/execs.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/explode.c b/libclamav/explode.c
index f22123111..7e41c709a 100644
--- a/libclamav/explode.c
+++ b/libclamav/explode.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/explode.h b/libclamav/explode.h
index 013bca09c..8694c45b0 100644
--- a/libclamav/explode.h
+++ b/libclamav/explode.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/filetypes.c b/libclamav/filetypes.c
index dbeff16e1..07c225334 100644
--- a/libclamav/filetypes.c
+++ b/libclamav/filetypes.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/filetypes.h b/libclamav/filetypes.h
index 077f68296..68cfa097e 100644
--- a/libclamav/filetypes.h
+++ b/libclamav/filetypes.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/filetypes_int.h b/libclamav/filetypes_int.h
index 24e61a85e..ac5011378 100644
--- a/libclamav/filetypes_int.h
+++ b/libclamav/filetypes_int.h
@@ -1,7 +1,7 @@
 /*
  *  Static filetype data for use when daily.ftm is not available.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/filtering.c b/libclamav/filtering.c
index 290f6b836..a70544845 100644
--- a/libclamav/filtering.c
+++ b/libclamav/filtering.c
@@ -1,7 +1,7 @@
 /*
  *  A fast filter for static patterns.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/filtering.h b/libclamav/filtering.h
index 877b0e97f..c1304c918 100644
--- a/libclamav/filtering.h
+++ b/libclamav/filtering.h
@@ -1,7 +1,7 @@
 /*
  *  A fast filter for static patterns.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/fmap.c b/libclamav/fmap.c
index b05a073d0..350855c64 100644
--- a/libclamav/fmap.c
+++ b/libclamav/fmap.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/fmap.h b/libclamav/fmap.h
index 613f32b6a..109b81f18 100644
--- a/libclamav/fmap.h
+++ b/libclamav/fmap.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/fpu.c b/libclamav/fpu.c
index 886122d00..f41f3a372 100644
--- a/libclamav/fpu.c
+++ b/libclamav/fpu.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
diff --git a/libclamav/fpu.h b/libclamav/fpu.h
index 31f1b73c2..9cf9ab6e9 100644
--- a/libclamav/fpu.h
+++ b/libclamav/fpu.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
diff --git a/libclamav/fsg.c b/libclamav/fsg.c
index 17ccdb1b0..e3f320e0a 100644
--- a/libclamav/fsg.c
+++ b/libclamav/fsg.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/fsg.h b/libclamav/fsg.h
index fc88b6035..80e12bdc5 100644
--- a/libclamav/fsg.h
+++ b/libclamav/fsg.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/gif.c b/libclamav/gif.c
index 56939c6b2..7884050f9 100644
--- a/libclamav/gif.c
+++ b/libclamav/gif.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>, Aldo Mazzeo, Valerie Snyder
diff --git a/libclamav/gif.h b/libclamav/gif.h
index 3974503f5..3db746142 100644
--- a/libclamav/gif.h
+++ b/libclamav/gif.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/gpt.c b/libclamav/gpt.c
index 8a4b8748c..1b496925e 100644
--- a/libclamav/gpt.c
+++ b/libclamav/gpt.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/gpt.h b/libclamav/gpt.h
index a22b1dd95..a59e806d2 100644
--- a/libclamav/gpt.h
+++ b/libclamav/gpt.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/hashtab.c b/libclamav/hashtab.c
index 1e4dadf6c..d59890454 100644
--- a/libclamav/hashtab.c
+++ b/libclamav/hashtab.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/hashtab.h b/libclamav/hashtab.h
index cf637794b..e749df178 100644
--- a/libclamav/hashtab.h
+++ b/libclamav/hashtab.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/hfsplus.c b/libclamav/hfsplus.c
index 4e6d44e69..8a0be063e 100644
--- a/libclamav/hfsplus.c
+++ b/libclamav/hfsplus.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/hfsplus.h b/libclamav/hfsplus.h
index ce17e9593..2b1ad05ff 100644
--- a/libclamav/hfsplus.h
+++ b/libclamav/hfsplus.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/htmlnorm.c b/libclamav/htmlnorm.c
index 0c70f00df..0d7316d3b 100644
--- a/libclamav/htmlnorm.c
+++ b/libclamav/htmlnorm.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/htmlnorm.h b/libclamav/htmlnorm.h
index b33466ddf..f65e55c8e 100644
--- a/libclamav/htmlnorm.h
+++ b/libclamav/htmlnorm.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/hwp.c b/libclamav/hwp.c
index d8bbc3c40..b4ee9fd85 100644
--- a/libclamav/hwp.c
+++ b/libclamav/hwp.c
@@ -1,7 +1,7 @@
 /*
  * HWP Stuff
  *
- * Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Kevin Lin
  *
diff --git a/libclamav/hwp.h b/libclamav/hwp.h
index bb9b52f0f..94d0545c3 100644
--- a/libclamav/hwp.h
+++ b/libclamav/hwp.h
@@ -1,7 +1,7 @@
 /*
  * HWP Stuff
  *
- * Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Kevin Lin
  *
diff --git a/libclamav/iowrap.c b/libclamav/iowrap.c
index 8a19ef79e..8f37389e0 100644
--- a/libclamav/iowrap.c
+++ b/libclamav/iowrap.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2012-2013 Sourcefire, Inc.
  *
  *  Authors: Dave Raynor
diff --git a/libclamav/iowrap.h b/libclamav/iowrap.h
index bb710b204..5148c4f09 100644
--- a/libclamav/iowrap.h
+++ b/libclamav/iowrap.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2012-2013 Sourcefire, Inc.
  *
  *  Authors: Dave Raynor
diff --git a/libclamav/ishield.c b/libclamav/ishield.c
index 1c1c1841e..855a57305 100644
--- a/libclamav/ishield.c
+++ b/libclamav/ishield.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/ishield.h b/libclamav/ishield.h
index 70fe280aa..740617f57 100644
--- a/libclamav/ishield.h
+++ b/libclamav/ishield.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/iso9660.c b/libclamav/iso9660.c
index 24b1f486e..65218d943 100644
--- a/libclamav/iso9660.c
+++ b/libclamav/iso9660.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/iso9660.h b/libclamav/iso9660.h
index 8ba33adb5..5ee5036a7 100644
--- a/libclamav/iso9660.h
+++ b/libclamav/iso9660.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/jpeg.c b/libclamav/jpeg.c
index 284f6ac33..3a870f7fa 100644
--- a/libclamav/jpeg.c
+++ b/libclamav/jpeg.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/jpeg.h b/libclamav/jpeg.h
index 3409a99ab..9ebfbd087 100644
--- a/libclamav/jpeg.h
+++ b/libclamav/jpeg.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/json_api.c b/libclamav/json_api.c
index 7a69c831d..66eace299 100644
--- a/libclamav/json_api.c
+++ b/libclamav/json_api.c
@@ -1,7 +1,7 @@
 /*
  * JSON Object API
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Kevin Lin
  *
diff --git a/libclamav/json_api.h b/libclamav/json_api.h
index 8129a1845..1a565aa0e 100644
--- a/libclamav/json_api.h
+++ b/libclamav/json_api.h
@@ -1,7 +1,7 @@
 /*
  * JSON Object API
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Kevin Lin
  *
diff --git a/libclamav/jsparse/js-norm.c b/libclamav/jsparse/js-norm.c
index e42e8fef4..d9bef9ca8 100644
--- a/libclamav/jsparse/js-norm.c
+++ b/libclamav/jsparse/js-norm.c
@@ -1,7 +1,7 @@
 /*
  *  Javascript normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/jsparse/js-norm.h b/libclamav/jsparse/js-norm.h
index 1f4fd2f6b..759edc2c6 100644
--- a/libclamav/jsparse/js-norm.h
+++ b/libclamav/jsparse/js-norm.h
@@ -1,7 +1,7 @@
 /*
  *  Javascript normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/jsparse/lexglobal.h b/libclamav/jsparse/lexglobal.h
index acda04364..a175fd281 100644
--- a/libclamav/jsparse/lexglobal.h
+++ b/libclamav/jsparse/lexglobal.h
@@ -1,7 +1,7 @@
 /*
  *  Javascript normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/jsparse/textbuf.h b/libclamav/jsparse/textbuf.h
index 6184a0074..ae223761c 100644
--- a/libclamav/jsparse/textbuf.h
+++ b/libclamav/jsparse/textbuf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/libclamav_main.c b/libclamav/libclamav_main.c
index 5c6400d8c..28887b14f 100644
--- a/libclamav/libclamav_main.c
+++ b/libclamav/libclamav_main.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/line.c b/libclamav/line.c
index 12b7bf9ac..216c5b50a 100644
--- a/libclamav/line.c
+++ b/libclamav/line.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/line.h b/libclamav/line.h
index 9d89a17b8..a828aed3f 100644
--- a/libclamav/line.h
+++ b/libclamav/line.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/lzma_iface.c b/libclamav/lzma_iface.c
index 324099146..35d9b4f98 100644
--- a/libclamav/lzma_iface.c
+++ b/libclamav/lzma_iface.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/lzma_iface.h b/libclamav/lzma_iface.h
index 2aacd6ed6..46304684b 100644
--- a/libclamav/lzma_iface.h
+++ b/libclamav/lzma_iface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/macho.c b/libclamav/macho.c
index 3f53dc9f9..05c9d58a2 100644
--- a/libclamav/macho.c
+++ b/libclamav/macho.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/macho.h b/libclamav/macho.h
index 63e968ea3..7b516ea04 100644
--- a/libclamav/macho.h
+++ b/libclamav/macho.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/matcher-ac.c b/libclamav/matcher-ac.c
index 7f05eabb1..85e639298 100644
--- a/libclamav/matcher-ac.c
+++ b/libclamav/matcher-ac.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/matcher-ac.h b/libclamav/matcher-ac.h
index 9b9d8980d..243d9c5d3 100644
--- a/libclamav/matcher-ac.h
+++ b/libclamav/matcher-ac.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/matcher-bm.c b/libclamav/matcher-bm.c
index 7d0297804..35d967e24 100644
--- a/libclamav/matcher-bm.c
+++ b/libclamav/matcher-bm.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/matcher-bm.h b/libclamav/matcher-bm.h
index 449210e2a..34405f4f1 100644
--- a/libclamav/matcher-bm.h
+++ b/libclamav/matcher-bm.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/matcher-byte-comp.c b/libclamav/matcher-byte-comp.c
index bde654662..0444ddc30 100644
--- a/libclamav/matcher-byte-comp.c
+++ b/libclamav/matcher-byte-comp.c
@@ -1,7 +1,7 @@
 /*
  *  Byte comparison matcher support functions
  *
- *  Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/libclamav/matcher-byte-comp.h b/libclamav/matcher-byte-comp.h
index 58683056f..3ee541889 100644
--- a/libclamav/matcher-byte-comp.h
+++ b/libclamav/matcher-byte-comp.h
@@ -1,7 +1,7 @@
 /*
  *  Support for matcher using byte compare
  *
- *  Copyright (C) 2018-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2018-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/libclamav/matcher-hash-types.h b/libclamav/matcher-hash-types.h
index 43fd69d9b..57efa70c0 100644
--- a/libclamav/matcher-hash-types.h
+++ b/libclamav/matcher-hash-types.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/matcher-hash.c b/libclamav/matcher-hash.c
index e595f9ab6..c460ff9b8 100644
--- a/libclamav/matcher-hash.c
+++ b/libclamav/matcher-hash.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/matcher-hash.h b/libclamav/matcher-hash.h
index 2edacc200..6792122b2 100644
--- a/libclamav/matcher-hash.h
+++ b/libclamav/matcher-hash.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB
diff --git a/libclamav/matcher-pcre.c b/libclamav/matcher-pcre.c
index 8715dd238..38363e69b 100644
--- a/libclamav/matcher-pcre.c
+++ b/libclamav/matcher-pcre.c
@@ -1,7 +1,7 @@
 /*
  *  Support for matcher using PCRE
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/matcher-pcre.h b/libclamav/matcher-pcre.h
index d72f4e8be..3b146a272 100644
--- a/libclamav/matcher-pcre.h
+++ b/libclamav/matcher-pcre.h
@@ -1,7 +1,7 @@
 /*
  *  Support for matcher using PCRE
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/matcher.c b/libclamav/matcher.c
index 0367e3358..5ed8cce89 100644
--- a/libclamav/matcher.c
+++ b/libclamav/matcher.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/matcher.h b/libclamav/matcher.h
index 310451b46..8bd21e44e 100644
--- a/libclamav/matcher.h
+++ b/libclamav/matcher.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/mbox.c b/libclamav/mbox.c
index 5ee53e551..c71864bd9 100644
--- a/libclamav/mbox.c
+++ b/libclamav/mbox.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/mbox.h b/libclamav/mbox.h
index 79748083f..94f46e8fc 100644
--- a/libclamav/mbox.h
+++ b/libclamav/mbox.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/mbr.c b/libclamav/mbr.c
index 80732cfdf..6cc2d4712 100644
--- a/libclamav/mbr.c
+++ b/libclamav/mbr.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/mbr.h b/libclamav/mbr.h
index 75e683316..f492912b8 100644
--- a/libclamav/mbr.h
+++ b/libclamav/mbr.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/message.c b/libclamav/message.c
index 563ac2e24..91505ec44 100644
--- a/libclamav/message.c
+++ b/libclamav/message.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/message.h b/libclamav/message.h
index a2cb1aa44..1d2f45277 100644
--- a/libclamav/message.h
+++ b/libclamav/message.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/mew.c b/libclamav/mew.c
index 19269d90c..e320d2f39 100644
--- a/libclamav/mew.c
+++ b/libclamav/mew.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Michal 'GiM' Spadlinski
diff --git a/libclamav/mew.h b/libclamav/mew.h
index 14452dc87..b3a44292c 100644
--- a/libclamav/mew.h
+++ b/libclamav/mew.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Michal 'GiM' Spadlinski
diff --git a/libclamav/mpool.c b/libclamav/mpool.c
index f0d4ad498..cd4f7f99e 100644
--- a/libclamav/mpool.c
+++ b/libclamav/mpool.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/mpool.h b/libclamav/mpool.h
index 51473a6a6..e36b3b1ee 100644
--- a/libclamav/mpool.h
+++ b/libclamav/mpool.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/msdoc.c b/libclamav/msdoc.c
index dae471b29..e55dd67ea 100644
--- a/libclamav/msdoc.c
+++ b/libclamav/msdoc.c
@@ -1,7 +1,7 @@
 /*
  * Extract component parts of OLE2 files (e.g. MS Office Documents)
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Kevin Lin
diff --git a/libclamav/msdoc.h b/libclamav/msdoc.h
index 12e486ba8..f40072c54 100644
--- a/libclamav/msdoc.h
+++ b/libclamav/msdoc.h
@@ -1,7 +1,7 @@
 /*
  *  Extract component parts of OLE2 files (e.g. MS Office Documents)
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/msexpand.c b/libclamav/msexpand.c
index 8f6738fa9..4ab3c7ebd 100644
--- a/libclamav/msexpand.c
+++ b/libclamav/msexpand.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/msexpand.h b/libclamav/msexpand.h
index 0c0eae208..a1cf12b09 100644
--- a/libclamav/msexpand.h
+++ b/libclamav/msexpand.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/msxml.c b/libclamav/msxml.c
index d5daa6343..c709eeef2 100644
--- a/libclamav/msxml.c
+++ b/libclamav/msxml.c
@@ -1,7 +1,7 @@
 /*
  * Extract component parts of MS XML files (e.g. MS Office 2003 XML Documents)
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Kevin Lin
diff --git a/libclamav/msxml.h b/libclamav/msxml.h
index 5530a103c..c6bd73fad 100644
--- a/libclamav/msxml.h
+++ b/libclamav/msxml.h
@@ -1,7 +1,7 @@
 /*
  *  Extract component parts of MS XML files (e.g. MS Office 2003 XML Documents)
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/msxml_parser.c b/libclamav/msxml_parser.c
index 788a6ea5e..9e731caed 100644
--- a/libclamav/msxml_parser.c
+++ b/libclamav/msxml_parser.c
@@ -1,7 +1,7 @@
 /*
  * Extract component parts of various MS XML files (e.g. MS Office 2003 XML Documents)
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Kevin Lin
diff --git a/libclamav/msxml_parser.h b/libclamav/msxml_parser.h
index 0ef080364..e530b98f3 100644
--- a/libclamav/msxml_parser.h
+++ b/libclamav/msxml_parser.h
@@ -1,7 +1,7 @@
 /*
  * Extract component parts of various MS XML files (e.g. MS Office 2003 XML Documents)
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Kevin Lin
diff --git a/libclamav/ole2_extract.c b/libclamav/ole2_extract.c
index 2cdb98bc4..573c13db8 100644
--- a/libclamav/ole2_extract.c
+++ b/libclamav/ole2_extract.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/ole2_extract.h b/libclamav/ole2_extract.h
index b670ac8b2..bbd36a8b8 100644
--- a/libclamav/ole2_extract.h
+++ b/libclamav/ole2_extract.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/ooxml.c b/libclamav/ooxml.c
index d47615422..2655442f0 100644
--- a/libclamav/ooxml.c
+++ b/libclamav/ooxml.c
@@ -1,7 +1,7 @@
 /*
  * OOXML JSON Internals
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Kevin Lin
  *
diff --git a/libclamav/ooxml.h b/libclamav/ooxml.h
index 5cc79aaeb..3029a77cb 100644
--- a/libclamav/ooxml.h
+++ b/libclamav/ooxml.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin
  *
diff --git a/libclamav/openioc.c b/libclamav/openioc.c
index a61da8249..0ef48a17e 100644
--- a/libclamav/openioc.c
+++ b/libclamav/openioc.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
  *
diff --git a/libclamav/openioc.h b/libclamav/openioc.h
index 8bf48aed7..2cd6cf791 100644
--- a/libclamav/openioc.h
+++ b/libclamav/openioc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
  *
diff --git a/libclamav/other_types.h b/libclamav/other_types.h
index ba2d169e8..b583c6f7f 100644
--- a/libclamav/other_types.h
+++ b/libclamav/other_types.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Valerie Snyder
  *
diff --git a/libclamav/others.c b/libclamav/others.c
index d191ae25f..d9fe3aec9 100644
--- a/libclamav/others.c
+++ b/libclamav/others.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog
diff --git a/libclamav/others.h b/libclamav/others.h
index a58b8c660..d58959942 100644
--- a/libclamav/others.h
+++ b/libclamav/others.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/others_common.c b/libclamav/others_common.c
index 0451cb986..b164f67fd 100644
--- a/libclamav/others_common.c
+++ b/libclamav/others_common.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Trog
diff --git a/libclamav/packlibs.c b/libclamav/packlibs.c
index 1cceb7546..c0a273aea 100644
--- a/libclamav/packlibs.c
+++ b/libclamav/packlibs.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu, Michal 'GiM' Spadlinski
diff --git a/libclamav/packlibs.h b/libclamav/packlibs.h
index dbd1dc088..f2e31777b 100644
--- a/libclamav/packlibs.h
+++ b/libclamav/packlibs.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu, Michal 'GiM' Spadlinski
diff --git a/libclamav/partition_intersection.c b/libclamav/partition_intersection.c
index f3ab8ee91..f50ff38eb 100644
--- a/libclamav/partition_intersection.c
+++ b/libclamav/partition_intersection.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/partition_intersection.h b/libclamav/partition_intersection.h
index cf131c2d8..891c76431 100644
--- a/libclamav/partition_intersection.h
+++ b/libclamav/partition_intersection.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <klin@sourcefire.com>
  *
diff --git a/libclamav/pdf.c b/libclamav/pdf.c
index 3752af220..d074aab6b 100644
--- a/libclamav/pdf.c
+++ b/libclamav/pdf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne, Török Edvin
diff --git a/libclamav/pdf.h b/libclamav/pdf.h
index 88b344749..732388798 100644
--- a/libclamav/pdf.h
+++ b/libclamav/pdf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/pdfdecode.c b/libclamav/pdfdecode.c
index 49355d30f..218ab70a8 100644
--- a/libclamav/pdfdecode.c
+++ b/libclamav/pdfdecode.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Kevin Lin
  *
diff --git a/libclamav/pdfdecode.h b/libclamav/pdfdecode.h
index a1b3dae52..54b109452 100644
--- a/libclamav/pdfdecode.h
+++ b/libclamav/pdfdecode.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2016-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2016-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Kevin Lin
  *
diff --git a/libclamav/pdfng.c b/libclamav/pdfng.c
index 92267e546..7eed1442d 100644
--- a/libclamav/pdfng.c
+++ b/libclamav/pdfng.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Shawn Webb
  *
diff --git a/libclamav/pe.c b/libclamav/pe.c
index e08e2d9cd..f1010d61d 100644
--- a/libclamav/pe.c
+++ b/libclamav/pe.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu, Tomasz Kojm, Andrew Williams
diff --git a/libclamav/pe.h b/libclamav/pe.h
index 3a3070df6..74ac83f80 100644
--- a/libclamav/pe.h
+++ b/libclamav/pe.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu, Tomasz Kojm, Andrew Williams
diff --git a/libclamav/pe_icons.c b/libclamav/pe_icons.c
index 098e5be9a..35e084015 100644
--- a/libclamav/pe_icons.c
+++ b/libclamav/pe_icons.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/pe_icons.h b/libclamav/pe_icons.h
index 24d1046ce..5d958843b 100644
--- a/libclamav/pe_icons.h
+++ b/libclamav/pe_icons.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/pe_structs.h b/libclamav/pe_structs.h
index affbe21e9..f6d76fce7 100644
--- a/libclamav/pe_structs.h
+++ b/libclamav/pe_structs.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu, Tomasz Kojm, Andrew Williams
diff --git a/libclamav/perflogging.c b/libclamav/perflogging.c
index 153360f46..261a4236f 100644
--- a/libclamav/perflogging.c
+++ b/libclamav/perflogging.c
@@ -1,7 +1,7 @@
 /*
  *  Gather statistics from performance sensitive code.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/perflogging.h b/libclamav/perflogging.h
index 4b967c90b..4105ce701 100644
--- a/libclamav/perflogging.h
+++ b/libclamav/perflogging.h
@@ -1,7 +1,7 @@
 /*
  *  Gather statistics from performance sensitive code.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/petite.c b/libclamav/petite.c
index b51c089be..5b34e8f2c 100644
--- a/libclamav/petite.c
+++ b/libclamav/petite.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/petite.h b/libclamav/petite.h
index af065e5cc..6ab675a4d 100644
--- a/libclamav/petite.h
+++ b/libclamav/petite.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/phish_allow_list.c b/libclamav/phish_allow_list.c
index 2293ec80c..71712f50a 100644
--- a/libclamav/phish_allow_list.c
+++ b/libclamav/phish_allow_list.c
@@ -1,7 +1,7 @@
 /*
  *  Phishing module: allow list implementation.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/phish_allow_list.h b/libclamav/phish_allow_list.h
index 86045775c..d9b8d353b 100644
--- a/libclamav/phish_allow_list.h
+++ b/libclamav/phish_allow_list.h
@@ -1,7 +1,7 @@
 /*
  *  Phishing module: Allow list implementation.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/phish_domaincheck_db.c b/libclamav/phish_domaincheck_db.c
index 34c67cef6..ef674552b 100644
--- a/libclamav/phish_domaincheck_db.c
+++ b/libclamav/phish_domaincheck_db.c
@@ -1,7 +1,7 @@
 /*
  *  Phishing module: domain list implementation.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/phish_domaincheck_db.h b/libclamav/phish_domaincheck_db.h
index fe84ac70b..a67351ce9 100644
--- a/libclamav/phish_domaincheck_db.h
+++ b/libclamav/phish_domaincheck_db.h
@@ -1,7 +1,7 @@
 /*
  *  Phishing module: domain list implementation.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/phishcheck.c b/libclamav/phishcheck.c
index a1ce4f55d..b9d8084a6 100644
--- a/libclamav/phishcheck.c
+++ b/libclamav/phishcheck.c
@@ -1,7 +1,7 @@
 /*
  *  Detect phishing, based on URL spoofing detection.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/phishcheck.h b/libclamav/phishcheck.h
index 380f81669..dd40484f9 100644
--- a/libclamav/phishcheck.h
+++ b/libclamav/phishcheck.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/png.c b/libclamav/png.c
index 40b924b03..f027cb77b 100644
--- a/libclamav/png.c
+++ b/libclamav/png.c
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *   Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *   Copyright (C) 2011-2013 Sourcefire, Inc.
  *   Copyright (C) 1995-2007 by Alexander Lehmann <lehmann@usa.net>,
  *                              Andreas Dilger <adilger@enel.ucalgary.ca>,
diff --git a/libclamav/png.h b/libclamav/png.h
index 75b633dd8..0d3802831 100644
--- a/libclamav/png.h
+++ b/libclamav/png.h
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *   Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *   Copyright (C) 2011-2013 Sourcefire, Inc.
  *   Copyright (C) 1995-2007 by Alexander Lehmann <lehmann@usa.net>,
  *                              Andreas Dilger <adilger@enel.ucalgary.ca>,
diff --git a/libclamav/readdb.c b/libclamav/readdb.c
index 910067261..befc68e13 100644
--- a/libclamav/readdb.c
+++ b/libclamav/readdb.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libclamav/readdb.h b/libclamav/readdb.h
index 96e46358d..595cad0a2 100644
--- a/libclamav/readdb.h
+++ b/libclamav/readdb.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libclamav/rebuildpe.c b/libclamav/rebuildpe.c
index d51b7123e..319adf4e7 100644
--- a/libclamav/rebuildpe.c
+++ b/libclamav/rebuildpe.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/rebuildpe.h b/libclamav/rebuildpe.h
index 135f46e60..b3825267c 100644
--- a/libclamav/rebuildpe.h
+++ b/libclamav/rebuildpe.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/regex_list.c b/libclamav/regex_list.c
index 2ba0ce046..a4f49ad5a 100644
--- a/libclamav/regex_list.c
+++ b/libclamav/regex_list.c
@@ -1,7 +1,7 @@
 /*
  *  Match a string against a list of patterns/regexes.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/regex_list.h b/libclamav/regex_list.h
index 8f1934582..2c1a93a64 100644
--- a/libclamav/regex_list.h
+++ b/libclamav/regex_list.h
@@ -1,7 +1,7 @@
 /*
  *  Match a string against a list of patterns/regexes.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/regex_pcre.c b/libclamav/regex_pcre.c
index dec1d3741..d395d5919 100644
--- a/libclamav/regex_pcre.c
+++ b/libclamav/regex_pcre.c
@@ -1,7 +1,7 @@
 /*
  *  Support for PCRE regex variant
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/regex_pcre.h b/libclamav/regex_pcre.h
index 4ee532dbe..14765ff28 100644
--- a/libclamav/regex_pcre.h
+++ b/libclamav/regex_pcre.h
@@ -1,7 +1,7 @@
 /*
  *  Support for PCRE regex variant
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Kevin Lin
diff --git a/libclamav/regex_suffix.c b/libclamav/regex_suffix.c
index e45b31a5d..ce9eda797 100644
--- a/libclamav/regex_suffix.c
+++ b/libclamav/regex_suffix.c
@@ -1,7 +1,7 @@
 /*
  *  Parse a regular expression, and extract a static suffix.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/regex_suffix.h b/libclamav/regex_suffix.h
index a57223409..607a67b6f 100644
--- a/libclamav/regex_suffix.h
+++ b/libclamav/regex_suffix.h
@@ -1,7 +1,7 @@
 /*
  *  Parse a regular expression, and extract a static suffix.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/rtf.c b/libclamav/rtf.c
index e5614889b..5c02d7b4d 100644
--- a/libclamav/rtf.c
+++ b/libclamav/rtf.c
@@ -1,7 +1,7 @@
 /*
  *  Extract embedded objects from RTF files.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/rtf.h b/libclamav/rtf.h
index d1d0c9a4e..5be0ece90 100644
--- a/libclamav/rtf.h
+++ b/libclamav/rtf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/scan_layer.c b/libclamav/scan_layer.c
index 1f1742682..7c1cda755 100644
--- a/libclamav/scan_layer.c
+++ b/libclamav/scan_layer.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2025-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Valerie Snyder
  *
diff --git a/libclamav/scan_layer.h b/libclamav/scan_layer.h
index df963263c..d4340d290 100644
--- a/libclamav/scan_layer.h
+++ b/libclamav/scan_layer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Valerie Snyder
  *
diff --git a/libclamav/scanners.c b/libclamav/scanners.c
index 24e7ee406..b28266216 100644
--- a/libclamav/scanners.c
+++ b/libclamav/scanners.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/scanners.h b/libclamav/scanners.h
index 5a823159f..adfd7a4a3 100644
--- a/libclamav/scanners.h
+++ b/libclamav/scanners.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/libclamav/sf_base64decode.c b/libclamav/sf_base64decode.c
index 21486f14e..aadfa5c14 100644
--- a/libclamav/sf_base64decode.c
+++ b/libclamav/sf_base64decode.c
@@ -1,5 +1,5 @@
 /*
- ** Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ ** Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  ** Copyright (C) 1998-2013 Sourcefire, Inc.
  **
  ** Written by Patrick Mullen <pmullen@sourcefire.com>
diff --git a/libclamav/sf_base64decode.h b/libclamav/sf_base64decode.h
index 965c15fbd..2c8373259 100644
--- a/libclamav/sf_base64decode.h
+++ b/libclamav/sf_base64decode.h
@@ -1,5 +1,5 @@
 /*
- ** Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ ** Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  ** Copyright (C) 1998-2013 Sourcefire, Inc.
  **
  ** Written by Patrick Mullen <pmullen@sourcefire.com>
diff --git a/libclamav/sis.c b/libclamav/sis.c
index eabce932d..6a6b139f6 100644
--- a/libclamav/sis.c
+++ b/libclamav/sis.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/sis.h b/libclamav/sis.h
index 4efe7b774..74a0c664b 100644
--- a/libclamav/sis.h
+++ b/libclamav/sis.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/special.c b/libclamav/special.c
index a81214029..8c1f22141 100644
--- a/libclamav/special.c
+++ b/libclamav/special.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog, Török Edvin
diff --git a/libclamav/special.h b/libclamav/special.h
index a1cdcc11c..4ccf2247d 100644
--- a/libclamav/special.h
+++ b/libclamav/special.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/spin.c b/libclamav/spin.c
index 870c55c12..5781c5480 100644
--- a/libclamav/spin.c
+++ b/libclamav/spin.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/spin.h b/libclamav/spin.h
index 3df670024..c78828271 100644
--- a/libclamav/spin.h
+++ b/libclamav/spin.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/str.c b/libclamav/str.c
index da92102f7..ae0d318ba 100644
--- a/libclamav/str.c
+++ b/libclamav/str.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Nigel Horne, Török Edvin
diff --git a/libclamav/str.h b/libclamav/str.h
index d3e1ab893..351db878e 100644
--- a/libclamav/str.h
+++ b/libclamav/str.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm, Nigel Horne, Török Edvin
diff --git a/libclamav/swf.c b/libclamav/swf.c
index 9ce859643..d4105d59c 100644
--- a/libclamav/swf.c
+++ b/libclamav/swf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  The code is based on Flasm, command line assembler & disassembler of Flash
diff --git a/libclamav/swf.h b/libclamav/swf.h
index 26964a75b..0d37b5fbb 100644
--- a/libclamav/swf.h
+++ b/libclamav/swf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm <tkojm@clamav.net>
diff --git a/libclamav/table.c b/libclamav/table.c
index 2cdc3ab84..e75a46a1a 100644
--- a/libclamav/table.c
+++ b/libclamav/table.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/table.h b/libclamav/table.h
index 673357c75..94ba4eab6 100644
--- a/libclamav/table.h
+++ b/libclamav/table.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/text.c b/libclamav/text.c
index a5d5a9257..9cad1e279 100644
--- a/libclamav/text.c
+++ b/libclamav/text.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/text.h b/libclamav/text.h
index 77d0da753..efd9e19e2 100644
--- a/libclamav/text.h
+++ b/libclamav/text.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/textdet.c b/libclamav/textdet.c
index 03a8b4f9a..0f8d2aa1f 100644
--- a/libclamav/textdet.c
+++ b/libclamav/textdet.c
@@ -1,7 +1,7 @@
 /*
  * Text detection based on ascmagic.c from the file(1) utility.
  *
- * Portions Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Portions Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Portions Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  * Copyright (c) Ian F. Darwin 1986-1995.
diff --git a/libclamav/textdet.h b/libclamav/textdet.h
index 8afd50d8e..4173a6701 100644
--- a/libclamav/textdet.h
+++ b/libclamav/textdet.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/libclamav/textnorm.c b/libclamav/textnorm.c
index aa6d3c977..6f90aa7ee 100644
--- a/libclamav/textnorm.c
+++ b/libclamav/textnorm.c
@@ -1,7 +1,7 @@
 /*
  *  Generic text normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/textnorm.h b/libclamav/textnorm.h
index a4c0ad1cf..768991f15 100644
--- a/libclamav/textnorm.h
+++ b/libclamav/textnorm.h
@@ -1,7 +1,7 @@
 /*
  *  Generic text normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/tiff.c b/libclamav/tiff.c
index 2aa169b3c..3a8da57a1 100644
--- a/libclamav/tiff.c
+++ b/libclamav/tiff.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <kevlin2@cisco.com>
  *
diff --git a/libclamav/tiff.h b/libclamav/tiff.h
index cea90ace7..586c2fb38 100644
--- a/libclamav/tiff.h
+++ b/libclamav/tiff.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2015-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2015-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Kevin Lin <kevlin2@cisco.com>
  *
diff --git a/libclamav/tnef.c b/libclamav/tnef.c
index 9c33e95ce..34bb8151a 100644
--- a/libclamav/tnef.c
+++ b/libclamav/tnef.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/tnef.h b/libclamav/tnef.h
index 39050ad8b..e8d3e44ea 100644
--- a/libclamav/tnef.h
+++ b/libclamav/tnef.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/type_desc.h b/libclamav/type_desc.h
index 4e10af24a..c30b325d6 100644
--- a/libclamav/type_desc.h
+++ b/libclamav/type_desc.h
@@ -1,7 +1,7 @@
 /*
  *  ClamAV bytecode internal API
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/libclamav/udf.c b/libclamav/udf.c
index 459f83c4a..ae7502fd6 100644
--- a/libclamav/udf.c
+++ b/libclamav/udf.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Andy Ragusa
  *
diff --git a/libclamav/udf.h b/libclamav/udf.h
index c702c8865..dfed61e4a 100644
--- a/libclamav/udf.h
+++ b/libclamav/udf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Cisco
  *
diff --git a/libclamav/unarj.c b/libclamav/unarj.c
index e83c2fe78..0dfcea0bc 100644
--- a/libclamav/unarj.c
+++ b/libclamav/unarj.c
@@ -1,7 +1,7 @@
 /*
  *  Extract component parts of ARJ archives.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog
diff --git a/libclamav/unarj.h b/libclamav/unarj.h
index d2bbe2a96..89b4cf3de 100644
--- a/libclamav/unarj.h
+++ b/libclamav/unarj.h
@@ -1,7 +1,7 @@
 /*
  *  Extract component parts of ARJ archives
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/uniq.c b/libclamav/uniq.c
index 5af271a56..7240d638a 100644
--- a/libclamav/uniq.c
+++ b/libclamav/uniq.c
@@ -1,7 +1,7 @@
 /*
  *  md5 based hashtab
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/uniq.h b/libclamav/uniq.h
index 274677dac..dfc2a862b 100644
--- a/libclamav/uniq.h
+++ b/libclamav/uniq.h
@@ -1,7 +1,7 @@
 /*
  *  md5 based hashtab
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/libclamav/unsp.c b/libclamav/unsp.c
index af3946faf..77c077444 100644
--- a/libclamav/unsp.c
+++ b/libclamav/unsp.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/unsp.h b/libclamav/unsp.h
index 75a31b9df..6631b358a 100644
--- a/libclamav/unsp.h
+++ b/libclamav/unsp.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/untar.c b/libclamav/untar.c
index 500788bb2..5b0e64a6f 100644
--- a/libclamav/untar.c
+++ b/libclamav/untar.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/untar.h b/libclamav/untar.h
index 68eae8cb8..b20b6e28a 100644
--- a/libclamav/untar.h
+++ b/libclamav/untar.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/unzip.c b/libclamav/unzip.c
index e9b912da4..07d118824 100644
--- a/libclamav/unzip.c
+++ b/libclamav/unzip.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/unzip.h b/libclamav/unzip.h
index 9bf4e35cd..312e8560d 100644
--- a/libclamav/unzip.h
+++ b/libclamav/unzip.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/upack.c b/libclamav/upack.c
index 88e8929fc..02d3d2414 100644
--- a/libclamav/upack.c
+++ b/libclamav/upack.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Michal 'GiM' Spadlinski
diff --git a/libclamav/upack.h b/libclamav/upack.h
index 80056f1d3..a038a0e4b 100644
--- a/libclamav/upack.h
+++ b/libclamav/upack.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Michal 'GiM' Spadlinski
diff --git a/libclamav/upx.c b/libclamav/upx.c
index ad5e57b23..61bf99686 100644
--- a/libclamav/upx.c
+++ b/libclamav/upx.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/upx.h b/libclamav/upx.h
index 25a7202e4..0a625643d 100644
--- a/libclamav/upx.h
+++ b/libclamav/upx.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/uuencode.c b/libclamav/uuencode.c
index 0a3b6934b..7cb669e9f 100644
--- a/libclamav/uuencode.c
+++ b/libclamav/uuencode.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/uuencode.h b/libclamav/uuencode.h
index c56c65158..c617600ba 100644
--- a/libclamav/uuencode.h
+++ b/libclamav/uuencode.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Nigel Horne
diff --git a/libclamav/vba_extract.c b/libclamav/vba_extract.c
index 0c9625b8b..140e5db72 100644
--- a/libclamav/vba_extract.c
+++ b/libclamav/vba_extract.c
@@ -1,7 +1,7 @@
 /*
  *  Extract VBA source code for component MS Office Documents
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog, Nigel Horne
diff --git a/libclamav/vba_extract.h b/libclamav/vba_extract.h
index fb696ea54..115f95e3d 100644
--- a/libclamav/vba_extract.h
+++ b/libclamav/vba_extract.h
@@ -1,7 +1,7 @@
 /*
  *  Extract VBA source code for component MS Office Documents
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Trog, Nigel Horne
diff --git a/libclamav/wwunpack.c b/libclamav/wwunpack.c
index d235dca71..12c188500 100644
--- a/libclamav/wwunpack.c
+++ b/libclamav/wwunpack.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/wwunpack.h b/libclamav/wwunpack.h
index 87c9bab98..5f85ac2ba 100644
--- a/libclamav/wwunpack.h
+++ b/libclamav/wwunpack.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav/www.c b/libclamav/www.c
index 024f736d4..cb5cf75be 100644
--- a/libclamav/www.c
+++ b/libclamav/www.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Author: Shawn Webb
  *
diff --git a/libclamav/xar.c b/libclamav/xar.c
index a74be0607..6d945fdbe 100644
--- a/libclamav/xar.c
+++ b/libclamav/xar.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
diff --git a/libclamav/xar.h b/libclamav/xar.h
index 1569bbdf4..1e9e9ce3f 100644
--- a/libclamav/xar.h
+++ b/libclamav/xar.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: David Raynor <draynor@sourcefire.com>
diff --git a/libclamav/xlm_extract.c b/libclamav/xlm_extract.c
index 2257f19b7..71f660602 100644
--- a/libclamav/xlm_extract.c
+++ b/libclamav/xlm_extract.c
@@ -1,7 +1,7 @@
 /*
  *  Extract XLM (Excel 4.0) macro source code for component MS Office Documents
  *
- *  Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Jonas Zaddach
  *
diff --git a/libclamav/xlm_extract.h b/libclamav/xlm_extract.h
index d9840975c..9cb279e3e 100644
--- a/libclamav/xlm_extract.h
+++ b/libclamav/xlm_extract.h
@@ -1,7 +1,7 @@
 /*
  *  Extract XLM (Excel 4.0) macro source code for component MS Office Documents
  *
- *  Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Jonas Zaddach
  *
diff --git a/libclamav/xz_iface.c b/libclamav/xz_iface.c
index 58b012cea..3309662f2 100644
--- a/libclamav/xz_iface.c
+++ b/libclamav/xz_iface.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan (smorgan@sourcefire.com)
diff --git a/libclamav/xz_iface.h b/libclamav/xz_iface.h
index 7b079cdda..c006f51db 100644
--- a/libclamav/xz_iface.h
+++ b/libclamav/xz_iface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan (smorgan@sourcefire.com)
diff --git a/libclamav/yara_clam.h b/libclamav/yara_clam.h
index fd6564578..0162908cc 100644
--- a/libclamav/yara_clam.h
+++ b/libclamav/yara_clam.h
@@ -1,7 +1,7 @@
 /*
  * Main YARA header file for ClamAV
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Steven Morgan
  *
diff --git a/libclamav/yara_grammar.y b/libclamav/yara_grammar.y
index aa1732acc..a3a212826 100644
--- a/libclamav/yara_grammar.y
+++ b/libclamav/yara_grammar.y
@@ -1,7 +1,7 @@
 /*
  * YARA rule parser for ClamAV
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Steven Morgan
  *
diff --git a/libclamav/yara_lexer.c b/libclamav/yara_lexer.c
index eeb86cf2a..19ea43065 100644
--- a/libclamav/yara_lexer.c
+++ b/libclamav/yara_lexer.c
@@ -628,7 +628,7 @@ static const flex_int32_t yy_rule_can_match_eol[76] =
 /*
  * YARA rule lexer for ClamAV
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Steven Morgan
  *
diff --git a/libclamav/yara_lexer.l b/libclamav/yara_lexer.l
index f0e8011fb..2fdc76a7a 100644
--- a/libclamav/yara_lexer.l
+++ b/libclamav/yara_lexer.l
@@ -1,7 +1,7 @@
 /*
  * YARA rule lexer for ClamAV
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Steven Morgan
  *
diff --git a/libclamav/yara_parser.c b/libclamav/yara_parser.c
index 1acf16142..df273e36a 100644
--- a/libclamav/yara_parser.c
+++ b/libclamav/yara_parser.c
@@ -1,7 +1,7 @@
 /*
  * YARA parser for ClamAV: back-end functions
  *
- * Copyright (C) 2014-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2014-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  * Authors: Steven Morgan
  *
diff --git a/libclamav/yc.c b/libclamav/yc.c
index 2d4a7187c..067bedc17 100644
--- a/libclamav/yc.c
+++ b/libclamav/yc.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Ivan Zlatev
diff --git a/libclamav/yc.h b/libclamav/yc.h
index 29a3c03e5..078be3cb8 100644
--- a/libclamav/yc.h
+++ b/libclamav/yc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  *  Authors: Alberto Wu
diff --git a/libclamav_rust/CMakeLists.txt b/libclamav_rust/CMakeLists.txt
index 9237005d5..5a58b6313 100644
--- a/libclamav_rust/CMakeLists.txt
+++ b/libclamav_rust/CMakeLists.txt
@@ -1,7 +1,7 @@
 #
 # libclamav features written in Rust
 #
-# Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
 #

 set(ENVIRONMENT "")
diff --git a/libclamav_rust/cbindgen.toml b/libclamav_rust/cbindgen.toml
index 52d4f4e35..26884819a 100644
--- a/libclamav_rust/cbindgen.toml
+++ b/libclamav_rust/cbindgen.toml
@@ -10,7 +10,7 @@ language = "C"

 after_includes = "typedef struct cli_matcher cli_matcher; typedef struct cli_ctx_tag cli_ctx;"
 autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
-header = "/* Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */"
+header = "/* Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */"
 include_guard = "__CLAMAV_RUST_H"
 includes = ["clamav.h", "matcher-ac.h", "htmlnorm.h"]
 no_includes = false
diff --git a/libclamav_rust/src/alz.rs b/libclamav_rust/src/alz.rs
index 8ae466eff..5dab121bc 100644
--- a/libclamav_rust/src/alz.rs
+++ b/libclamav_rust/src/alz.rs
@@ -1,7 +1,7 @@
 /*
  *  ALZ archive extraction.
  *
- *  Copyright (C) 2024-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2024-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Andy Ragusa
  *
diff --git a/libclamav_rust/src/cdiff.rs b/libclamav_rust/src/cdiff.rs
index 9efdfc0db..98ed4ab9d 100644
--- a/libclamav_rust/src/cdiff.rs
+++ b/libclamav_rust/src/cdiff.rs
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: John Humlick
  *
diff --git a/libclamav_rust/src/css_image_extract.rs b/libclamav_rust/src/css_image_extract.rs
index d480e0e16..10fa9eb45 100644
--- a/libclamav_rust/src/css_image_extract.rs
+++ b/libclamav_rust/src/css_image_extract.rs
@@ -1,7 +1,7 @@
 /*
  *  Extract images from CSS stylesheets.
  *
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/ctx.rs b/libclamav_rust/src/ctx.rs
index 6246f5471..e3853dfa2 100644
--- a/libclamav_rust/src/ctx.rs
+++ b/libclamav_rust/src/ctx.rs
@@ -1,7 +1,7 @@
 /*
  *  Rust equivalent of libclamav's scanners.c module
  *
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/evidence.rs b/libclamav_rust/src/evidence.rs
index 54d813d0f..0d753cd2c 100644
--- a/libclamav_rust/src/evidence.rs
+++ b/libclamav_rust/src/evidence.rs
@@ -1,7 +1,7 @@
 /*
  *  Functions and structures for recording, reporting evidence towards a scan verdict.
  *
- *  Copyright (C) 2022-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2022-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/ffi_util.rs b/libclamav_rust/src/ffi_util.rs
index 173cf77f0..0d889e4be 100644
--- a/libclamav_rust/src/ffi_util.rs
+++ b/libclamav_rust/src/ffi_util.rs
@@ -1,7 +1,7 @@
 /*
  *  Various functions to ease working through FFI
  *
- *  Copyright (C) 2022-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2022-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Scott Hutton
  *
diff --git a/libclamav_rust/src/fmap.rs b/libclamav_rust/src/fmap.rs
index 23512d975..63be76b4d 100644
--- a/libclamav_rust/src/fmap.rs
+++ b/libclamav_rust/src/fmap.rs
@@ -1,7 +1,7 @@
 /*
  *  Rust interface for libclamav FMap module
  *
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/fuzzy_hash.rs b/libclamav_rust/src/fuzzy_hash.rs
index dff79c8da..3fd6d4b9d 100644
--- a/libclamav_rust/src/fuzzy_hash.rs
+++ b/libclamav_rust/src/fuzzy_hash.rs
@@ -1,7 +1,7 @@
 /*
  *  Fuzzy hash implementations, matching, and signature support
  *
- *  Copyright (C) 2022-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2022-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder, Mickey Sola, Scott Hutton
  *
diff --git a/libclamav_rust/src/lib.rs b/libclamav_rust/src/lib.rs
index 46bf40192..7dc04880b 100644
--- a/libclamav_rust/src/lib.rs
+++ b/libclamav_rust/src/lib.rs
@@ -1,7 +1,7 @@
 /*
  *  libclamav features written in Rust
  *
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder, Mickey Sola
  *
diff --git a/libclamav_rust/src/logging.rs b/libclamav_rust/src/logging.rs
index 6303aa7c1..82c4e8ba3 100644
--- a/libclamav_rust/src/logging.rs
+++ b/libclamav_rust/src/logging.rs
@@ -1,7 +1,7 @@
 /*
  *  Rust logging module
  *
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Mickey Sola
  *
diff --git a/libclamav_rust/src/onenote.rs b/libclamav_rust/src/onenote.rs
index bd4c73ef9..29962f62d 100644
--- a/libclamav_rust/src/onenote.rs
+++ b/libclamav_rust/src/onenote.rs
@@ -1,7 +1,7 @@
 /*
  *  Onenote document parser to extract embedded files.
  *
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/scanners.rs b/libclamav_rust/src/scanners.rs
index dc3fbffd7..d47681584 100644
--- a/libclamav_rust/src/scanners.rs
+++ b/libclamav_rust/src/scanners.rs
@@ -1,7 +1,7 @@
 /*
  *  Rust equivalent of libclamav's scanners.c module
  *
- *  Copyright (C) 2023-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2023-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Micah Snyder
  *
diff --git a/libclamav_rust/src/util.rs b/libclamav_rust/src/util.rs
index cdf8b94b3..7183e6bc3 100644
--- a/libclamav_rust/src/util.rs
+++ b/libclamav_rust/src/util.rs
@@ -1,7 +1,7 @@
 /*
  *  Assorted utility functions and macros.
  *
- *  Copyright (C) 2021-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2021-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *
  *  Authors: Scott Hutton
  *
diff --git a/libclamunrar/CMakeLists.txt b/libclamunrar/CMakeLists.txt
index a5828fe9e..40d894d9a 100644
--- a/libclamunrar/CMakeLists.txt
+++ b/libclamunrar/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 add_compile_definitions(RARDLL)
 add_compile_definitions(_FILE_OFFSET_BITS=64)
diff --git a/libclamunrar_iface/CMakeLists.txt b/libclamunrar_iface/CMakeLists.txt
index 8580bae9d..978bc5d67 100644
--- a/libclamunrar_iface/CMakeLists.txt
+++ b/libclamunrar_iface/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2019-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/libclamunrar_iface/unrar_iface.cpp b/libclamunrar_iface/unrar_iface.cpp
index 76ce7d2bd..d5a191218 100644
--- a/libclamunrar_iface/unrar_iface.cpp
+++ b/libclamunrar_iface/unrar_iface.cpp
@@ -1,7 +1,7 @@
 /*
  * Interface to libclamunrar
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Trog, Torok Edvin, Tomasz Kojm, Micah Snyder
diff --git a/libclamunrar_iface/unrar_iface.h b/libclamunrar_iface/unrar_iface.h
index d598bbd53..d7bd25047 100644
--- a/libclamunrar_iface/unrar_iface.h
+++ b/libclamunrar_iface/unrar_iface.h
@@ -1,7 +1,7 @@
 /*
  * Interface to libclamunrar
  *
- * Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ * Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  * Copyright (C) 2007-2013 Sourcefire, Inc.
  *
  * Authors: Trog, Torok Edvin, Tomasz Kojm, Micah Snyder
diff --git a/libfreshclam/CMakeLists.txt b/libfreshclam/CMakeLists.txt
index c60345fdb..5766b539a 100644
--- a/libfreshclam/CMakeLists.txt
+++ b/libfreshclam/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/libfreshclam/dns.c b/libfreshclam/dns.c
index d21bc6bac..eef81b644 100644
--- a/libfreshclam/dns.c
+++ b/libfreshclam/dns.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2004-2007 Tomasz Kojm <tkojm@clamav.net>2004 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/dns.h b/libfreshclam/dns.h
index ddaebab31..17438adfe 100644
--- a/libfreshclam/dns.h
+++ b/libfreshclam/dns.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2004-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/libfreshclam.c b/libfreshclam/libfreshclam.c
index 671fdf81b..51581f299 100644
--- a/libfreshclam/libfreshclam.c
+++ b/libfreshclam/libfreshclam.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/libfreshclam.h b/libfreshclam/libfreshclam.h
index f6bffa8e2..f259c4db9 100644
--- a/libfreshclam/libfreshclam.h
+++ b/libfreshclam/libfreshclam.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/libfreshclam_internal.c b/libfreshclam/libfreshclam_internal.c
index 04063fc0b..65e3353a9 100644
--- a/libfreshclam/libfreshclam_internal.c
+++ b/libfreshclam/libfreshclam_internal.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/libfreshclam_internal.h b/libfreshclam/libfreshclam_internal.h
index a92268052..861809b9a 100644
--- a/libfreshclam/libfreshclam_internal.h
+++ b/libfreshclam/libfreshclam_internal.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
diff --git a/libfreshclam/libfreshclam_main.c b/libfreshclam/libfreshclam_main.c
index ced84b630..0c3d3bcff 100644
--- a/libfreshclam/libfreshclam_main.c
+++ b/libfreshclam/libfreshclam_main.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/sigtool/CMakeLists.txt b/sigtool/CMakeLists.txt
index 7ff2019be..676e2697a 100644
--- a/sigtool/CMakeLists.txt
+++ b/sigtool/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index b1c7cb1b4..4296a28b8 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
  *  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
  *
@@ -4038,7 +4038,7 @@ static void help(void)
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "                      Clam AntiVirus: Signature Tool %s\n", get_version());
     mprintf(LOGG_INFO, "           By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
-    mprintf(LOGG_INFO, "           (C) 2025 Cisco Systems, Inc.\n");
+    mprintf(LOGG_INFO, "           (C) 2026 Cisco Systems, Inc.\n");
     mprintf(LOGG_INFO, "\n");
     mprintf(LOGG_INFO, "    sigtool [options]\n");
     mprintf(LOGG_INFO, "\n");
diff --git a/unit_tests/CMakeLists.txt b/unit_tests/CMakeLists.txt
index ed7437546..00503777c 100644
--- a/unit_tests/CMakeLists.txt
+++ b/unit_tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 #
 # Decrypt test files
diff --git a/unit_tests/check_bytecode.c b/unit_tests/check_bytecode.c
index c93170bc3..5efd8cacf 100644
--- a/unit_tests/check_bytecode.c
+++ b/unit_tests/check_bytecode.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for bytecode functions.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_clamd.c b/unit_tests/check_clamd.c
index 5b9ddaee9..de23b76e7 100644
--- a/unit_tests/check_clamd.c
+++ b/unit_tests/check_clamd.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for clamd.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_disasm.c b/unit_tests/check_disasm.c
index aba5ec9dd..6ec7b2918 100644
--- a/unit_tests/check_disasm.c
+++ b/unit_tests/check_disasm.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for JS normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/unit_tests/check_fpu_endian.c b/unit_tests/check_fpu_endian.c
index c48bffcb3..36aa937c6 100644
--- a/unit_tests/check_fpu_endian.c
+++ b/unit_tests/check_fpu_endian.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2013 Sourcefire, Inc.
  *
  *  Authors: Steven Morgan <smorgan@sourcefire.com>
diff --git a/unit_tests/check_htmlnorm.c b/unit_tests/check_htmlnorm.c
index 13d2132bd..9ff588e77 100644
--- a/unit_tests/check_htmlnorm.c
+++ b/unit_tests/check_htmlnorm.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for HTML normalizer;
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_jsnorm.c b/unit_tests/check_jsnorm.c
index afb8f9d2e..dacbdd328 100644
--- a/unit_tests/check_jsnorm.c
+++ b/unit_tests/check_jsnorm.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for JS normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_matchers.c b/unit_tests/check_matchers.c
index 184cca3a0..eabf4b8ba 100644
--- a/unit_tests/check_matchers.c
+++ b/unit_tests/check_matchers.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Tomasz Kojm
diff --git a/unit_tests/check_regex.c b/unit_tests/check_regex.c
index 04ff1154d..06854fdf3 100644
--- a/unit_tests/check_regex.c
+++ b/unit_tests/check_regex.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for regular expression processing.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_str.c b/unit_tests/check_str.c
index 69c5f8976..b6ff2a8b9 100644
--- a/unit_tests/check_str.c
+++ b/unit_tests/check_str.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for string functions.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: Török Edvin
diff --git a/unit_tests/check_uniq.c b/unit_tests/check_uniq.c
index 20ba1b547..f2235a6ff 100644
--- a/unit_tests/check_uniq.c
+++ b/unit_tests/check_uniq.c
@@ -1,7 +1,7 @@
 /*
  *  Unit tests for JS normalizer.
  *
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2008-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/unit_tests/clamd_test.py b/unit_tests/clamd_test.py
index 3c6f57963..99d842397 100644
--- a/unit_tests/clamd_test.py
+++ b/unit_tests/clamd_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamd (and clamdscan) tests.
diff --git a/unit_tests/clamscan/_basic_test.py b/unit_tests/clamscan/_basic_test.py
index 64dabcf87..38a80745b 100644
--- a/unit_tests/clamscan/_basic_test.py
+++ b/unit_tests/clamscan/_basic_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/allmatch_test.py b/unit_tests/clamscan/allmatch_test.py
index af637d071..4be7bb6c4 100644
--- a/unit_tests/clamscan/allmatch_test.py
+++ b/unit_tests/clamscan/allmatch_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/alz_test.py b/unit_tests/clamscan/alz_test.py
index dc8b53e49..da3e7312e 100644
--- a/unit_tests/clamscan/alz_test.py
+++ b/unit_tests/clamscan/alz_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/assorted_test.py b/unit_tests/clamscan/assorted_test.py
index d1edafd1d..ff55fa21b 100644
--- a/unit_tests/clamscan/assorted_test.py
+++ b/unit_tests/clamscan/assorted_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/bytecode_test.py b/unit_tests/clamscan/bytecode_test.py
index 2523a735a..b06984573 100644
--- a/unit_tests/clamscan/bytecode_test.py
+++ b/unit_tests/clamscan/bytecode_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/container_sigs_test.py b/unit_tests/clamscan/container_sigs_test.py
index c8941529d..851b8a0d4 100644
--- a/unit_tests/clamscan/container_sigs_test.py
+++ b/unit_tests/clamscan/container_sigs_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/embedded_files_test.py b/unit_tests/clamscan/embedded_files_test.py
index 28f77be69..38e1672ce 100644
--- a/unit_tests/clamscan/embedded_files_test.py
+++ b/unit_tests/clamscan/embedded_files_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/fp_check_test.py b/unit_tests/clamscan/fp_check_test.py
index 54990efc4..c65266d24 100644
--- a/unit_tests/clamscan/fp_check_test.py
+++ b/unit_tests/clamscan/fp_check_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run {valgrind} {valgrind_args} {clamscan} --fips-limits tests.
diff --git a/unit_tests/clamscan/fuzzy_img_hash_test.py b/unit_tests/clamscan/fuzzy_img_hash_test.py
index 72a4cd974..aeb961a7a 100644
--- a/unit_tests/clamscan/fuzzy_img_hash_test.py
+++ b/unit_tests/clamscan/fuzzy_img_hash_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/hash_and_file_type_test.py b/unit_tests/clamscan/hash_and_file_type_test.py
index 26979b87f..cf2711c86 100644
--- a/unit_tests/clamscan/hash_and_file_type_test.py
+++ b/unit_tests/clamscan/hash_and_file_type_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/heuristics_test.py b/unit_tests/clamscan/heuristics_test.py
index 5987a2613..2ed12e40d 100644
--- a/unit_tests/clamscan/heuristics_test.py
+++ b/unit_tests/clamscan/heuristics_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/image_extraction_test.py b/unit_tests/clamscan/image_extraction_test.py
index fcb3d41a8..a7d12aa38 100644
--- a/unit_tests/clamscan/image_extraction_test.py
+++ b/unit_tests/clamscan/image_extraction_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/lzh_lha_archive_test.py b/unit_tests/clamscan/lzh_lha_archive_test.py
index 59ee2f629..8f317f18c 100644
--- a/unit_tests/clamscan/lzh_lha_archive_test.py
+++ b/unit_tests/clamscan/lzh_lha_archive_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/match_offsets_test.py b/unit_tests/clamscan/match_offsets_test.py
index 7ce90bc6e..8de6cb58d 100644
--- a/unit_tests/clamscan/match_offsets_test.py
+++ b/unit_tests/clamscan/match_offsets_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/ole2_encryption_test.py b/unit_tests/clamscan/ole2_encryption_test.py
index 7bfad35f5..913b89f71 100644
--- a/unit_tests/clamscan/ole2_encryption_test.py
+++ b/unit_tests/clamscan/ole2_encryption_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/phishing_test.py b/unit_tests/clamscan/phishing_test.py
index 15cba570b..2052d9705 100644
--- a/unit_tests/clamscan/phishing_test.py
+++ b/unit_tests/clamscan/phishing_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/regex_test.py b/unit_tests/clamscan/regex_test.py
index e861ba819..afd01ad99 100644
--- a/unit_tests/clamscan/regex_test.py
+++ b/unit_tests/clamscan/regex_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/save_html_uris_test.py b/unit_tests/clamscan/save_html_uris_test.py
index 6ffeddd09..3e179a117 100644
--- a/unit_tests/clamscan/save_html_uris_test.py
+++ b/unit_tests/clamscan/save_html_uris_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/clamscan/save_pdf_uris_test.py b/unit_tests/clamscan/save_pdf_uris_test.py
index df6466fe2..9792b7e28 100644
--- a/unit_tests/clamscan/save_pdf_uris_test.py
+++ b/unit_tests/clamscan/save_pdf_uris_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run clamscan tests.
diff --git a/unit_tests/examples/ex_cl_cvdunpack_test.py b/unit_tests/examples/ex_cl_cvdunpack_test.py
index cd6b2c4d1..0e353eea3 100644
--- a/unit_tests/examples/ex_cl_cvdunpack_test.py
+++ b/unit_tests/examples/ex_cl_cvdunpack_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run sigtool tests.
diff --git a/unit_tests/examples/ex_scan_callbacks_test.py b/unit_tests/examples/ex_scan_callbacks_test.py
index 875d4dc2b..3b60a6f88 100644
--- a/unit_tests/examples/ex_scan_callbacks_test.py
+++ b/unit_tests/examples/ex_scan_callbacks_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run ex_scan_callbacks tests.
diff --git a/unit_tests/freshclam_test.py b/unit_tests/freshclam_test.py
index d509fdc97..1352308c4 100644
--- a/unit_tests/freshclam_test.py
+++ b/unit_tests/freshclam_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run freshclam tests
diff --git a/unit_tests/input/CMakeLists.txt b/unit_tests/input/CMakeLists.txt
index 1aaae3abe..cd0ef1296 100644
--- a/unit_tests/input/CMakeLists.txt
+++ b/unit_tests/input/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 #
 # Assemble xor'ed test files that might otherwise be detected by:
diff --git a/unit_tests/input/pe_allmatch/test-exe-src/build.py b/unit_tests/input/pe_allmatch/test-exe-src/build.py
index 7b5585178..3568b9d57 100755
--- a/unit_tests/input/pe_allmatch/test-exe-src/build.py
+++ b/unit_tests/input/pe_allmatch/test-exe-src/build.py
@@ -1,6 +1,6 @@
 #!/bin/env python3

-# Copyright (C) 2022-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2022-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
 #
 # Authors: Andrew Williams
 #
diff --git a/unit_tests/libclamav_test.py b/unit_tests/libclamav_test.py
index 80579248a..d417e131a 100644
--- a/unit_tests/libclamav_test.py
+++ b/unit_tests/libclamav_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run libclamav unit tests
diff --git a/unit_tests/sigtool_test.py b/unit_tests/sigtool_test.py
index c0eb78454..fb6809e51 100644
--- a/unit_tests/sigtool_test.py
+++ b/unit_tests/sigtool_test.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Run sigtool tests.
diff --git a/unit_tests/testcase.py b/unit_tests/testcase.py
index e16745061..f2f7bd57d 100644
--- a/unit_tests/testcase.py
+++ b/unit_tests/testcase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2017-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 """
 Wrapper for unittest to provide ClamAV specific test environment features.
diff --git a/win32/compat/CMakeLists.txt b/win32/compat/CMakeLists.txt
index 4c295439c..9a61f9f6e 100644
--- a/win32/compat/CMakeLists.txt
+++ b/win32/compat/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+# Copyright (C) 2020-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.

 if(WIN32)
     add_definitions(-DWIN32_LEAN_AND_MEAN)
diff --git a/win32/compat/dirent.c b/win32/compat/dirent.c
index 1ae0cf048..7a5b0ded5 100644
--- a/win32/compat/dirent.c
+++ b/win32/compat/dirent.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/dirent.h b/win32/compat/dirent.h
index 49fb35e1e..d88f701bc 100644
--- a/win32/compat/dirent.h
+++ b/win32/compat/dirent.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/gettimeofday.c b/win32/compat/gettimeofday.c
index 48119935a..1ea5300c3 100644
--- a/win32/compat/gettimeofday.c
+++ b/win32/compat/gettimeofday.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/gettimeofday.h b/win32/compat/gettimeofday.h
index d58c4331c..8c10742ba 100644
--- a/win32/compat/gettimeofday.h
+++ b/win32/compat/gettimeofday.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/glob.c b/win32/compat/glob.c
index 91c51de8d..1c52b9753 100644
--- a/win32/compat/glob.c
+++ b/win32/compat/glob.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/libgen.c b/win32/compat/libgen.c
index 1e58f886f..ba8c50af4 100644
--- a/win32/compat/libgen.c
+++ b/win32/compat/libgen.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/libgen.h b/win32/compat/libgen.h
index ed5e443f0..85a3ec991 100644
--- a/win32/compat/libgen.h
+++ b/win32/compat/libgen.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/net.c b/win32/compat/net.c
index 49c34fded..38b023f00 100644
--- a/win32/compat/net.c
+++ b/win32/compat/net.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/net.h b/win32/compat/net.h
index 787dfb2d2..58072d544 100644
--- a/win32/compat/net.h
+++ b/win32/compat/net.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/random.c b/win32/compat/random.c
index db9427af2..9c93984c8 100644
--- a/win32/compat/random.c
+++ b/win32/compat/random.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/random.h b/win32/compat/random.h
index 46ed13a48..051cafc8e 100644
--- a/win32/compat/random.h
+++ b/win32/compat/random.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2010-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/resolv.c b/win32/compat/resolv.c
index 8b7b6d750..bbd26e5d6 100644
--- a/win32/compat/resolv.c
+++ b/win32/compat/resolv.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/resolv.h b/win32/compat/resolv.h
index 66d08522b..292a0fb10 100644
--- a/win32/compat/resolv.h
+++ b/win32/compat/resolv.h
@@ -1,125 +1,125 @@
-/*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
- *  Copyright (C) 2009-2013 Sourcefire, Inc.
- *
- *  Authors: aCaB <acab@clamav.net>
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- *  MA 02110-1301, USA.
- */
-
-#ifndef __RESOLV_H
-#define __RESOLV_H
-
-#if HAVE_CONFIG_H
-#include "clamav-config.h"
-#endif
-
-#include <Windns.h>
-#include "clamav-types.h"
-
-#define C_IN 1
-
-#define T_A DNS_TYPE_A
-#define T_NS DNS_TYPE_NS
-#define T_MD DNS_TYPE_MD
-#define T_MF DNS_TYPE_MF
-#define T_CNAME DNS_TYPE_CNAME
-#define T_SOA DNS_TYPE_SOA 0
-#define T_MB DNS_TYPE_MB
-#define T_MG DNS_TYPE_MG
-#define T_MR DNS_TYPE_MR
-#define T_NULL DNS_TYPE_NULL
-#define T_WKS DNS_TYPE_WKS
-#define T_PTR DNS_TYPE_PTR
-#define T_HINFO DNS_TYPE_HINFO
-#define T_MINFO DNS_TYPE_MINFO
-#define T_MX DNS_TYPE_MX
-#define T_TXT DNS_TYPE_TEXT
-#define T_RP DNS_TYPE_RP
-#define T_AFSDB DNS_TYPE_AFSDB
-#define T_X25 DNS_TYPE_X25
-#define T_ISDN DNS_TYPE_ISDN
-#define T_RT DNS_TYPE_RT
-#define T_NSAP DNS_TYPE_NSAP
-#define T_NSAP_PTR DNS_TYPE_NSAPPTR
-#define T_SIG DNS_TYPE_SIG
-#define T_KEY DNS_TYPE_KEY
-#define T_PX DNS_TYPE_PX
-#define T_GPOS DNS_TYPE_GPOS
-#define T_AAAA DNS_TYPE_AAAA
-#define T_LOC DNS_TYPE_LOC
-#define T_NXT DNS_TYPE_NXT
-#define T_EID DNS_TYPE_EID
-#define T_NIMLOC DNS_TYPE_NIMLOC
-#define T_SRV DNS_TYPE_SRV
-#define T_ATMA DNS_TYPE_ATMA
-#define T_NAPTR DNS_TYPE_NAPTR
-#define T_KX DNS_TYPE_KX
-#define T_CERT DNS_TYPE_CERT
-#define T_A6 DNS_TYPE_A6
-#define T_DNAME DNS_TYPE_DNAME
-#define T_SINK DNS_TYPE_SINK
-#define T_OPT DNS_TYPE_OPT
-#define T_DS DNS_TYPE_DS
-#define T_RRSIG DNS_TYPE_RRSIG
-#define T_NSEC DNS_TYPE_NSEC
-#define T_DNSKEY DNS_TYPE_DNSKEY
-#define T_DHCID DNS_TYPE_DHCID
-#define T_UINFO DNS_TYPE_UINFO
-#define T_UID DNS_TYPE_UID
-#define T_GID DNS_TYPE_GID
-#define T_UNSPEC DNS_TYPE_UNSPEC
-#define T_ADDRS DNS_TYPE_ADDRS
-#define T_TKEY DNS_TYPE_TKEY
-#define T_TSIG DNS_TYPE_TSIG
-#define T_IXFR DNS_TYPE_IXFR
-#define T_AXFR DNS_TYPE_AXFR
-#define T_MAILB DNS_TYPE_MAILB
-#define T_MAILA DNS_TYPE_MAILA
-#define T_ALL DNS_TYPE_ALL
-#define T_ANY DNS_TYPE_ANY
-#define T_WINS DNS_TYPE_WINS
-#define T_WINSR DNS_TYPE_WINSR
-#define T_NBSTAT DNS_TYPE_NBSTAT
-
-#ifndef DNS_QUERY_NO_HOSTS_FILE
-#define DNS_QUERY_NO_HOSTS_FILE 0
-#endif
-
-typedef struct {
-    unsigned short id; /* fake stuff */
-} HEADER;
-
-#define INT16SZ 2
-
-#define GETSHORT(var, ptr)                          \
-    do {                                            \
-        var = ((uint16_t)(*(uint8_t *)ptr++)) << 8; \
-        var |= *(uint8_t *)ptr++;                   \
-    } while (0)
-
-#define GETLONG(var, ptr)                            \
-    do {                                             \
-        var = ((uint32_t)(*(uint8_t *)ptr++)) << 24; \
-        var = ((uint32_t)(*(uint8_t *)ptr++)) << 16; \
-        var = ((uint32_t)(*(uint8_t *)ptr++)) << 8;  \
-        var |= *(uint8_t *)ptr++;                    \
-    } while (0)
-
-int res_init(void);
-int res_query(const char *dname, int class, int type, unsigned char *answer, int anslen);
-int dn_expand(unsigned char *msg, unsigned char *eomorig, unsigned char *comp_dn, char *exp_dn, int length);
-
-#endif
+/*
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2009-2013 Sourcefire, Inc.
+ *
+ *  Authors: aCaB <acab@clamav.net>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2 as
+ *  published by the Free Software Foundation.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301, USA.
+ */
+
+#ifndef __RESOLV_H
+#define __RESOLV_H
+
+#if HAVE_CONFIG_H
+#include "clamav-config.h"
+#endif
+
+#include <Windns.h>
+#include "clamav-types.h"
+
+#define C_IN 1
+
+#define T_A DNS_TYPE_A
+#define T_NS DNS_TYPE_NS
+#define T_MD DNS_TYPE_MD
+#define T_MF DNS_TYPE_MF
+#define T_CNAME DNS_TYPE_CNAME
+#define T_SOA DNS_TYPE_SOA 0
+#define T_MB DNS_TYPE_MB
+#define T_MG DNS_TYPE_MG
+#define T_MR DNS_TYPE_MR
+#define T_NULL DNS_TYPE_NULL
+#define T_WKS DNS_TYPE_WKS
+#define T_PTR DNS_TYPE_PTR
+#define T_HINFO DNS_TYPE_HINFO
+#define T_MINFO DNS_TYPE_MINFO
+#define T_MX DNS_TYPE_MX
+#define T_TXT DNS_TYPE_TEXT
+#define T_RP DNS_TYPE_RP
+#define T_AFSDB DNS_TYPE_AFSDB
+#define T_X25 DNS_TYPE_X25
+#define T_ISDN DNS_TYPE_ISDN
+#define T_RT DNS_TYPE_RT
+#define T_NSAP DNS_TYPE_NSAP
+#define T_NSAP_PTR DNS_TYPE_NSAPPTR
+#define T_SIG DNS_TYPE_SIG
+#define T_KEY DNS_TYPE_KEY
+#define T_PX DNS_TYPE_PX
+#define T_GPOS DNS_TYPE_GPOS
+#define T_AAAA DNS_TYPE_AAAA
+#define T_LOC DNS_TYPE_LOC
+#define T_NXT DNS_TYPE_NXT
+#define T_EID DNS_TYPE_EID
+#define T_NIMLOC DNS_TYPE_NIMLOC
+#define T_SRV DNS_TYPE_SRV
+#define T_ATMA DNS_TYPE_ATMA
+#define T_NAPTR DNS_TYPE_NAPTR
+#define T_KX DNS_TYPE_KX
+#define T_CERT DNS_TYPE_CERT
+#define T_A6 DNS_TYPE_A6
+#define T_DNAME DNS_TYPE_DNAME
+#define T_SINK DNS_TYPE_SINK
+#define T_OPT DNS_TYPE_OPT
+#define T_DS DNS_TYPE_DS
+#define T_RRSIG DNS_TYPE_RRSIG
+#define T_NSEC DNS_TYPE_NSEC
+#define T_DNSKEY DNS_TYPE_DNSKEY
+#define T_DHCID DNS_TYPE_DHCID
+#define T_UINFO DNS_TYPE_UINFO
+#define T_UID DNS_TYPE_UID
+#define T_GID DNS_TYPE_GID
+#define T_UNSPEC DNS_TYPE_UNSPEC
+#define T_ADDRS DNS_TYPE_ADDRS
+#define T_TKEY DNS_TYPE_TKEY
+#define T_TSIG DNS_TYPE_TSIG
+#define T_IXFR DNS_TYPE_IXFR
+#define T_AXFR DNS_TYPE_AXFR
+#define T_MAILB DNS_TYPE_MAILB
+#define T_MAILA DNS_TYPE_MAILA
+#define T_ALL DNS_TYPE_ALL
+#define T_ANY DNS_TYPE_ANY
+#define T_WINS DNS_TYPE_WINS
+#define T_WINSR DNS_TYPE_WINSR
+#define T_NBSTAT DNS_TYPE_NBSTAT
+
+#ifndef DNS_QUERY_NO_HOSTS_FILE
+#define DNS_QUERY_NO_HOSTS_FILE 0
+#endif
+
+typedef struct {
+    unsigned short id; /* fake stuff */
+} HEADER;
+
+#define INT16SZ 2
+
+#define GETSHORT(var, ptr)                          \
+    do {                                            \
+        var = ((uint16_t)(*(uint8_t *)ptr++)) << 8; \
+        var |= *(uint8_t *)ptr++;                   \
+    } while (0)
+
+#define GETLONG(var, ptr)                            \
+    do {                                             \
+        var = ((uint32_t)(*(uint8_t *)ptr++)) << 24; \
+        var = ((uint32_t)(*(uint8_t *)ptr++)) << 16; \
+        var = ((uint32_t)(*(uint8_t *)ptr++)) << 8;  \
+        var |= *(uint8_t *)ptr++;                    \
+    } while (0)
+
+int res_init(void);
+int res_query(const char *dname, int class, int type, unsigned char *answer, int anslen);
+int dn_expand(unsigned char *msg, unsigned char *eomorig, unsigned char *comp_dn, char *exp_dn, int length);
+
+#endif
diff --git a/win32/compat/snprintf.c b/win32/compat/snprintf.c
index d7bd70c22..cfbe866d1 100644
--- a/win32/compat/snprintf.c
+++ b/win32/compat/snprintf.c
@@ -1,47 +1,47 @@
-/*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
- *  Copyright (C) 2009-2013 Sourcefire, Inc.
- *
- *  Authors: aCaB <acab@clamav.net>
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- *  MA 02110-1301, USA.
- */
-
-#if HAVE_CONFIG_H
-#include "clamav-config.h"
-#endif
-
-#include <stdio.h>
-#include <stdarg.h>
-#include <errno.h>
-#include "snprintf.h"
-
-#ifndef HAVE_SNPRINTF
-
-int snprintf(char *str, size_t size, const char *format, ...)
-{
-    va_list va;
-    int len;
-
-    va_start(va, format);
-    errno = 0;
-    len   = vsnprintf(str, size, format, va);
-    if (len == -1 && errno == ERANGE)
-        len = size;
-    va_end(va);
-    return len;
-}
-
-#endif
+/*
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2009-2013 Sourcefire, Inc.
+ *
+ *  Authors: aCaB <acab@clamav.net>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2 as
+ *  published by the Free Software Foundation.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301, USA.
+ */
+
+#if HAVE_CONFIG_H
+#include "clamav-config.h"
+#endif
+
+#include <stdio.h>
+#include <stdarg.h>
+#include <errno.h>
+#include "snprintf.h"
+
+#ifndef HAVE_SNPRINTF
+
+int snprintf(char *str, size_t size, const char *format, ...)
+{
+    va_list va;
+    int len;
+
+    va_start(va, format);
+    errno = 0;
+    len   = vsnprintf(str, size, format, va);
+    if (len == -1 && errno == ERANGE)
+        len = size;
+    va_end(va);
+    return len;
+}
+
+#endif
diff --git a/win32/compat/snprintf.h b/win32/compat/snprintf.h
index c410b05b1..f0e7e113c 100644
--- a/win32/compat/snprintf.h
+++ b/win32/compat/snprintf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/utf8_util.c b/win32/compat/utf8_util.c
index 173f79771..d169e6075 100644
--- a/win32/compat/utf8_util.c
+++ b/win32/compat/utf8_util.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/utf8_util.h b/win32/compat/utf8_util.h
index b5767ce33..fc296ce83 100644
--- a/win32/compat/utf8_util.h
+++ b/win32/compat/utf8_util.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2011-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/w32_errno.c b/win32/compat/w32_errno.c
index 26ad972fb..637861fa7 100644
--- a/win32/compat/w32_errno.c
+++ b/win32/compat/w32_errno.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/w32_errno.h b/win32/compat/w32_errno.h
index 983cb4669..5d4aa66d9 100644
--- a/win32/compat/w32_errno.h
+++ b/win32/compat/w32_errno.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/w32_stat.c b/win32/compat/w32_stat.c
index 7e0e4f89a..14a224c5b 100644
--- a/win32/compat/w32_stat.c
+++ b/win32/compat/w32_stat.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/compat/w32_stat.h b/win32/compat/w32_stat.h
index e5fff115c..2732bde76 100644
--- a/win32/compat/w32_stat.h
+++ b/win32/compat/w32_stat.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
+ *  Copyright (C) 2013-2026 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2009-2013 Sourcefire, Inc.
  *
  *  Authors: aCaB <acab@clamav.net>
diff --git a/win32/res/common.rc.in b/win32/res/common.rc.in
index 652ac9307..47d1f3da6 100644
--- a/win32/res/common.rc.in
+++ b/win32/res/common.rc.in
@@ -1,48 +1,48 @@
-#include <winver.h>
-#include "../libclamav/version.h"
-#ifndef REPO_VERSION
-#define __PLATFORM_H
-#include "clamav-config.h"
-#define REPO_VERSION VERSION
-#endif
-
-#define RES_VER_Q @PROJECT_VERSION_MAJOR@, @PROJECT_VERSION_MINOR@, @PROJECT_VERSION_PATCH@, 0
-#define RES_VER_S "ClamAV @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@-devel"
-
-VS_VERSION_INFO VERSIONINFO
-    FILEVERSION RES_VER_Q
-    PRODUCTVERSION RES_VER_Q
-    FILEFLAGSMASK VS_FF_DEBUG|VS_FF_PRERELEASE
-#ifdef _DEBUG
-    FILEFLAGS VS_FF_DEBUG|VS_FF_PRERELEASE
-#else
-    FILEFLAGS VS_FF_PRERELEASE
-#endif
-    FILEOS VOS_NT_WINDOWS32
-#ifdef THIS_IS_LIBCLAMAV
-    FILETYPE VFT_DLL
-#else
-    FILETYPE VFT_APP
-#endif
-
-    FILESUBTYPE 0
-BEGIN
-
-    BLOCK "StringFileInfo" {
-        BLOCK "040904B0" {
-            VALUE "CompanyName", "Cisco Systems, Inc."
-            VALUE "FileDescription", RES_FDESC
-            VALUE "FileVersion", REPO_VERSION
-            VALUE "InternalName", RES_NAME
-            VALUE "OriginalFilename", RES_FNAME
-            VALUE "ProductName", "ClamAV"
-            VALUE "ProductVersion", RES_VER_S " ("  REPO_VERSION ")"
-            VALUE "LegalCopyright", "(C) 2025 Cisco Systems, Inc."
-            VALUE "LegalTrademarks", "License: GNU GPL, Version 2"
-            VALUE "Comments", REPO_VERSION
-        }
-    }
-    BLOCK "VarFileInfo" {
-	    VALUE "Translation", 0x409, 0x4b0
-    }
-END
+#include <winver.h>
+#include "../libclamav/version.h"
+#ifndef REPO_VERSION
+#define __PLATFORM_H
+#include "clamav-config.h"
+#define REPO_VERSION VERSION
+#endif
+
+#define RES_VER_Q @PROJECT_VERSION_MAJOR@, @PROJECT_VERSION_MINOR@, @PROJECT_VERSION_PATCH@, 0
+#define RES_VER_S "ClamAV @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@-devel"
+
+VS_VERSION_INFO VERSIONINFO
+    FILEVERSION RES_VER_Q
+    PRODUCTVERSION RES_VER_Q
+    FILEFLAGSMASK VS_FF_DEBUG|VS_FF_PRERELEASE
+#ifdef _DEBUG
+    FILEFLAGS VS_FF_DEBUG|VS_FF_PRERELEASE
+#else
+    FILEFLAGS VS_FF_PRERELEASE
+#endif
+    FILEOS VOS_NT_WINDOWS32
+#ifdef THIS_IS_LIBCLAMAV
+    FILETYPE VFT_DLL
+#else
+    FILETYPE VFT_APP
+#endif
+
+    FILESUBTYPE 0
+BEGIN
+
+    BLOCK "StringFileInfo" {
+        BLOCK "040904B0" {
+            VALUE "CompanyName", "Cisco Systems, Inc."
+            VALUE "FileDescription", RES_FDESC
+            VALUE "FileVersion", REPO_VERSION
+            VALUE "InternalName", RES_NAME
+            VALUE "OriginalFilename", RES_FNAME
+            VALUE "ProductName", "ClamAV"
+            VALUE "ProductVersion", RES_VER_S " ("  REPO_VERSION ")"
+            VALUE "LegalCopyright", "(C) 2026 Cisco Systems, Inc."
+            VALUE "LegalTrademarks", "License: GNU GPL, Version 2"
+            VALUE "Comments", REPO_VERSION
+        }
+    }
+    BLOCK "VarFileInfo" {
+	    VALUE "Translation", 0x409, 0x4b0
+    }
+END