Update licensing headers in all source code files.

This commit is contained in:
ivanr
2008-07-31 09:30:59 +00:00
parent b9ed23da21
commit 7edd9cc7f7
39 changed files with 462 additions and 157 deletions

View File

@@ -5,9 +5,11 @@ ModSecurity for Apache is an open source product, released under terms of
the General Public Licence, Version 2 (GPLv2). Please refer to the the General Public Licence, Version 2 (GPLv2). Please refer to the
file LICENSE, which contains the complete text of the licence. file LICENSE, which contains the complete text of the licence.
Additionally, certain software may be granted further rights via There are special exceptions to the terms and conditions of the GPL
a licensing exception. Please refer to the file MODSECURITY_LICENSE_EXCEPTION, as it is applied to this software. View the full text of the exception in
which contains the complete exception. file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
distribution.
DOCUMENTATION DOCUMENTATION

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "acmp.h" #include "acmp.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef ACMP_H_ #ifndef ACMP_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _APACHE2_H_ #ifndef _APACHE2_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <limits.h> #include <limits.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "modsecurity.h" #include "modsecurity.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "modsecurity.h" #include "modsecurity.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <limits.h> #include <limits.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MODSECURITY_H_ #ifndef _MODSECURITY_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "msc_geo.h" #include "msc_geo.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_GEO_H_ #ifndef _MSC_GEO_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "re.h" #include "re.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_LOGGING_H_ #ifndef _MSC_LOGGING_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#if defined(WITH_LUA) #if defined(WITH_LUA)

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#if defined(WITH_LUA) #if defined(WITH_LUA)

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <ctype.h> #include <ctype.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_MULTIPART_H_ #ifndef _MSC_MULTIPART_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "msc_parsers.h" #include "msc_parsers.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_PARSERS_H_ #ifndef _MSC_PARSERS_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "msc_pcre.h" #include "msc_pcre.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_PCRE_H_ #ifndef _MSC_PCRE_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "modsecurity.h" #include "modsecurity.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <apr.h> #include <apr.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "msc_util.h" #include "msc_util.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _UTIL_H_ #ifndef _UTIL_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "msc_xml.h" #include "msc_xml.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_XML_H_ #ifndef _MSC_XML_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "modsecurity.h" #include "modsecurity.h"

View File

@@ -2,13 +2,20 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _PDF_PROTECT_H_ #ifndef _PDF_PROTECT_H_
#define _PDF_PROTECT_H_ #define _PDF_PROTECT_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "persist_dbm.h" #include "persist_dbm.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _PERSIST_DBM_H_ #ifndef _PERSIST_DBM_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <ctype.h> #include <ctype.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef _MSC_RE_H_ #ifndef _MSC_RE_H_

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "re.h" #include "re.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "re.h" #include "re.h"

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include <ctype.h> #include <ctype.h>

View File

@@ -2,10 +2,18 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#include "http_core.h" #include "http_core.h"

View File

@@ -2,17 +2,25 @@
* ModSecurity for Apache 2.x, http://www.modsecurity.org/ * ModSecurity for Apache 2.x, http://www.modsecurity.org/
* Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/)
* *
* You should have received a copy of the licence along with this * This product is released under the terms of the General Public Licence,
* program (stored in the file "LICENSE"). If the file is missing, * version 2 (GPLv2). Please refer to the file LICENSE (included with this
* or if you have any other questions related to the licence, please * distribution) which contains the complete text of the licence.
* write to Breach Security, Inc. at support@breach.com. *
* There are special exceptions to the terms and conditions of the GPL
* as it is applied to this software. View the full text of the exception in
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
* distribution.
*
* If any of the files related to licensing are missing or if you have any
* other questions related to licensing please contact Breach Security, Inc.
* directly using the email address support@breach.com.
* *
*/ */
#ifndef UTF8TABLES_H_ #ifndef UTF8TABLES_H_
#define UTF8TABLES_H_ #define UTF8TABLES_H_
/** /**
* This include file is used by acmp.c only, it's not included anywhere else * This include file is used by acmp.c only; it's not included anywhere else.
*/ */
typedef long acmp_utf8_char_t; typedef long acmp_utf8_char_t;