summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-10-01 11:03:15 +0000
committerScott MacVicar <scottmac@php.net>2008-10-01 11:03:15 +0000
commitf37e905b8c6ae0463ef7456309c7614b51089634 (patch)
treea6046f541de5d2a7f5ca8024e3fad615e1eb1d73 /ext/standard/rand.c
parent71aad5da4a9b11896fb14427b1493f885488da6d (diff)
downloadphp-git-f37e905b8c6ae0463ef7456309c7614b51089634.tar.gz
MFH: Fix bug #46209 - Remove license condition that is no longer required.
Diffstat (limited to 'ext/standard/rand.c')
-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 d04094b00f..c0cf1b4ac2 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 */