From 68344f2d94aff69ea4ee964d957e7691de80a8bd Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 2 Apr 2003 06:02:01 +0000 Subject: [PATCH] fix copyrights --- Graphics/gl2gif.cpp | 4 ++-- Graphics/gl2gif.h | 4 ++-- Graphics/gl2jpeg.cpp | 4 ++-- Graphics/gl2jpeg.h | 4 ++-- Graphics/gl2png.cpp | 4 ++-- Graphics/gl2png.h | 6 +++--- Graphics/gl2ppm.cpp | 4 ++-- Graphics/gl2ppm.h | 4 ++-- Graphics/gl2yuv.cpp | 4 ++-- Graphics/gl2yuv.h | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index c3165cb222..d90df9c82c 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,8 +1,8 @@ /* * GL2GIF, an OpenGL to GIF Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2gif.cpp,v 1.18 2003-03-04 04:22:37 geuzaine Exp $ + * $Id: gl2gif.cpp,v 1.19 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 387d588250..6516436477 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -3,9 +3,9 @@ /* * GL2GIF, an OpenGL to GIF Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2gif.h,v 1.11 2003-03-02 18:44:16 geuzaine Exp $ + * $Id: gl2gif.h,v 1.12 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 482d015bd9..fbdb58fb86 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,8 +1,8 @@ /* * GL2JPEG, an OpenGL to JPEG Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2jpeg.cpp,v 1.17 2003-04-02 05:53:23 geuzaine Exp $ + * $Id: gl2jpeg.cpp,v 1.18 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index b3e0339916..432bbfe52d 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -3,9 +3,9 @@ /* * GL2JPEG, an OpenGL to JPEG Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2jpeg.h,v 1.7 2003-03-02 18:44:16 geuzaine Exp $ + * $Id: gl2jpeg.h,v 1.8 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index c0454d4196..2f7874fa0c 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,8 +1,8 @@ /* * GL2PNG, an OpenGL to PNG Printing Library - * Copyright (C) 2003 Christophe Geuzaine + * Copyright (C) 2003 Christophe Geuzaine * - * $Id: gl2png.cpp,v 1.1 2003-04-02 05:53:23 geuzaine Exp $ + * $Id: gl2png.cpp,v 1.2 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index 51e44a54bd..fead1451e3 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -2,10 +2,10 @@ #define _GL2PNG_H_ /* - * GL2JPEG, an OpenGL to JPEG Printing Library - * Copyright (C) 2003 Christophe Geuzaine + * GL2PNG, an OpenGL to PNG Printing Library + * Copyright (C) 2003 Christophe Geuzaine * - * $Id: gl2png.h,v 1.1 2003-04-02 05:53:23 geuzaine Exp $ + * $Id: gl2png.h,v 1.2 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 0e98f6357e..b0aeba7a83 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,8 +1,8 @@ /* * GL2PPM, an OpenGL to PPM Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2ppm.cpp,v 1.10 2003-03-01 22:36:40 geuzaine Exp $ + * $Id: gl2ppm.cpp,v 1.11 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 8d83b259b5..c92fe789c0 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -3,9 +3,9 @@ /* * GL2PPM, an OpenGL to PPM Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2ppm.h,v 1.6 2003-03-02 18:44:16 geuzaine Exp $ + * $Id: gl2ppm.h,v 1.7 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index d880e8621f..3c02155ed0 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,8 +1,8 @@ /* * GL2YUV, an OpenGL to YUV Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2yuv.cpp,v 1.8 2003-03-01 22:36:40 geuzaine Exp $ + * $Id: gl2yuv.cpp,v 1.9 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index 72bb959d74..bc35cb5c44 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -3,9 +3,9 @@ /* * GL2YUV, an OpenGL to YUV Printing Library - * Copyright (C) 1999-2002 Christophe Geuzaine + * Copyright (C) 1999-2003 Christophe Geuzaine * - * $Id: gl2yuv.h,v 1.6 2003-03-02 18:44:16 geuzaine Exp $ + * $Id: gl2yuv.h,v 1.7 2003-04-02 06:02:01 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public -- GitLab