Skip to content

Commit 6ba8f88

Browse files
committed
Update copyright statement
1 parent e706629 commit 6ba8f88

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Albert Krewinkel
3+
Copyright (c) 2020-2021 Albert Krewinkel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

hslua-module-doclayout.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: MIT
99
license-file: LICENSE
1010
author: Albert Krewinkel
1111
maintainer: Albert Krewinkel <albert@zeitkraut.de>
12-
copyright: 2020 Albert Krewinkel
12+
copyright: © 2020-2021 Albert Krewinkel
1313
category: Foreign
1414
build-type: Simple
1515
extra-doc-files: README.md

src/Foreign/Lua/Module/DocLayout.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
{-# OPTIONS_GHC -fno-warn-orphans #-}
77
{-|
88
Module : Foreign.Lua.Module.DocLayout
9-
Copyright : © 2020 Albert Krewinkel
9+
Copyright : © 2020-2021 Albert Krewinkel
1010
License : MIT
1111
Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
12-
Stability : alpha
13-
Portability : Requires GHC 8 or later.
1412
1513
Provides a Lua module which wraps @'Text.DocLayout'@. The @Doc'
1614
type is specialized to @'Text'@.

0 commit comments

Comments
 (0)