From 2e1ad35d184f719ae9e3d9e25827c9a1b028d5d8 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 21 Jan 2010 16:03:56 -0500 Subject: [PATCH] license: Add missing copyright headers. --- Data/Floating/Instances.hs | 8 ++++++++ Data/Poset/Internal.hs | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Data/Floating/Instances.hs b/Data/Floating/Instances.hs index 2c0cce8..21f19d7 100644 --- a/Data/Floating/Instances.hs +++ b/Data/Floating/Instances.hs @@ -1,3 +1,11 @@ +{- + - Copyright (C) 2009 Nick Bowler. + - + - License BSD2: 2-clause BSD license. See LICENSE for full terms. + - This is free software: you are free to change and redistribute it. + - There is NO WARRANTY, to the extent permitted by law. + -} + module Data.Floating.Instances where import qualified Prelude diff --git a/Data/Poset/Internal.hs b/Data/Poset/Internal.hs index cf86009..dbb1493 100644 --- a/Data/Poset/Internal.hs +++ b/Data/Poset/Internal.hs @@ -1,3 +1,11 @@ +{- + - Copyright (C) 2009 Nick Bowler. + - + - License BSD2: 2-clause BSD license. See LICENSE for full terms. + - This is free software: you are free to change and redistribute it. + - There is NO WARRANTY, to the extent permitted by law. + -} + {-# LANGUAGE FlexibleInstances, OverlappingInstances, UndecidableInstances #-} module Data.Poset.Internal where -- 2.11.4.GIT