From b55cd83a609bcb01f8472a66ab0ddca985c881e4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 10 Jan 2023 20:24:24 +0100 Subject: Update copyright years, it's 2023! --- xml-light/Text/Pandoc/XML/Light.hs | 2 +- xml-light/Text/Pandoc/XML/Light/Output.hs | 2 +- xml-light/Text/Pandoc/XML/Light/Proc.hs | 2 +- xml-light/Text/Pandoc/XML/Light/Types.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xml-light/Text') diff --git a/xml-light/Text/Pandoc/XML/Light.hs b/xml-light/Text/Pandoc/XML/Light.hs index 61025cb5c..4afeb6e66 100644 --- a/xml-light/Text/Pandoc/XML/Light.hs +++ b/xml-light/Text/Pandoc/XML/Light.hs @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : Text.Pandoc.XML.Light - Copyright : Copyright (C) 2021-2022 John MacFarlane + Copyright : Copyright (C) 2021-2023 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane diff --git a/xml-light/Text/Pandoc/XML/Light/Output.hs b/xml-light/Text/Pandoc/XML/Light/Output.hs index 6a2a73924..d54690ec7 100644 --- a/xml-light/Text/Pandoc/XML/Light/Output.hs +++ b/xml-light/Text/Pandoc/XML/Light/Output.hs @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : Text.Pandoc.XML.Light.Output - Copyright : Copyright (C) 2007 Galois, Inc., 2021-2022 John MacFarlane + Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane License : GNU GPL, version 2 or above diff --git a/xml-light/Text/Pandoc/XML/Light/Proc.hs b/xml-light/Text/Pandoc/XML/Light/Proc.hs index 87104f3a4..30952c1c7 100644 --- a/xml-light/Text/Pandoc/XML/Light/Proc.hs +++ b/xml-light/Text/Pandoc/XML/Light/Proc.hs @@ -1,7 +1,7 @@ {-# LANGUAGE FlexibleInstances #-} {- | Module : Text.Pandoc.XML.Light.Proc - Copyright : Copyright (C) 2007 Galois, Inc., 2021-2022 John MacFarlane + Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane diff --git a/xml-light/Text/Pandoc/XML/Light/Types.hs b/xml-light/Text/Pandoc/XML/Light/Types.hs index 59edb8979..943bab95b 100644 --- a/xml-light/Text/Pandoc/XML/Light/Types.hs +++ b/xml-light/Text/Pandoc/XML/Light/Types.hs @@ -2,7 +2,7 @@ {-# LANGUAGE DeriveDataTypeable #-} {- | Module : Text.Pandoc.XML.Light.Types - Copyright : Copyright (C) 2007 Galois, Inc., 2021-2022 John MacFarlane + Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane -- cgit v1.2.3