[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:18:32 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 847d7fc1b8b268f60a7423ab8e8ff88580c845c6
Author: Török Edvin <edwin at clamav.net>
Date:   Tue Feb 2 14:03:32 2010 +0200

    2009->2010

diff --git a/libclamav/bytecode.c b/libclamav/bytecode.c
index 6fe7720..12c3dc8 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 7366756..805caa9 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 77ba0e2..6a444e8 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 d3fe23a..34ba4d7 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 f0df4b2..8ca0212 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 22300a9..159dc29 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 953c854..113ede7 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 93597d2..3829b63 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 8cda9af..2d6294d 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 e6d5551..35191a3 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 31f50c9..24919c1 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 4dd7b63..0fd6436 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
  *

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list