Skip to content

Commit 104f0de

Browse files
author
brenosilva
committed
New License
1 parent 1a2d377 commit 104f0de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1076
-1263
lines changed

LICENSE

+201-281
Large diffs are not rendered by default.

MODSECURITY_LICENSING_EXCEPTION

-137
This file was deleted.

NOTICE

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ModSecurity (www.modsecurity.org)
2+
    Copyright [2004-2011] Trustwave Holdings, Inc
3+
4+
    This product includes software developed at
5+
    Trustwave Holdings, Inc (http://www.trustwave.com/).

README.TXT

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ModSecurity for Apache 2.x, http://www.modsecurity.org/
2-
Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
2+
Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
33

4-
ModSecurity for Apache is an open source product, released under terms of
5-
the General Public Licence, Version 2 (GPLv2). Please refer to the
6-
file LICENSE, which contains the complete text of the licence.
4+
You may not use this file except in compliance with
5+
the License.  You may obtain a copy of the License at
76

8-
There are special exceptions to the terms and conditions of the GPL
9-
as it is applied to this software. View the full text of the exception in
10-
file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
11-
distribution.
7+
    http://www.apache.org/licenses/LICENSE-2.0
8+
9+
If any of the files related to licensing are missing or if you have any
10+
other questions related to licensing please contact Trustwave Holdings, Inc.
11+
directly using the email address [email protected].
1212

1313

1414
DOCUMENTATION

alp2/alp2.c

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
#include <stdio.h>
2116
#include <stdlib.h>

alp2/alp2.h

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
#ifndef _ALP2_H_
2116
#define _ALP2_H_

alp2/alp2_pp.c

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
#include <ctype.h>
2116
#include <stdio.h>

alp2/alp2_pp.h

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
#ifndef _ALP2_LL_H_
2116
#define _ALP2_LL_H_

apache2/acmp.c

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
/* Aho-Corasick Matching */
2116

apache2/acmp.h

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
/*
2-
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3-
* Copyright (c) 2004-2010 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4-
*
5-
* This product is released under the terms of the General Public Licence,
6-
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
7-
* distribution) which contains the complete text of the licence.
8-
*
9-
* There are special exceptions to the terms and conditions of the GPL
10-
* as it is applied to this software. View the full text of the exception in
11-
* file MODSECURITY_LICENSING_EXCEPTION in the directory of this software
12-
* distribution.
13-
*
14-
* If any of the files related to licensing are missing or if you have any
15-
* other questions related to licensing please contact Trustwave Holdings, Inc.
16-
* directly using the email address [email protected].
17-
*
18-
*/
2+
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
3+
* Copyright (c) 2004-2011 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4+
*
5+
* You may not use this file except in compliance with
6+
* the License.  You may obtain a copy of the License at
7+
*
8+
*     http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* If any of the files related to licensing are missing or if you have any
11+
* other questions related to licensing please contact Trustwave Holdings, Inc.
12+
* directly using the email address [email protected].
13+
*/
1914

2015
#ifndef ACMP_H_
2116
#define ACMP_H_

0 commit comments

Comments
 (0)