]> granicus.if.org Git - php/commitdiff
MFH: Fix bug #46209 - Remove license condition that is no longer required.
authorScott MacVicar <scottmac@php.net>
Wed, 1 Oct 2008 11:04:27 +0000 (11:04 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 1 Oct 2008 11:04:27 +0000 (11:04 +0000)
ext/standard/rand.c

index 1aa8fce8e61ad359485a81464018161e9c1bb457..04d08da0a102f3ad6767bc8f132623f7f94b0aa6 100644 (file)
@@ -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 */