diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-05-15 16:30:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 16:30:33 +0200 |
| commit | 000293a4e38444125d439a14062e53ac3aa654fd (patch) | |
| tree | c47c9cfb19a020bfd4831e5f331fbb9ae257b802 /src/Text/Pandoc/Writers/OpenDocument.hs | |
| parent | 1cbb3bad2b9d7c609959186668e3edbd496bea0b (diff) | |
| parent | 09ef99477d26f563253fb8a9fba1c4e0bc727f6a (diff) | |
| download | pandoc-000293a4e38444125d439a14062e53ac3aa654fd.tar.gz | |
Merge pull request #3668 from tarleb/copyright-update
Update copyright notices
Diffstat (limited to 'src/Text/Pandoc/Writers/OpenDocument.hs')
| -rw-r--r-- | src/Text/Pandoc/Writers/OpenDocument.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Writers/OpenDocument.hs b/src/Text/Pandoc/Writers/OpenDocument.hs index 491069343..53c1d0c59 100644 --- a/src/Text/Pandoc/Writers/OpenDocument.hs +++ b/src/Text/Pandoc/Writers/OpenDocument.hs @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PatternGuards #-} {- -Copyright (C) 2008-2015 Andrea Rossato <andrea.rossato@ing.unitn.it> +Copyright (C) 2008-2017 Andrea Rossato <andrea.rossato@ing.unitn.it> and John MacFarlane. This program is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {- | Module : Text.Pandoc.Writers.OpenDocument - Copyright : Copyright (C) 2008-2015 Andrea Rossato and John MacFarlane + Copyright : Copyright (C) 2008-2017 Andrea Rossato and John MacFarlane License : GNU GPL, version 2 or above Maintainer : Andrea Rossato <andrea.rossato@ing.unitn.it> |
