Skip to content

Commit cd5f5dd

Browse files
committed
Bumped copyright year to 2017.
1 parent 1cd1de8 commit cd5f5dd

File tree

602 files changed

+602
-602
lines changed

Some content is hidden

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

602 files changed

+602
-602
lines changed

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description:
2020
and <http://www.opengl.org/registry/>.
2121
homepage: http://www.haskell.org/haskellwiki/Opengl
2222
bug-reports: https://github.com/haskell-opengl/OpenGLRaw/issues
23-
copyright: Copyright (C) 2009-2016 Sven Panne
23+
copyright: Copyright (C) 2009-2017 Sven Panne
2424
license: BSD3
2525
license-file: LICENSE
2626
author: Sven Panne

RegistryProcessor/src/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ printModuleHeader h mbPragma (ModuleName moduleName) comments = do
699699
"------------------------------------------------------------------------------"
700700
hRender h $ Comment "|"
701701
hRender h $ Comment ("Module : " ++ moduleName)
702-
hRender h $ Comment "Copyright : (c) Sven Panne 2016"
702+
hRender h $ Comment "Copyright : (c) Sven Panne 2017"
703703
hRender h $ Comment "License : BSD3"
704704
hRender h $ Comment ""
705705
hRender h $ Comment "Maintainer : Sven Panne <[email protected]>"

src/Graphics/GL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.GL
4-
-- Copyright : (c) Sven Panne 2016
4+
-- Copyright : (c) Sven Panne 2017
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.GL.AMD
4-
-- Copyright : (c) Sven Panne 2016
4+
-- Copyright : (c) Sven Panne 2017
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/BlendMinmaxFactor.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.GL.AMD.BlendMinmaxFactor
5-
-- Copyright : (c) Sven Panne 2016
5+
-- Copyright : (c) Sven Panne 2017
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/DebugOutput.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.GL.AMD.DebugOutput
5-
-- Copyright : (c) Sven Panne 2016
5+
-- Copyright : (c) Sven Panne 2017
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/DepthClampSeparate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.GL.AMD.DepthClampSeparate
5-
-- Copyright : (c) Sven Panne 2016
5+
-- Copyright : (c) Sven Panne 2017
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/DrawBuffersBlend.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.GL.AMD.DrawBuffersBlend
4-
-- Copyright : (c) Sven Panne 2016
4+
-- Copyright : (c) Sven Panne 2017
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/FramebufferSamplePositions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.GL.AMD.FramebufferSamplePositions
5-
-- Copyright : (c) Sven Panne 2016
5+
-- Copyright : (c) Sven Panne 2017
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/GPUShaderHalfFloat.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.GL.AMD.GPUShaderHalfFloat
5-
-- Copyright : (c) Sven Panne 2016
5+
-- Copyright : (c) Sven Panne 2017
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

0 commit comments

Comments
 (0)