From 847d7fc1b8b268f60a7423ab8e8ff88580c845c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Tue, 2 Feb 2010 14:03:32 +0200 Subject: [PATCH] 2009->2010 --- libclamav/bytecode.c | 2 +- libclamav/bytecode.h | 2 +- libclamav/bytecode_api.c | 2 +- libclamav/bytecode_api.h | 2 +- libclamav/bytecode_api_decl.c | 2 +- libclamav/bytecode_api_impl.h | 2 +- libclamav/bytecode_hooks.h | 2 +- libclamav/bytecode_nojit.c | 2 +- libclamav/bytecode_priv.h | 2 +- libclamav/bytecode_vm.c | 2 +- libclamav/c++/bytecode2llvm.cpp | 2 +- libclamav/clambc.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libclamav/bytecode.c b/libclamav/bytecode.c index 6fe77209a..12c3dc8bb 100644 --- a/libclamav/bytecode.c +++ b/libclamav/bytecode.c @@ -1,7 +1,7 @@ /* * Load, and verify ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/bytecode.h b/libclamav/bytecode.h index 7366756f1..805caa9af 100644 --- a/libclamav/bytecode.h +++ b/libclamav/bytecode.h @@ -1,7 +1,7 @@ /* * Load, verify and execute ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/bytecode_api.c b/libclamav/bytecode_api.c index 77ba0e2e7..6a444e882 100644 --- a/libclamav/bytecode_api.c +++ b/libclamav/bytecode_api.c @@ -1,7 +1,7 @@ /* * ClamAV bytecode internal API * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/bytecode_api.h b/libclamav/bytecode_api.h index d3fe23ae5..34ba4d717 100644 --- a/libclamav/bytecode_api.h +++ b/libclamav/bytecode_api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * All rights reserved. * Authors: Török Edvin * diff --git a/libclamav/bytecode_api_decl.c b/libclamav/bytecode_api_decl.c index f0df4b2b2..8ca0212a4 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) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * All rights reserved. * * 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 22300a966..159dc29bd 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) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libclamav/bytecode_hooks.h b/libclamav/bytecode_hooks.h index 953c8545a..113ede798 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) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libclamav/bytecode_nojit.c b/libclamav/bytecode_nojit.c index 93597d20b..3829b630e 100644 --- a/libclamav/bytecode_nojit.c +++ b/libclamav/bytecode_nojit.c @@ -1,7 +1,7 @@ /* * Load, and verify ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/bytecode_priv.h b/libclamav/bytecode_priv.h index 8cda9afde..2d6294d74 100644 --- a/libclamav/bytecode_priv.h +++ b/libclamav/bytecode_priv.h @@ -1,7 +1,7 @@ /* * Load, verify and execute ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/bytecode_vm.c b/libclamav/bytecode_vm.c index e6d5551eb..35191a3ca 100644 --- a/libclamav/bytecode_vm.c +++ b/libclamav/bytecode_vm.c @@ -1,7 +1,7 @@ /* * Execute ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/c++/bytecode2llvm.cpp b/libclamav/c++/bytecode2llvm.cpp index 31f50c93a..24919c1e6 100644 --- a/libclamav/c++/bytecode2llvm.cpp +++ b/libclamav/c++/bytecode2llvm.cpp @@ -1,7 +1,7 @@ /* * JIT compile ClamAV bytecode. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin * diff --git a/libclamav/clambc.h b/libclamav/clambc.h index 4dd7b63e2..0fd643655 100644 --- a/libclamav/clambc.h +++ b/libclamav/clambc.h @@ -1,7 +1,7 @@ /* * ClamAV bytecode definitions. * - * Copyright (C) 2009 Sourcefire, Inc. + * Copyright (C) 2009-2010 Sourcefire, Inc. * * Authors: Török Edvin *