From: Pierre Joye Date: Tue, 21 Jan 2003 02:10:19 +0000 (+0000) Subject: Remove the (c), in the future, can we add PHP Licence terms for the new X-Git-Tag: PHP_5_0_dev_before_13561_fix~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ad850637e5140ea3c71cb4613ec7180d944be55;p=php Remove the (c), in the future, can we add PHP Licence terms for the new functions ? --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index 448541e7ea..7eddeb7240 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -1080,7 +1080,6 @@ gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) /* * Added on 2003/12 by Pierre-Alain Joye (pajoye@pearfr.org) - * (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 @@ inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color /* * Added on 2003/12 by Pierre-Alain Joye (pajoye@pearfr.org) - * (c) 2003 Pierre-Alain Joye **/ void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) { @@ -2344,7 +2342,6 @@ void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, i /* * Rotate function Added on 2003/12 * by Pierre-Alain Joye (pajoye@pearfr.org) - * (c) 2003 Pierre-Alain Joye **/ /* Begin rotate function */ #ifdef ROTATE_PI @@ -3313,7 +3310,6 @@ gdAlphaOverlayColor( int src, int dst, int max ) /* Filters function added on 2003/12 * by Pierre-Alain Joye (pajoye@pearfr.org) - * (c) 2003 Pierre-Alain Joye **/ /* Begin filters function */ #ifndef HAVE_GET_TRUE_COLOR