Bump copyright dates for 2024

This commit is contained in:
Micah Snyder 2024-01-12 17:03:59 -05:00 committed by Micah Snyder
parent 1b17e20571
commit 9cb28e51e6
455 changed files with 504 additions and 493 deletions

View file

@ -1,5 +1,5 @@
# Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
cmake_minimum_required( VERSION 3.16 ) # For file(GET_RUNTIME_DEPENDENCIES)

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# The clamav-milter executable.
add_executable( clamav-milter )

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" %s [-c <config-file>]\n\n", argv[0]);
printf("\n");

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Micah Snyder

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Micah Snyder
*

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,7 +1,7 @@
/*
* ClamAV bytecode handler tool.
*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" clambc <file> [function] [param1 ...]\n");
printf("\n");

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" --help -h Show this help\n");
printf(" --version -V Show version\n");

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" clamd [options]\n");
printf("\n");

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Trog, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Trog, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Trog, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Trog, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Trog, Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, Török Edvin

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB
@ -225,7 +225,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) 2023 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, " (C) 2024 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, "\n");
mprintf(LOGG_INFO, " clamdscan [options] [file/directory/-]\n");
mprintf(LOGG_INFO, "\n");

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,7 +1,7 @@
/*
* ClamdTOP
*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Authors: Török Edvin
@ -1348,7 +1348,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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" clamdtop [-hVc] [host[:port] /path/to/clamd.sock ...]\n");
printf("\n");

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# The clamonacc executable.
add_executable( clamonacc )

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 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) 2023 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, " (C) 2024 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, "\n");
mprintf(LOGG_INFO, " clamonacc [options] [file/directory/-]\n");
mprintf(LOGG_INFO, "\n");

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB, Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Author: aCaB, Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Author: aCaB, Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB, Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009 Sourcefire, Inc.
*
* Authors: Tomasz Kojm, aCaB, Mickey Sola

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Author: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Author: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2019-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2015-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Mickey Sola
*

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm
@ -232,7 +232,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) 2023 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, " (C) 2024 Cisco Systems, Inc.\n");
mprintf(LOGG_INFO, "\n");
mprintf(LOGG_INFO, " clamscan [options] [file/directory/-]\n");
mprintf(LOGG_INFO, "\n");

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,7 +1,7 @@
/*
* ClamAV Malware and False Positive Reporting Tool
*
* Copyright (C) 2014-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2014-2024 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) 2023 Cisco Systems, Inc.\n");
printf(" (C) 2024 Cisco Systems, Inc.\n");
printf("\n");
printf(" %s -hHinpVvd?\n", name);
printf("\n");

View file

@ -1,7 +1,7 @@
# Find the Rust toolchain and add the `add_rust_library()` API to build Rust
# libraries.
#
# Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2021-2024 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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
# Copyright (C) 2020-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
if(WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Author: aCaB, Micah Snyder

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: aCaB

View file

@ -1,7 +1,7 @@
/*
* OpenSSL certificate caching.
*
* Copyright (C) 2016-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2016-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Russ Kubik
*

View file

@ -1,15 +1,26 @@
/**
* OpenSSL certificate store
/*
* OpenSSL certificate caching.
*
* @file cert_util.h
* Copyright (C) 2016-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* @author Russ Kubik
* @date 2016-05-11
* @copyright Copyright (c) 2016 Cisco Systems, Inc.
* Authors: Russ Kubik
*
* @section DESCRIPTION
* OpenSSL certificate store
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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 _CERT_UTIL_H
#define _CERT_UTIL_H

View file

@ -1,7 +1,7 @@
/*
* Internal certificate utility methods and data structures.
*
* Copyright (C) 2016-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2016-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Russ Kubik
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Author: aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Author: aCaB

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2006-2008 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Authors: Török Edvin

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2014-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Author: Shawn Webb
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2014-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Author: Shawn Webb
*

View file

@ -1,7 +1,7 @@
/*
* OpenSSL certificate verification for Linux.
*
* Copyright (C) 2016-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2016-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Russ Kubik
*

View file

@ -1,7 +1,7 @@
/*
* OpenSSL certificate verification for macOS.
*
* Copyright (C) 2016-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2016-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*
* Authors: Russ Kubik
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: Tomasz Kojm <tkojm@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2013 Sourcefire, Inc.
*
* Author: Tomasz Kojm <tkojm@clamav.net>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Authors: Tomasz Kojm

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
*
* Authors: Gianluigi Tiesi

View file

@ -1,7 +1,7 @@
/*
* A minimalistic tar archiver for sigtool and freshclam.
*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Author: Tomasz Kojm <tkojm@clamav.net>

View file

@ -1,7 +1,7 @@
/*
* A minimalistic tar archiver for sigtool and freshclam.
*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2007-2013 Sourcefire, Inc.
*
* Author: Tomasz Kojm <tkojm@clamav.net>

Some files were not shown because too many files have changed in this diff Show more