From 9dbfdd5207ac9a58042a22207eb7668b1316a38a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 4 Nov 2003 17:10:29 +0000 Subject: [PATCH] update new license + gl2ps 1.1.0 --- Graphics/gl2gif.cpp | 4 ++-- Graphics/gl2gif.h | 2 +- Graphics/gl2jpeg.cpp | 4 ++-- Graphics/gl2jpeg.h | 2 +- Graphics/gl2png.cpp | 2 +- Graphics/gl2png.h | 2 +- Graphics/gl2ppm.cpp | 4 ++-- Graphics/gl2ppm.h | 2 +- Graphics/gl2ps.cpp | 8 ++++---- Graphics/gl2ps.h | 4 ++-- Graphics/gl2yuv.cpp | 4 ++-- Graphics/gl2yuv.h | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index 3dd2a3f566..3d4fdd1f35 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2gif.cpp,v 1.20 2003-10-29 19:51:43 geuzaine Exp $ */ +/* $Id: gl2gif.cpp,v 1.21 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2GIF, an OpenGL to GIF Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 2edb958b66..4e65ebe7e7 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -13,7 +13,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 6390ae4cc8..f96ddca873 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2jpeg.cpp,v 1.19 2003-10-29 19:51:43 geuzaine Exp $ */ +/* $Id: gl2jpeg.cpp,v 1.20 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2JPEG, an OpenGL to JPEG Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index 237dc489e2..31df62e4fb 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -13,7 +13,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index 8fbd4e4cad..735dc60b1a 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -10,7 +10,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index 2b4238acd5..18acdfa952 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -13,7 +13,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 38c20e34ce..3005fb7398 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2ppm.cpp,v 1.12 2003-10-29 19:51:43 geuzaine Exp $ */ +/* $Id: gl2ppm.cpp,v 1.13 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2PPM, an OpenGL to PPM Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 4bb5a624b6..f785379fc8 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -13,7 +13,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2ps.cpp b/Graphics/gl2ps.cpp index 57bfe34555..6f6659a7eb 100644 --- a/Graphics/gl2ps.cpp +++ b/Graphics/gl2ps.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2ps.cpp,v 1.78 2003-11-02 18:46:17 geuzaine Exp $ */ +/* $Id: gl2ps.cpp,v 1.79 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -2684,8 +2684,8 @@ int gl2psPrintPDFShaderStreamData(GL2PStriangle triangle, for(i = 0; i < 3; ++i){ offs += (*action)(edgeflag, 1); - /* The Shader stream in PDF requires to be in a - 'big-endian' order */ + /* The Shader stream in PDF requires to be in a 'big-endian' + order */ if(fabs(dx*dy) < FLT_MIN){ offs += (*action)(0, 4); diff --git a/Graphics/gl2ps.h b/Graphics/gl2ps.h index 01b0592951..b65a252575 100644 --- a/Graphics/gl2ps.h +++ b/Graphics/gl2ps.h @@ -1,4 +1,4 @@ -/* $Id: gl2ps.h,v 1.48 2003-11-02 18:46:17 geuzaine Exp $ */ +/* $Id: gl2ps.h,v 1.49 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index ddd435b5ef..09a0feb7ec 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2yuv.cpp,v 1.10 2003-10-29 19:51:43 geuzaine Exp $ */ +/* $Id: gl2yuv.cpp,v 1.11 2003-11-04 17:10:29 geuzaine Exp $ */ /* * GL2YUV, an OpenGL to YUV Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -11,7 +11,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index ebac3e0ffb..87e0707eb1 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -13,7 +13,7 @@ * option) any later version; or * * b) the GL2PS License as published by Christophe Geuzaine, either - * version 1 of the License, or (at your option) any later version. + * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of -- GitLab