[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:44:55 UTC 2010


The following commit has been merged in the master branch:
commit d4570b32a7a5c2a4f90ed4ba697f3edb4708706e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Oct 20 21:43:27 2004 +0100

    Added Haddock meta-tags to docs
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-83)

diff --git a/COPYRIGHT b/COPYRIGHT
index 7fc8034..98fbeb9 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -23,6 +23,19 @@ distribution.  Debian GNU/Linux users may find this in
 If the GPL is unacceptable for your uses, please e-mail me; alternative
 terms can be negotiated for your project.
 
+============================================================================
+Special Notes for Included Code
+============================================================================
+
+MissingH includes some code from other authors.  The copyright and license
+statements for these sources are included below.  All are GPL-compatible
+licenses, so if you have any doubt about how to treat MissingH as a whole,
+simply know that the GPL should be understood to cover the entire library.
+
+If you split out the parts originally from other authors, and use them
+completely independently of the rest of the library, you may treat them
+under the licenses shown below.
+
 ----------------------------------------------------
 The MissingH.Hsemail modules come from hsemail 2004-10-12 from 
 http://cryp.to/hsemail/.
diff --git a/ChangeLog b/ChangeLog
index 9ddeed0..34bfbf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,25 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-20 15:43:27 GMT	John Goerzen <jgoerzen at complete.org>	patch-83
+
+    Summary:
+      Added Haddock meta-tags to docs
+    Revision:
+      missingh--head--1.0--patch-83
+
+
+    modified files:
+     COPYRIGHT ChangeLog debian/copyright libsrc/MissingH/Cmd.hs
+     libsrc/MissingH/IO.hs libsrc/MissingH/IO/Binary.hs
+     libsrc/MissingH/List.hs libsrc/MissingH/Logging.hs
+     libsrc/MissingH/Logging/Handler.hs
+     libsrc/MissingH/Logging/Handler/Simple.hs
+     libsrc/MissingH/Logging/Handler/Syslog.hs
+     libsrc/MissingH/Logging/Logger.hs libsrc/MissingH/Str.hs
+     libsrc/MissingH/Threads.hs
+
+
 2004-10-20 13:56:18 GMT	John Goerzen <jgoerzen at complete.org>	patch-82
 
     Summary:
diff --git a/debian/copyright b/debian/copyright
index 7fc8034..98fbeb9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,6 +23,19 @@ distribution.  Debian GNU/Linux users may find this in
 If the GPL is unacceptable for your uses, please e-mail me; alternative
 terms can be negotiated for your project.
 
+============================================================================
+Special Notes for Included Code
+============================================================================
+
+MissingH includes some code from other authors.  The copyright and license
+statements for these sources are included below.  All are GPL-compatible
+licenses, so if you have any doubt about how to treat MissingH as a whole,
+simply know that the GPL should be understood to cover the entire library.
+
+If you split out the parts originally from other authors, and use them
+completely independently of the rest of the library, you may treat them
+under the licenses shown below.
+
 ----------------------------------------------------
 The MissingH.Hsemail modules come from hsemail 2004-10-12 from 
 http://cryp.to/hsemail/.
diff --git a/libsrc/MissingH/Cmd.hs b/libsrc/MissingH/Cmd.hs
index f815411..f22360a 100644
--- a/libsrc/MissingH/Cmd.hs
+++ b/libsrc/MissingH/Cmd.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Command invocation utilities.
+{- |
+   Module     : MissingH.Cmd
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable to platforms with rawSystem
+
+ Command invocation utilities.
 
 Written by John Goerzen, jgoerzen\@complete.org
 -}
diff --git a/libsrc/MissingH/IO.hs b/libsrc/MissingH/IO.hs
index 1edc422..0919239 100644
--- a/libsrc/MissingH/IO.hs
+++ b/libsrc/MissingH/IO.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | This module provides various helpful utilities for dealing with I\/O.
+{- |
+   Module     : MissingH.IO
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+This module provides various helpful utilities for dealing with I\/O.
 
 There are more functions in "MissingH.IO.Binary".
 
diff --git a/libsrc/MissingH/IO/Binary.hs b/libsrc/MissingH/IO/Binary.hs
index 2ebea85..1daef06 100644
--- a/libsrc/MissingH/IO/Binary.hs
+++ b/libsrc/MissingH/IO/Binary.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | This module provides various helpful utilities for dealing with I\/O.
+{- |
+   Module     : MissingH.IO.Binary
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable to platforms supporting binary I/O
+
+This module provides various helpful utilities for dealing with I\/O.
 
 Important note: /binary functions are not supported in all Haskell
 implementations/.  Do not import or use this module unless you know you
diff --git a/libsrc/MissingH/List.hs b/libsrc/MissingH/List.hs
index f46dc75..e673e37 100644
--- a/libsrc/MissingH/List.hs
+++ b/libsrc/MissingH/List.hs
@@ -16,10 +16,20 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | This module provides various helpful utilities for dealing with lists.
+{- |
+   Module     : MissingH.List
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+This module provides various helpful utilities for dealing with lists.
 
 Written by John Goerzen, jgoerzen\@complete.org
-n-}
+-}
 
 module MissingH.List(-- * Tests
                      startswith, endswith, contains,
diff --git a/libsrc/MissingH/Logging.hs b/libsrc/MissingH/Logging.hs
index 2ea839e..fd33147 100644
--- a/libsrc/MissingH/Logging.hs
+++ b/libsrc/MissingH/Logging.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Haskell Logging Framework
+{- |
+   Module     : MissingH.Logging
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : experimental
+   Portability: portable
+
+Haskell Logging Framework
 
 Written by John Goerzen, jgoerzen\@complete.org
 
diff --git a/libsrc/MissingH/Logging/Handler.hs b/libsrc/MissingH/Logging/Handler.hs
index 7ed9390..5c114c6 100644
--- a/libsrc/MissingH/Logging/Handler.hs
+++ b/libsrc/MissingH/Logging/Handler.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Definition of log handler support
+{- |
+   Module     : MissingH.Logging.Handler
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+Definition of log handler support
 
 For some handlers, check out "MissingH.Logging.Handler.Simple" and
 "MissingH.Logging.Handler.Syslog".
diff --git a/libsrc/MissingH/Logging/Handler/Simple.hs b/libsrc/MissingH/Logging/Handler/Simple.hs
index 8258840..087c917 100644
--- a/libsrc/MissingH/Logging/Handler/Simple.hs
+++ b/libsrc/MissingH/Logging/Handler/Simple.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Simple log handlers
+{- |
+   Module     : MissingH.Logging.Handler.Simple
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+Simple log handlers
 
 Written by John Goerzen, jgoerzen\@complete.org
 -}
diff --git a/libsrc/MissingH/Logging/Handler/Syslog.hs b/libsrc/MissingH/Logging/Handler/Syslog.hs
index 40d66cf..e9ee831 100644
--- a/libsrc/MissingH/Logging/Handler/Syslog.hs
+++ b/libsrc/MissingH/Logging/Handler/Syslog.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Syslog handler for the Haskell Logging Framework
+{- |
+   Module     : MissingH.Logging.Handler.Syslog
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+Syslog handler for the Haskell Logging Framework
 
 Written by John Goerzen, jgoerzen\@complete.org
 
diff --git a/libsrc/MissingH/Logging/Logger.hs b/libsrc/MissingH/Logging/Logger.hs
index fbdeec6..0887638 100644
--- a/libsrc/MissingH/Logging/Logger.hs
+++ b/libsrc/MissingH/Logging/Logger.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Haskell Logging Framework, Primary Interface
+{- |
+   Module     : MissingH.Logging.Logger
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+Haskell Logging Framework, Primary Interface
 
 Written by John Goerzen, jgoerzen\@complete.org
 
diff --git a/libsrc/MissingH/Str.hs b/libsrc/MissingH/Str.hs
index 5edca2f..7e9ae8a 100644
--- a/libsrc/MissingH/Str.hs
+++ b/libsrc/MissingH/Str.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | This module provides various helpful utilities for dealing with strings.
+{- |
+   Module     : MissingH.Str
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+This module provides various helpful utilities for dealing with strings.
 
 Written by John Goerzen, jgoerzen\@complete.org
 -}
diff --git a/libsrc/MissingH/Threads.hs b/libsrc/MissingH/Threads.hs
index 0d24ba3..5332e61 100644
--- a/libsrc/MissingH/Threads.hs
+++ b/libsrc/MissingH/Threads.hs
@@ -16,7 +16,17 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | This module provides various helpful utilities for dealing with threads.
+{- |
+   Module     : MissingH.Threads
+   Copyright  : Copyright (C) 2004 John Goerzen
+   License    : GNU GPL, version 2 or above
+
+   Maintainer : John Goerzen, 
+   Maintainer : jgoerzen at complete.org
+   Stability  : provisional
+   Portability: portable
+
+This module provides various helpful utilities for dealing with threads.
 
 Written by John Goerzen, jgoerzen\@complete.org
 -}

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list