scottmac                Wed Oct  1 11:04:27 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard       rand.c 
  Log:
  MFH: Fix bug #46209 - Remove license condition that is no longer required.
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/rand.c?r1=1.70.2.1.2.3&r2=1.70.2.1.2.4&diff_format=u
Index: php-src/ext/standard/rand.c
diff -u php-src/ext/standard/rand.c:1.70.2.1.2.3 
php-src/ext/standard/rand.c:1.70.2.1.2.4
--- php-src/ext/standard/rand.c:1.70.2.1.2.3    Mon Dec 31 07:20:13 2007
+++ php-src/ext/standard/rand.c Wed Oct  1 11:04:27 2008
@@ -23,7 +23,7 @@
    |                     Shawn Cokus <[EMAIL PROTECTED]>          |
    +----------------------------------------------------------------------+
  */
-/* $Id: rand.c,v 1.70.2.1.2.3 2007/12/31 07:20:13 sebastian Exp $ */
+/* $Id: rand.c,v 1.70.2.1.2.4 2008/10/01 11:04:27 scottmac Exp $ */
 
 #include <stdlib.h>
 
@@ -138,14 +138,6 @@
        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: [EMAIL PROTECTED]
-    with an appropriate reference to your work.
-
-       It would be nice to CC: [EMAIL PROTECTED] and [EMAIL PROTECTED]
-       when you write.
 */
 
 #define N             MT_N                 /* length of state vector */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to