[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:50:10 UTC 2010


The following commit has been merged in the master branch:
commit 49332bf86171dc965dbcc9fa78f986ef783406a5
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 4 23:19:30 2004 +0100

    Checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-42)

diff --git a/ChangeLog b/ChangeLog
index f0c9a2d..3ee31d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-04 16:19:30 GMT	John Goerzen <jgoerzen at complete.org>	patch-42
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-42
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Checksum/CRC32/GZip.hs
+     libsrc/MissingH/FileArchive/GZip.hs
+
+
 2004-12-04 04:51:40 GMT	John Goerzen <jgoerzen at complete.org>	patch-41
 
     Summary:
diff --git a/libsrc/MissingH/Checksum/CRC32/GZip.hs b/libsrc/MissingH/Checksum/CRC32/GZip.hs
index 47d98f0..a9f1cb0 100644
--- a/libsrc/MissingH/Checksum/CRC32/GZip.hs
+++ b/libsrc/MissingH/Checksum/CRC32/GZip.hs
@@ -1,4 +1,21 @@
--- arch-tag: GZIP CRC32 implementation in pure Haskell
+{- arch-tag: GZIP CRC32 implementation in pure Haskell
+Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+-}
+
 {- |
    Module     : MissingH.Checksum.CRC32.GZip
    Copyright  : Copyright (C) 2004 John Goerzen
@@ -9,9 +26,11 @@
    Stability  : provisional
    Portability: portable
 
-CRC32 checksumming using the GZIP/PKZIP algorithm as used in both
+CRC32 checksumming using the GZIP\/PKZIP algorithm as used in both
 ISO 3309 and section 8.1.1.6.2 of ITU-T V.42 and referenced in 
 RFC1952.
+
+Copyright (c) 2004 John Goerzen, jgoerzen\@complete.org
 -}
 
 module MissingH.Checksum.CRC32.GZip where
diff --git a/libsrc/MissingH/FileArchive/GZip.hs b/libsrc/MissingH/FileArchive/GZip.hs
index a3aaaff..c4e7455 100644
--- a/libsrc/MissingH/FileArchive/GZip.hs
+++ b/libsrc/MissingH/FileArchive/GZip.hs
@@ -1,4 +1,20 @@
--- arch-tag: GZip file support in Haskell
+{- arch-tag: GZip file support in Haskell
+Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+-}
 
 {- |
    Module     : MissingH.FileArchive.GZip
@@ -12,16 +28,14 @@
 
 GZip file decompression
 
-Copyright (C) 2004 John Goerzen, jgoerzen\@complete.org
-
-The GZip format is described in RFC1952
+Copyright (c) 2004 John Goerzen, jgoerzen\@complete.org
 
+The GZip format is described in RFC1952.
 -}
-
 module MissingH.FileArchive.GZip (
                                   decompress,
                                   read_header,
-                                  Header(..),
+                                  Header(..), Section, GZipError, Footer(..),
                                   read_section,
                                   read_sections
                                  )

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list