Skip to content

Commit 2d12caf

Browse files
committed
Bumped copyright year.
1 parent 342de51 commit 2d12caf

File tree

605 files changed

+605
-605
lines changed

Some content is hidden

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

605 files changed

+605
-605
lines changed

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 2017"
702+
hRender h $ Comment "Copyright : (c) Sven Panne 2018"
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 2017
4+
-- Copyright : (c) Sven Panne 2018
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 2017
4+
-- Copyright : (c) Sven Panne 2018
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 2017
5+
-- Copyright : (c) Sven Panne 2018
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 2017
5+
-- Copyright : (c) Sven Panne 2018
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 2017
5+
-- Copyright : (c) Sven Panne 2018
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 2017
4+
-- Copyright : (c) Sven Panne 2018
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 2017
5+
-- Copyright : (c) Sven Panne 2018
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 2017
5+
-- Copyright : (c) Sven Panne 2018
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/GL/AMD/GPUShaderInt64.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.GPUShaderInt64
5-
-- Copyright : (c) Sven Panne 2017
5+
-- Copyright : (c) Sven Panne 2018
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

0 commit comments

Comments
 (0)