diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-11 10:10:42 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-11 10:10:42 +0200 |
commit | 344921c2341f5e2d87720ee4c047730ae78081a3 (patch) | |
tree | d73c9f32d69dd07977bf5b15f63db9ec5e2f0cf2 | |
parent | db66c05588a593c289576a871b4056cd214d0f91 (diff) | |
download | metatile-344921c2341f5e2d87720ee4c047730ae78081a3.tar metatile-344921c2341f5e2d87720ee4c047730ae78081a3.zip |
add license headers to two missing files
darcs-hash:20070411081042-9c5c1-05a68bbf16969dbb8854b37ab9b72e042d7fac9a
-rw-r--r-- | Config.hs | 12 | ||||
-rw-r--r-- | Operations.hs | 12 |
2 files changed, 24 insertions, 0 deletions
@@ -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 -- diff --git a/Operations.hs b/Operations.hs index 333ea19..ffdaa0a 100644 --- a/Operations.hs +++ b/Operations.hs @@ -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 |