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 <[email protected]>

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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2018 <[email protected]>
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 <[email protected]>
3+
Copyright (c) Sven Panne 2004-2018 <[email protected]>
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)