Skip to content
Snippets Groups Projects
Commit 68344f2d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix copyrights
parent d55c72f3
Branches
Tags
No related merge requests found
/* /*
* GL2GIF, an OpenGL to GIF Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
/* /*
* GL2GIF, an OpenGL to GIF Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
/* /*
* GL2JPEG, an OpenGL to JPEG Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
/* /*
* GL2JPEG, an OpenGL to JPEG Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* GL2PNG, an OpenGL to PNG Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#define _GL2PNG_H_ #define _GL2PNG_H_
/* /*
* GL2JPEG, an OpenGL to JPEG Printing Library * GL2PNG, an OpenGL to PNG Printing Library
* Copyright (C) 2003 Christophe Geuzaine * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
/* /*
* GL2PPM, an OpenGL to PPM Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
/* /*
* GL2PPM, an OpenGL to PPM Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
/* /*
* GL2YUV, an OpenGL to YUV Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
/* /*
* GL2YUV, an OpenGL to YUV Printing Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment