From: Scott MacVicar Date: Wed, 1 Oct 2008 11:01:26 +0000 (+0000) Subject: Remove license condition that is no longer required. X-Git-Tag: BEFORE_HEAD_NS_CHANGE~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3d413bf008ed3551b9b258f31065d19ba48905;p=php Remove license condition that is no longer required. --- diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 9ff027b5e1..ab648a7345 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 */