mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Bump copyright for 2022
Includes minor format corrections.
This commit is contained in:
parent
cca5f489b0
commit
140c88aa4e
425 changed files with 461 additions and 462 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* ClamAV bytecode handler tool.
|
||||
*
|
||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||
*
|
||||
* Authors: Török Edvin
|
||||
|
@ -52,7 +52,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) 2021 Cisco Systems, Inc.\n");
|
||||
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||
printf("\n");
|
||||
printf(" clambc <file> [function] [param1 ...]\n");
|
||||
printf("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue