summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE44
1 files changed, 42 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index cad39fc..92e7dc7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -9,7 +9,10 @@ and not otherwise stated within the source code.
9Note: 9Note:
10 * Some parts of the PHP License are not applicable to non-PHP code. Whenever 10 * Some parts of the PHP License are not applicable to non-PHP code. Whenever
11 this is the case, a common sense interpretation of the clause in question 11 this is the case, a common sense interpretation of the clause in question
12 should be applied. One interpretation of such a license is included below. 12 should be applied. One interpretation of the PHP license is included below.
13 The PHP license is heavily based on the BSD license. If in doubt and the
14 PHP license is not otherwise applicable to Suhosin7, a New BSD License as
15 included below should be applied instead.
13 16
14 * The Mersenne Twister random number generator included in Suhosin7 17 * The Mersenne Twister random number generator included in Suhosin7
15 comes with its own license. See execute_rnd.c for details. 18 comes with its own license. See execute_rnd.c for details.
@@ -73,9 +76,46 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
73 76
74-------------------------------------------------------------------- 77--------------------------------------------------------------------
75 78
79
80
81--------------------------------------------------------------------
82New BSD License
83 to be applied to Suhosin7 is cases where the PHP license is
84 not applicable
76-------------------------------------------------------------------- 85--------------------------------------------------------------------
86Copyright (c) 2006-2007 The Hardened-PHP Project
87Copyright (c) 2007-2016 SektionEins GmbH
88All rights reserved.
89
90Redistribution and use in source and binary forms, with or without
91modification, are permitted provided that the following conditions are met:
92 * Redistributions of source code must retain the above copyright
93 notice, this list of conditions and the following disclaimer.
94 * Redistributions in binary form must reproduce the above copyright
95 notice, this list of conditions and the following disclaimer in the
96 documentation and/or other materials provided with the distribution.
97 * Neither the name of the SektionEins GmbH nor the
98 names of its contributors may be used to endorse or promote products
99 derived from this software without specific prior written permission.
100
101THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
102ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
103WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
104DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
105DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
106(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
107LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
108ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
109(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
110SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
111--------------------------------------------------------------------
112
113
114
115
116--------------------------------------------------------------------
77 The PHP License, version 3.01 117 The PHP License, version 3.01
78 - common sense interpretation for Suhosin7 - 118 - non-binding common sense interpretation for Suhosin7 -
79Original PHP code copyright notice: 119Original PHP code copyright notice:
80 Copyright (c) 1999 - 2016 The PHP Group. All rights reserved. 120 Copyright (c) 1999 - 2016 The PHP Group. All rights reserved.
81Suhosin7 copyright notice for PHP code modifications and original 121Suhosin7 copyright notice for PHP code modifications and original