From 5e68da9065dc03cd3ee2c9cedbb726933b32054b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 4 Apr 2017 00:49:02 +0200 Subject: [PATCH] update (c) --- CMakeLists.txt | 2 +- gl2ps.c | 2 +- gl2ps.h | 4 ++-- gl2ps.tex | 2 +- gl2psTest.c | 2 +- gl2psTestSimple.c | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88385ac..40da57e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # GL2PS, an OpenGL to PostScript Printing Library -# Copyright (C) 1999-2015 C. Geuzaine +# Copyright (C) 1999-2017 C. Geuzaine # # This program is free software; you can redistribute it and/or # modify it under the terms of either: diff --git a/gl2ps.c b/gl2ps.c index 28102fa..5c17ec0 100644 --- a/gl2ps.c +++ b/gl2ps.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2015 C. Geuzaine + * Copyright (C) 1999-2017 C. Geuzaine * * This program is free software; you can redistribute it and/or * modify it under the terms of either: diff --git a/gl2ps.h b/gl2ps.h index 59b091f..8cc4c29 100644 --- a/gl2ps.h +++ b/gl2ps.h @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2015 C. Geuzaine + * Copyright (C) 1999-2017 C. Geuzaine * * This program is free software; you can redistribute it and/or * modify it under the terms of either: @@ -94,7 +94,7 @@ 0.01 * GL2PS_MINOR_VERSION + \ 0.0001 * GL2PS_PATCH_VERSION) -#define GL2PS_COPYRIGHT "(C) 1999-2015 C. Geuzaine" +#define GL2PS_COPYRIGHT "(C) 1999-2017 C. Geuzaine" /* Output file formats (the values and the ordering are important!) */ diff --git a/gl2ps.tex b/gl2ps.tex index d1c3141..54836de 100644 --- a/gl2ps.tex +++ b/gl2ps.tex @@ -1,6 +1,6 @@ % % GL2PS, an OpenGL to PostScript Printing Library -% Copyright (C) 1999-2015 C. Geuzaine +% Copyright (C) 1999-2017 C. Geuzaine % % This program is free software; you can redistribute it and/or % modify it under the terms of either: diff --git a/gl2psTest.c b/gl2psTest.c index 2d2a825..15b4776 100644 --- a/gl2psTest.c +++ b/gl2psTest.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2015 Christophe Geuzaine <geuz@geuz.org> + * Copyright (C) 1999-2017 Christophe Geuzaine <geuz@geuz.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of either: diff --git a/gl2psTestSimple.c b/gl2psTestSimple.c index 7f16589..366db54 100644 --- a/gl2psTestSimple.c +++ b/gl2psTestSimple.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2015 Christophe Geuzaine <geuz@geuz.org> + * Copyright (C) 1999-2017 Christophe Geuzaine <geuz@geuz.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of either: @@ -104,7 +104,7 @@ static void display(void) glColor3f(0.1,0.1,0.1); - /* Draw 3 broken lines to show line cap an line join features (which have + /* Draw 3 broken lines to show line cap an line join features (which have no opengl counterpart) */ glLineWidth(6.); gl2psLineWidth (6.); @@ -132,7 +132,7 @@ static void display(void) glVertex3f(0.35, 0.98, 0); glVertex3f(0.5, 0.8, 0); glEnd(); - + /* draw a stippled line with many small segments (this tests the ability of gl2ps to render lines using as few strokes as possible) */ -- GitLab