From 14e2247bd2d7b6d87f4b3ebcabfa476bb921348d Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Wed, 9 Aug 2017 14:28:47 -0400 Subject: [PATCH] updating the copyright for a number of tiles. --- clamav-milter/clamav-milter.c | 2 +- clamav-milter/clamfi.c | 2 +- clamav-milter/clamfi.h | 2 +- clamav-milter/connpool.c | 2 +- clamav-milter/connpool.h | 2 +- clamav-milter/netcode.c | 2 +- clamav-milter/netcode.h | 2 +- clamav-milter/whitelist.c | 2 +- clamav-milter/whitelist.h | 2 +- libclamav/bytecode_vm.c | 2 +- libclamav/cvd.h | 2 +- libclamav/matcher-ac.c | 2 +- libclamav/mbox.c | 2 +- libclamav/mpool.c | 2 +- libclamav/mpool.h | 2 +- libclamav/others.h | 2 +- libclamav/readdb.c | 3 ++- libclamav/scanners.c | 2 +- 18 files changed, 19 insertions(+), 18 deletions(-) diff --git a/clamav-milter/clamav-milter.c b/clamav-milter/clamav-milter.c index ab2fb92cb..851e99972 100644 --- a/clamav-milter/clamav-milter.c +++ b/clamav-milter/clamav-milter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/clamfi.c b/clamav-milter/clamfi.c index 1c6c52c10..52eb2a3e1 100644 --- a/clamav-milter/clamfi.c +++ b/clamav-milter/clamfi.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/clamfi.h b/clamav-milter/clamfi.h index 6a35c1689..c7d5303de 100644 --- a/clamav-milter/clamfi.h +++ b/clamav-milter/clamfi.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/connpool.c b/clamav-milter/connpool.c index 6c45cb7f2..192eae19b 100644 --- a/clamav-milter/connpool.c +++ b/clamav-milter/connpool.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/connpool.h b/clamav-milter/connpool.h index 92d11e166..dc32d814f 100644 --- a/clamav-milter/connpool.h +++ b/clamav-milter/connpool.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/netcode.c b/clamav-milter/netcode.c index fe10f624c..bac28057f 100644 --- a/clamav-milter/netcode.c +++ b/clamav-milter/netcode.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/netcode.h b/clamav-milter/netcode.h index d15e234e2..23629ca22 100644 --- a/clamav-milter/netcode.h +++ b/clamav-milter/netcode.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/whitelist.c b/clamav-milter/whitelist.c index 07611b586..286c69681 100644 --- a/clamav-milter/whitelist.c +++ b/clamav-milter/whitelist.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008-2013 Sourcefire, Inc. + * Copyright (C) 2008-2013 Sourcefire, Inc. * * Author: aCaB * diff --git a/clamav-milter/whitelist.h b/clamav-milter/whitelist.h index bb1235f34..c9ac208aa 100644 --- a/clamav-milter/whitelist.h +++ b/clamav-milter/whitelist.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - * Copyright (C)2008 Sourcefire, Inc. + * Copyright (C) 2008 Sourcefire, Inc. * * Author: aCaB * diff --git a/libclamav/bytecode_vm.c b/libclamav/bytecode_vm.c index e3c950998..8ed9ecfdb 100644 --- a/libclamav/bytecode_vm.c +++ b/libclamav/bytecode_vm.c @@ -1,7 +1,7 @@ /* * Execute ClamAV bytecode. * - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin diff --git a/libclamav/cvd.h b/libclamav/cvd.h index f0d43f946..e24650582 100644 --- a/libclamav/cvd.h +++ b/libclamav/cvd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2010 Sourcefire, Inc. * * Authors: Tomasz Kojm diff --git a/libclamav/matcher-ac.c b/libclamav/matcher-ac.c index 08eced686..0bc181477 100644 --- a/libclamav/matcher-ac.c +++ b/libclamav/matcher-ac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2009 Sourcefire, Inc. * * Authors: Tomasz Kojm diff --git a/libclamav/mbox.c b/libclamav/mbox.c index bfa44834c..cb3b08198 100644 --- a/libclamav/mbox.c +++ b/libclamav/mbox.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2008 Sourcefire, Inc. * * Authors: Nigel Horne diff --git a/libclamav/mpool.c b/libclamav/mpool.c index 084f67fa9..eb7523137 100644 --- a/libclamav/mpool.c +++ b/libclamav/mpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2008 Sourcefire, Inc. * * Authors: aCaB diff --git a/libclamav/mpool.h b/libclamav/mpool.h index e001170bd..467abf204 100644 --- a/libclamav/mpool.h +++ b/libclamav/mpool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2008 Sourcefire, Inc. * * Authors: aCaB diff --git a/libclamav/others.h b/libclamav/others.h index 336e90dc4..a2cb7de99 100644 --- a/libclamav/others.h +++ b/libclamav/others.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm diff --git a/libclamav/readdb.c b/libclamav/readdb.c index 1051dbb95..3e1cc4fd2 100644 --- a/libclamav/readdb.c +++ b/libclamav/readdb.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2007-2014 Cisco Systems, Inc. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm * diff --git a/libclamav/scanners.c b/libclamav/scanners.c index 077115f57..ec0fe06a0 100644 --- a/libclamav/scanners.c +++ b/libclamav/scanners.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2015-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm