Skip to content

Commit 8a3b676

Browse files
committed
Update copyright dates and module header docs
1 parent 682d738 commit 8a3b676

File tree

6 files changed

+12
-22
lines changed

6 files changed

+12
-22
lines changed

Codec/Compression/GZip.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
-----------------------------------------------------------------------------
22
-- |
3-
-- Copyright : (c) 2006-2008 Duncan Coutts
3+
-- Copyright : (c) 2006-2014 Duncan Coutts
44
-- License : BSD-style
55
--
6-
-- Maintainer : [email protected]
7-
-- Stability : provisional
8-
-- Portability : portable (H98 + FFI)
6+
-- Maintainer : [email protected]
97
--
108
-- Compression and decompression of data streams in the gzip format.
119
--

Codec/Compression/Zlib.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
-----------------------------------------------------------------------------
22
-- |
3-
-- Copyright : (c) 2006-2008 Duncan Coutts
3+
-- Copyright : (c) 2006-2014 Duncan Coutts
44
-- License : BSD-style
55
--
6-
-- Maintainer : [email protected]
7-
-- Stability : provisional
8-
-- Portability : portable (H98 + FFI)
6+
-- Maintainer : [email protected]
97
--
108
-- Compression and decompression of data streams in the zlib format.
119
--

Codec/Compression/Zlib/Internal.hs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{-# LANGUAGE CPP, RankNTypes, BangPatterns #-}
22
-----------------------------------------------------------------------------
33
-- |
4-
-- Copyright : (c) 2006-2008 Duncan Coutts
4+
-- Copyright : (c) 2006-2014 Duncan Coutts
55
-- License : BSD-style
66
--
7-
-- Maintainer : [email protected]
8-
-- Stability : provisional
9-
-- Portability : portable (H98 + FFI)
7+
-- Maintainer : [email protected]
108
--
11-
-- Pure stream based interface to lower level zlib wrapper
9+
-- Pure and IO stream based interfaces to lower level zlib wrapper
1210
--
1311
-----------------------------------------------------------------------------
1412
module Codec.Compression.Zlib.Internal (

Codec/Compression/Zlib/Raw.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
-----------------------------------------------------------------------------
22
-- |
3-
-- Copyright : (c) 2006-2008 Duncan Coutts
3+
-- Copyright : (c) 2006-2014 Duncan Coutts
44
-- License : BSD-style
55
--
6-
-- Maintainer : [email protected]
7-
-- Stability : provisional
8-
-- Portability : portable (H98 + FFI)
6+
-- Maintainer : [email protected]
97
--
108
-- Compression and decompression of data streams in the raw deflate format.
119
--

Codec/Compression/Zlib/Stream.hsc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{-# LANGUAGE ForeignFunctionInterface #-}
22
-----------------------------------------------------------------------------
33
-- |
4-
-- Copyright : (c) 2006-2008 Duncan Coutts
4+
-- Copyright : (c) 2006-2014 Duncan Coutts
55
-- License : BSD-style
66
--
7-
-- Maintainer : [email protected]
8-
-- Stability : provisional
9-
-- Portability : portable (H98 + FFI)
7+
-- Maintainer : [email protected]
108
--
119
-- Zlib wrapper layer
1210
--

zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zlib
22
version: 0.6.0.0
3-
copyright: (c) 2006-2012 Duncan Coutts
3+
copyright: (c) 2006-2014 Duncan Coutts
44
license: BSD3
55
license-file: LICENSE
66
author: Duncan Coutts <[email protected]>

0 commit comments

Comments
 (0)