add license headers to two missing files

This commit is contained in:
Don Stewart
2007-04-11 08:10:42 +00:00
parent 85a20da22c
commit a37193f2a6
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
-----------------------------------------------------------------------------
-- |
-- Module : Config.hs
-- Copyright : (c) Spencer Janssen 2007
-- License : BSD3-style (see LICENSE)
--
-- Maintainer : dons@cse.unsw.edu.au
-- Stability : stable
-- Portability : portable
--
-----------------------------------------------------------------------------
module Config where
--

View File

@@ -1,3 +1,15 @@
-----------------------------------------------------------------------------
-- |
-- Module : Operations.hs
-- Copyright : (c) Spencer Janssen 2007
-- License : BSD3-style (see LICENSE)
--
-- Maintainer : dons@cse.unsw.edu.au
-- Stability : stable
-- Portability : portable
--
-----------------------------------------------------------------------------
module Operations where
import Data.List