diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-01-08 18:38:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 09:38:20 -0800 |
commit | 4f3434586743afb69f00ca91fe6ec9b68b39ae7e (patch) | |
tree | a5ffaef86349351966f8d5a2b24d8781dc11b684 /benchmark | |
parent | 327e1428c5cdcb62beef6d2e00ab6f1d699256f0 (diff) | |
download | pandoc-4f3434586743afb69f00ca91fe6ec9b68b39ae7e.tar.gz |
Update copyright notices for 2021 (#7012)
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/benchmark-pandoc.hs | 2 | ||||
-rw-r--r-- | benchmark/weigh-pandoc.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/benchmark-pandoc.hs b/benchmark/benchmark-pandoc.hs index 3e7b663b4..b3e67bb14 100644 --- a/benchmark/benchmark-pandoc.hs +++ b/benchmark/benchmark-pandoc.hs @@ -1,7 +1,7 @@ {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {- -Copyright (C) 2012-2019 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2012-2021 John MacFarlane <jgm@berkeley.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/benchmark/weigh-pandoc.hs b/benchmark/weigh-pandoc.hs index 4ba6feb03..ad4c83ad7 100644 --- a/benchmark/weigh-pandoc.hs +++ b/benchmark/weigh-pandoc.hs @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : Main - Copyright : © 2016-2019 John MacFarlane <jgm@berkeley.edu> + Copyright : © 2016-2021 John MacFarlane <jgm@berkeley.edu> License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm@berkeley.edu> |