diff options
author | Albert Krewinkel <albert+github@zeitkraut.de> | 2019-02-04 22:52:31 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-04 13:52:31 -0800 |
commit | 37a82b0b11b0214f00cdcd232e33c0a1e9f79361 (patch) | |
tree | ad1c09cdf14e578ebd7f31843ecce2bd7c4abd17 /test/Tests/Readers/Creole.hs | |
parent | 4b8931108104db71c1bc70fb33c00179a315b6d6 (diff) | |
download | pandoc-37a82b0b11b0214f00cdcd232e33c0a1e9f79361.tar.gz |
Add missing copyright notices and remove license boilerplate (#5112)
Quite a few modules were missing copyright notices.
This commit adds copyright notices everywhere via haddock module
headers. The old license boilerplate comment is redundant with this and has
been removed.
Update copyright years to 2019.
Closes #4592.
Diffstat (limited to 'test/Tests/Readers/Creole.hs')
-rw-r--r-- | test/Tests/Readers/Creole.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Tests/Readers/Creole.hs b/test/Tests/Readers/Creole.hs index eb50b2b9a..691ab9301 100644 --- a/test/Tests/Readers/Creole.hs +++ b/test/Tests/Readers/Creole.hs @@ -1,5 +1,17 @@ {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} +{- | + Module : Tests.Readers.Creole + Copyright : © 2017 Sascha Wilde + 2017-2019 John MacFarlane + License : GNU GPL, version 2 or above + + Maintainer : Sascha Wilde <wilde@sha-bang.de> + Stability : alpha + Portability : portable + +Tests for the creole reader. +-} module Tests.Readers.Creole (tests) where import Prelude |