summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-10-01 11:04:27 +0000
committerScott MacVicar <scottmac@php.net>2008-10-01 11:04:27 +0000
commit33addf0ac5024f193471882bc33eb5eeec6959a8 (patch)
tree88df7f54e5e11c0c3e218ba6ea261ecf3b8cb80a
parentf289abf4d7f59557e90b6fa2d3df8f9e18ecf2af (diff)
downloadphp-git-33addf0ac5024f193471882bc33eb5eeec6959a8.tar.gz
MFH: Fix bug #46209 - Remove license condition that is no longer required.
-rw-r--r--ext/standard/rand.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/rand.c b/ext/standard/rand.c
index 1aa8fce8e6..04d08da0a1 100644
--- a/ext/standard/rand.c
+++ b/ext/standard/rand.c
@@ -138,14 +138,6 @@ PHPAPI long php_rand(TSRMLS_D)
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- The original code included the following notice:
-
- When you use this, send an email to: matumoto@math.keio.ac.jp
- with an appropriate reference to your work.
-
- It would be nice to CC: rjwagner@writeme.com and Cokus@math.washington.edu
- when you write.
*/
#define N MT_N /* length of state vector */