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]>

0 commit comments

Comments
 (0)