0.96
Török Edvin 16 years ago
parent 57bbb2eb14
commit 847d7fc1b8
  1. 2
      libclamav/bytecode.c
  2. 2
      libclamav/bytecode.h
  3. 2
      libclamav/bytecode_api.c
  4. 2
      libclamav/bytecode_api.h
  5. 2
      libclamav/bytecode_api_decl.c
  6. 2
      libclamav/bytecode_api_impl.h
  7. 2
      libclamav/bytecode_hooks.h
  8. 2
      libclamav/bytecode_nojit.c
  9. 2
      libclamav/bytecode_priv.h
  10. 2
      libclamav/bytecode_vm.c
  11. 2
      libclamav/c++/bytecode2llvm.cpp
  12. 2
      libclamav/clambc.h

@ -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
*

@ -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
*

@ -1,7 +1,7 @@
/*
* ClamAV bytecode internal API
*
* Copyright (C) 2009 Sourcefire, Inc.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Authors: Török Edvin
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2009 Sourcefire, Inc.
* Copyright (C) 2009-2010 Sourcefire, Inc.
* All rights reserved.
* Authors: Török Edvin
*

@ -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

@ -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

@ -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

@ -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
*

@ -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
*

@ -1,7 +1,7 @@
/*
* Execute ClamAV bytecode.
*
* Copyright (C) 2009 Sourcefire, Inc.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Authors: Török Edvin
*

@ -1,7 +1,7 @@
/*
* JIT compile ClamAV bytecode.
*
* Copyright (C) 2009 Sourcefire, Inc.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Authors: Török Edvin
*

@ -1,7 +1,7 @@
/*
* ClamAV bytecode definitions.
*
* Copyright (C) 2009 Sourcefire, Inc.
* Copyright (C) 2009-2010 Sourcefire, Inc.
*
* Authors: Török Edvin
*

Loading…
Cancel
Save