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

index 9ff027b5e1cc48bb47cae9bf2ea344b052072433..ab648a7345347d4b9eb7ed16be444c3d4a7b45d6 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 */