Skip to content

Commit 2487206

Browse files
committed
Bumped copyright year.
1 parent 53cd090 commit 2487206

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+117
-117
lines changed

GLUT.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description:
88
<http://www.opengl.org/resources/libraries/glut/>.
99
homepage: http://www.haskell.org/haskellwiki/Opengl
1010
bug-reports: https://github.com/haskell-opengl/GLUT/issues
11-
copyright: Copyright (C) 2002-2016 Sven Panne
11+
copyright: Copyright (C) 2002-2018 Sven Panne
1212
license: BSD3
1313
license-file: LICENSE
1414
author: Sven Panne

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2005, Sven Panne
1+
Copyright (c) 2002-2018, Sven Panne
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

cbits/HsGLUT.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------------
22
*
33
* Module : C support for Graphics.UI.GLUT.Raw
4-
* Copyright : (c) Sven Panne 2002-2016
4+
* Copyright : (c) Sven Panne 2002-2018
55
* License : BSD3
66
*
77
* Maintainer : Sven Panne <svenpanne@gmail.com>

examples/BOGLGP/Chapter01/OnYourOwn1.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
OnYourOwn1.hs (adapted from Simple.cpp which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter01/Simple.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Simple.hs (adapted from Simple.cpp which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter02/OnYourOwn1.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
OnYourOwn1.hs (adapted from OpenGLApplication which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter02/OpenGLApplication.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
OpenGLApplication.hs (adapted from OpenGLApplication which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter03/Lines.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Lines.hs (adapted from Lines which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter03/OnYourOwn1.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
OnYourOwn1.hs (adapted from OnYourOwn1 which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter03/Points.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Points.hs (adapted from Points which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter03/Polygons.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Polygons.hs (adapted from Polygons which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/BOGLGP/Chapter03/TrianglesQuads.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
TrianglesQuads.hs (adapted from TrianglesQuads which is (c) 2004 Astle/Hawkins)
3-
Copyright (c) Sven Panne 2004-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2004-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/Misc/ARBOcclude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
ARBOcclude.hs (adapted from arbocclude.c which is (c) Brian Paul)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66
-}

examples/Misc/ColorTriangle/ColorTriangle.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-
22
ColorTriangle.hs (adapted from triangles.cpp which is (c) The Red Book
33
Authors.)
4-
Copyright (c) Sven Panne 2014 <svenpanne@gmail.com>
4+
Copyright (c) Sven Panne 2018 <svenpanne@gmail.com>
55
This file is part of HOpenGL and distributed under a BSD-style license
66
See the file GLUT/LICENSE
77

examples/Misc/ExtractContours.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
ExtractContours.hs (adapted from tess.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/Misc/Pitfall14.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Pitfall14
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/Misc/SmoothOpenGL3.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE CPP #-}
22
{-
33
SmoothOpenGL3.hs (adapted from freeglut's smooth_opengl3.c example)
4-
Copyright (c) Sven Panne 2009 <svenpanne@gmail.com>
4+
Copyright (c) Sven Panne 2018 <svenpanne@gmail.com>
55
This file is part of HOpenGL and distributed under a BSD-style license
66
See the file LICENSE
77
-}

examples/Misc/Triangulate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Triangulate.hs (adapted from tess.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/OrangeBook/ogl2brick/Brick.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE CPP #-}
22
{-
33
Brick.hs (adapted from ogl2brick.c which is (c) 3Dlabs Inc. Ltd.)
4-
Copyright (c) Sven Panne 2006 <svenpanne@gmail.com>
4+
Copyright (c) Sven Panne 2018 <svenpanne@gmail.com>
55
This file is part of HOpenGL and distributed under a BSD-style license
66
See the file libraries/GLUT/LICENSE
77
-}

examples/RedBook4/AAIndex.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
AAIndex.hs (adapted from aaindex.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/AARGB.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
AARGB.hs (adapted from aargb.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/AccAnti.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
AccAnti.hs (adapted from accanti.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/AccPersp.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
AccPersp.hs (adapted from accpersp.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Alpha.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Alpha.hs (adapted from alpha.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Alpha3D.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Alpha3D.hs (adapted from alpha3D.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/BezCurve.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
BezCurve.hs (adapted from bezcurve.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/BezMesh.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
BezMesh.hs (adapted from bezmesh.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/BezSurf.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
BezSurf.hs (adapted from bezsurf.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/BlendEqn.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
BlendEqn.hs (adapted from blendeqn.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Checker.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Checker.hs (adapted from checker.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Clip.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Clip.hs (adapted from clip.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/ColorMat.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Light.hs (adapted from light.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/ColorMatrix.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
ColorMatrix.hs (adapted from colormatrix.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/ColorTable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
ColorTable.hs (adapted from colortable.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Combiner.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Combiner.hs (adapted from combiner.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Convolution.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Convolution.hs (adapted from convolution.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Cube.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Cube.hs (adapted from cube.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/CubeMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
CubeMap.hs (adapted from CubeMap.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/DList.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
DList.hs (adapted from list.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/DOF.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
DOF.hs (adapted from dof.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2006 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Double.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Double.hs (adapted from double.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/DrawF.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
DrawF.hs (adapted from drawf.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Feedback.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Feedback.hs (adapted from feedback.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Fog.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Fog.hs (adapted from fog.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/FogCoord.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
FogCoord.hs (adapted from fogcoord.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/FogIndex.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
FogIndex.hs (adapted from fogindex.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Font.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Font.hs (adapted from font.c which is (c) Silicon Graphics, Inc)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Hello.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Hello.hs (adapted from hello.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

examples/RedBook4/Histogram.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
Histogram.hs (adapted from histogram.c which is (c) Silicon Graphics, Inc.)
3-
Copyright (c) Sven Panne 2002-2005 <svenpanne@gmail.com>
3+
Copyright (c) Sven Panne 2002-2018 <svenpanne@gmail.com>
44
This file is part of HOpenGL and distributed under a BSD-style license
55
See the file libraries/GLUT/LICENSE
66

0 commit comments

Comments
 (0)