pajoye Mon Jan 20 21:10:20 2003 EDT
Modified files:
/php4/ext/gd/libgd gd.c
Log:
Remove the (c), in the future, can we add PHP Licence terms for the new
functions ?
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.42 php4/ext/gd/libgd/gd.c:1.43
--- php4/ext/gd/libgd/gd.c:1.42 Mon Jan 20 20:49:34 2003
+++ php4/ext/gd/libgd/gd.c Mon Jan 20 21:10:19 2003
@@ -1080,7 +1080,6 @@
/*
* Added on 2003/12 by Pierre-Alain Joye ([EMAIL PROTECTED])
- * (c) 2003 Pierre-Alain Joye
* */
#define BLEND_COLOR(a, nc, c, cc) \
nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
@@ -1105,7 +1104,6 @@
/*
* Added on 2003/12 by Pierre-Alain Joye ([EMAIL PROTECTED])
- * (c) 2003 Pierre-Alain Joye
**/
void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col)
{
@@ -2344,7 +2342,6 @@
/*
* Rotate function Added on 2003/12
* by Pierre-Alain Joye ([EMAIL PROTECTED])
- * (c) 2003 Pierre-Alain Joye
**/
/* Begin rotate function */
#ifdef ROTATE_PI
@@ -3313,7 +3310,6 @@
/* Filters function added on 2003/12
* by Pierre-Alain Joye ([EMAIL PROTECTED])
- * (c) 2003 Pierre-Alain Joye
**/
/* Begin filters function */
#ifndef HAVE_GET_TRUE_COLOR
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php