diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-29 21:17:42 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-29 21:17:42 +0100 |
commit | 484c91ea36f9d994c33a87a94cdd8156f0bb1355 (patch) | |
tree | 83eacf1c14afdfb42c423f6925ce755572d23e2e | |
parent | 2e178f0990c065aff09f69c7d83a0be62c293874 (diff) | |
download | pandoc-484c91ea36f9d994c33a87a94cdd8156f0bb1355.tar.gz |
Updated copyright to include 2017.
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Pandoc -Copyright (C) 2006-2016 John MacFarlane <jgm at berkeley dot edu> +Copyright (C) 2006-2017 John MacFarlane <jgm at berkeley dot edu> This code is released under the [GPL], version 2 or later: diff --git a/pandoc.cabal b/pandoc.cabal index f01c8af67..ce552ecdc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -4,7 +4,7 @@ Cabal-Version: >= 1.10 Build-Type: Custom License: GPL License-File: COPYING.md -Copyright: (c) 2006-2016 John MacFarlane +Copyright: (c) 2006-2017 John MacFarlane Author: John MacFarlane <jgm@berkeley.edu> Maintainer: John MacFarlane <jgm@berkeley.edu> Bug-Reports: https://github.com/jgm/pandoc/issues |