Skip to content

Commit 040a442

Browse files
committed
Bumped copyright year to 2019.
1 parent 9626146 commit 040a442

File tree

617 files changed

+617
-617
lines changed

Some content is hidden

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

617 files changed

+617
-617
lines changed

LICENSE

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

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

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-2017 Sven Panne
23+
copyright: Copyright (C) 2009-2019 Sven Panne
2424
license: BSD3
2525
license-file: LICENSE
2626
author: Sven Panne

RegistryProcessor/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, Sven Panne
1+
Copyright (c) 2015-2019, Sven Panne
22

33
All rights reserved.
44

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 2018"
702+
hRender h $ Comment "Copyright : (c) Sven Panne 2019"
703703
hRender h $ Comment "License : BSD3"
704704
hRender h $ Comment ""
705705
hRender h $ Comment "Maintainer : Sven Panne <[email protected]>"

cbits/HsOpenGLRaw.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.Rendering.OpenGL.Raw.GetProcAddress.hs
4-
* Copyright : (c) Sven Panne 2013
4+
* Copyright : (c) Sven Panne 2009-2019
55
* License : BSD3
66
*
77
* 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 2018
4+
-- Copyright : (c) Sven Panne 2019
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 2018
4+
-- Copyright : (c) Sven Panne 2019
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 2018
5+
-- Copyright : (c) Sven Panne 2019
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 2018
5+
-- Copyright : (c) Sven Panne 2019
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 2018
5+
-- Copyright : (c) Sven Panne 2019
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 2018
4+
-- Copyright : (c) Sven Panne 2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Graphics/GL/APPLE.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.APPLE
4-
-- Copyright : (c) Sven Panne 2018
4+
-- Copyright : (c) Sven Panne 2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)