Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 5a9aa75

Browse files
committed
Include 2020 in copyright notices
1 parent f531a4e commit 5a9aa75

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

hslua-module-system.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: MIT
1414
license-file: LICENSE
1515
author: Albert Krewinkel
1616
maintainer: albert+hslua@zeitkraut.de
17-
copyright: Albert Krewinkel <albert+hslua@zeitkraut.de>
17+
copyright: © 2019-2020 Albert Krewinkel <albert+hslua@zeitkraut.de>
1818
category: Foreign
1919
build-type: Simple
2020
extra-source-files: CHANGELOG.md

src/Foreign/Lua/Module/System.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-|
22
Module : Foreign.Lua.Module.System
3-
Copyright : © 2019 Albert Krewinkel
3+
Copyright : © 2019-2020 Albert Krewinkel
44
License : MIT
55
Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
66
Stability : alpha

src/Foreign/Lua/Module/SystemUtils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-|
22
Module : Foreign.Lua.Module.SystemUtils
3-
Copyright : © 2019 Albert Krewinkel
3+
Copyright : © 2019-2020 Albert Krewinkel
44
License : MIT
55
Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
66
Stability : alpha

test/test-hslua-module-system.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE OverloadedStrings #-}
22
{-|
33
Module : Main
4-
Copyright : © 2019 Albert Krewinkel
4+
Copyright : © 2019-2020 Albert Krewinkel
55
License : MIT
66
Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
77
Stability : alpha

0 commit comments

Comments
 (0)