From 448d5b29a18ee9ef88a43879bf850ff16f327cb8 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 24 Jun 2009 22:23:23 +0000 Subject: Add Haddock module headers Add a proper Haddock module header to each module, with a more finegrained copyright. If you feel mis-accreditted, please correct any copyright notice! The maintainer field is set to haddock@projects.haskell.org. Next step is to add a brief description to each module. --- src/Haddock/Options.hs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/Haddock/Options.hs') diff --git a/src/Haddock/Options.hs b/src/Haddock/Options.hs index 5e5bedd3..3f1b29b8 100644 --- a/src/Haddock/Options.hs +++ b/src/Haddock/Options.hs @@ -1,8 +1,16 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Haddock.Options +-- Copyright : (c) Simon Marlow 2003-2006, +-- David Waern 2006-2009 +-- License : BSD-like -- --- Haddock - A Haskell Documentation Tool --- --- (c) Simon Marlow 2003 +-- Maintainer : haddock@projects.haskell.org +-- Stability : experimental +-- Portability : portable -- +-- Definition of the command line interface of Haddock +----------------------------------------------------------------------------- module Haddock.Options ( -- cgit v1.2.3