aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/XML/Light/Types.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-16 18:44:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-16 18:44:38 -0800
commit4af378702ae31d4c8a11d0c827a5986f54b5e310 (patch)
tree387fe4f7dc8487be101e539db653c77d6a162f3a /src/Text/Pandoc/XML/Light/Types.hs
parentd7a4996b1e7e201095ce792375a0776984fa8fcd (diff)
downloadpandoc-4af378702ae31d4c8a11d0c827a5986f54b5e310.tar.gz
Add orig copyright/license info for code derived from xml-light.
Diffstat (limited to 'src/Text/Pandoc/XML/Light/Types.hs')
-rw-r--r--src/Text/Pandoc/XML/Light/Types.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Text/Pandoc/XML/Light/Types.hs b/src/Text/Pandoc/XML/Light/Types.hs
index f338da6ea..03fdc2e4d 100644
--- a/src/Text/Pandoc/XML/Light/Types.hs
+++ b/src/Text/Pandoc/XML/Light/Types.hs
@@ -2,13 +2,16 @@
{-# LANGUAGE DeriveDataTypeable #-}
{- |
Module : Text.Pandoc.XML.Light.Types
- Copyright : Copyright (C) 2021 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu>
Stability : alpha
Portability : portable
+ This code is taken from xml-light, released under the BSD3 license.
+ It has been modified to use Text instead of String, and the fromXL*
+ functions have been added.
-}
module Text.Pandoc.XML.Light.Types
( -- * Basic types, duplicating those from xml-light but with Text