diff --git a/README.TXT b/README.TXT index f0ac7445..791e9497 100644 --- a/README.TXT +++ b/README.TXT @@ -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 file LICENSE, which contains the complete text of the licence. -Additionally, certain software may be granted further rights via -a licensing exception. Please refer to the file MODSECURITY_LICENSE_EXCEPTION, -which contains the complete exception. +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. + DOCUMENTATION diff --git a/apache2/acmp.c b/apache2/acmp.c index 734c6666..105e7bc1 100644 --- a/apache2/acmp.c +++ b/apache2/acmp.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/acmp.h b/apache2/acmp.h index f79a44cd..bad3bd9e 100644 --- a/apache2/acmp.h +++ b/apache2/acmp.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/apache2.h b/apache2/apache2.h index 7dc623b4..f82438e8 100644 --- a/apache2/apache2.h +++ b/apache2/apache2.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/apache2_config.c b/apache2/apache2_config.c index 78f91762..7e54f409 100644 --- a/apache2/apache2_config.c +++ b/apache2/apache2_config.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index b2ceda4e..457ee6cc 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/apache2_util.c b/apache2/apache2_util.c index ca5f532d..00854ed0 100644 --- a/apache2/apache2_util.c +++ b/apache2/apache2_util.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/mod_security2.c b/apache2/mod_security2.c index a1dc60e6..75e24c07 100644 --- a/apache2/mod_security2.c +++ b/apache2/mod_security2.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/modsecurity.c b/apache2/modsecurity.c index 1751c44e..169e6278 100644 --- a/apache2/modsecurity.c +++ b/apache2/modsecurity.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index b973d86e..388c5408 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_geo.c b/apache2/msc_geo.c index 3269ba3d..639bbe07 100644 --- a/apache2/msc_geo.c +++ b/apache2/msc_geo.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_geo.h b/apache2/msc_geo.h index 9c6b5326..e00236cc 100644 --- a/apache2/msc_geo.h +++ b/apache2/msc_geo.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_logging.c b/apache2/msc_logging.c index 24e940a1..68435870 100644 --- a/apache2/msc_logging.c +++ b/apache2/msc_logging.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_logging.h b/apache2/msc_logging.h index 5b5cb92d..e568ca24 100644 --- a/apache2/msc_logging.h +++ b/apache2/msc_logging.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_lua.c b/apache2/msc_lua.c index 6eaae2bc..c5a9c56d 100644 --- a/apache2/msc_lua.c +++ b/apache2/msc_lua.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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) diff --git a/apache2/msc_lua.h b/apache2/msc_lua.h index 4f9ba937..83f6f540 100644 --- a/apache2/msc_lua.h +++ b/apache2/msc_lua.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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) diff --git a/apache2/msc_multipart.c b/apache2/msc_multipart.c index bcf100f2..b8b56e68 100644 --- a/apache2/msc_multipart.c +++ b/apache2/msc_multipart.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/msc_multipart.h b/apache2/msc_multipart.h index 0b06ce89..b55dd337 100644 --- a/apache2/msc_multipart.h +++ b/apache2/msc_multipart.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_parsers.c b/apache2/msc_parsers.c index 5a022db3..ed57c361 100644 --- a/apache2/msc_parsers.c +++ b/apache2/msc_parsers.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_parsers.h b/apache2/msc_parsers.h index 8aad1faa..563ee9d5 100644 --- a/apache2/msc_parsers.h +++ b/apache2/msc_parsers.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_pcre.c b/apache2/msc_pcre.c index cd007e7a..f8b32152 100644 --- a/apache2/msc_pcre.c +++ b/apache2/msc_pcre.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_pcre.h b/apache2/msc_pcre.h index 8f41bf5a..67b6f9aa 100644 --- a/apache2/msc_pcre.h +++ b/apache2/msc_pcre.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_reqbody.c b/apache2/msc_reqbody.c index c88dde9e..26aed3a3 100644 --- a/apache2/msc_reqbody.c +++ b/apache2/msc_reqbody.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_test.c b/apache2/msc_test.c index ec93e16a..c929e753 100644 --- a/apache2/msc_test.c +++ b/apache2/msc_test.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/msc_util.c b/apache2/msc_util.c index 401cf4a3..35cc2001 100644 --- a/apache2/msc_util.c +++ b/apache2/msc_util.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_util.h b/apache2/msc_util.h index 039b97c1..546d0a8f 100644 --- a/apache2/msc_util.h +++ b/apache2/msc_util.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/msc_xml.c b/apache2/msc_xml.c index 3b5c133a..4dd212f3 100644 --- a/apache2/msc_xml.c +++ b/apache2/msc_xml.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/msc_xml.h b/apache2/msc_xml.h index 389d2996..ad6d0241 100644 --- a/apache2/msc_xml.h +++ b/apache2/msc_xml.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/pdf_protect.c b/apache2/pdf_protect.c index ed401f33..d5c26482 100644 --- a/apache2/pdf_protect.c +++ b/apache2/pdf_protect.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/pdf_protect.h b/apache2/pdf_protect.h index 8613193a..df0bd2b6 100644 --- a/apache2/pdf_protect.h +++ b/apache2/pdf_protect.h @@ -2,13 +2,20 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ #define _PDF_PROTECT_H_ diff --git a/apache2/persist_dbm.c b/apache2/persist_dbm.c index f25c959a..59e4794b 100644 --- a/apache2/persist_dbm.c +++ b/apache2/persist_dbm.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/persist_dbm.h b/apache2/persist_dbm.h index 4bf2d0a9..8651240b 100644 --- a/apache2/persist_dbm.h +++ b/apache2/persist_dbm.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/re.c b/apache2/re.c index c83760cc..5bc004da 100644 --- a/apache2/re.c +++ b/apache2/re.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/re.h b/apache2/re.h index dcc1e966..eb9d153c 100644 --- a/apache2/re.h +++ b/apache2/re.h @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ diff --git a/apache2/re_actions.c b/apache2/re_actions.c index 0e8c3d44..2a12dba7 100644 --- a/apache2/re_actions.c +++ b/apache2/re_actions.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/re_operators.c b/apache2/re_operators.c index 5eacf863..528968f9 100644 --- a/apache2/re_operators.c +++ b/apache2/re_operators.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/re_tfns.c b/apache2/re_tfns.c index c4a0a0af..36971a1a 100644 --- a/apache2/re_tfns.c +++ b/apache2/re_tfns.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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 diff --git a/apache2/re_variables.c b/apache2/re_variables.c index 80435e5c..2225cba5 100644 --- a/apache2/re_variables.c +++ b/apache2/re_variables.c @@ -2,10 +2,18 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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" diff --git a/apache2/utf8tables.h b/apache2/utf8tables.h index 5bd74253..75b6554f 100644 --- a/apache2/utf8tables.h +++ b/apache2/utf8tables.h @@ -2,17 +2,25 @@ * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) * - * You should have received a copy of the licence along with this - * program (stored in the file "LICENSE"). If the file is missing, - * or if you have any other questions related to the licence, please - * write to Breach Security, Inc. at support@breach.com. + * This product is released under the terms of the General Public Licence, + * version 2 (GPLv2). Please refer to the file LICENSE (included with this + * distribution) which contains the complete text of the licence. + * + * 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_ #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;