From fbbc8ba7fedef78e018d546d104315d7aa3c5df2 Mon Sep 17 00:00:00 2001
From: ross <unknown>
Date: Wed, 23 Mar 2005 14:34:21 +0000
Subject: [PATCH] [project @ 2005-03-23 14:34:21 by ross] add license files for
 individual packages

---
 LICENSE         | 28 ++++++++++++++++++++++++++++
 haskell98.cabal |  1 +
 2 files changed, 29 insertions(+)
 create mode 100644 LICENSE

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..de923be
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,28 @@
+Code derived from the document "Report on the Programming Language
+Haskell 98", is distributed under the following license:
+
+  Copyright (c) 2002 Simon Peyton Jones
+
+  The authors intend this Report to belong to the entire Haskell
+  community, and so we grant permission to copy and distribute it for
+  any purpose, provided that it is reproduced in its entirety,
+  including this Notice.  Modified versions of this Report may also be
+  copied and distributed for any purpose, provided that the modified
+  version is clearly presented as such, and that it does not claim to
+  be a definition of the Haskell 98 Language.
+
+-----------------------------------------------------------------------------
+
+Code derived from the document "The Haskell 98 Foreign Function
+Interface, An Addendum to the Haskell 98 Report" is distributed under
+the following license:
+
+  Copyright (c) 2002 Manuel M. T. Chakravarty
+
+  The authors intend this Report to belong to the entire Haskell
+  community, and so we grant permission to copy and distribute it for
+  any purpose, provided that it is reproduced in its entirety,
+  including this Notice.  Modified versions of this Report may also be
+  copied and distributed for any purpose, provided that the modified
+  version is clearly presented as such, and that it does not claim to
+  be a definition of the Haskell 98 Foreign Function Interface.
diff --git a/haskell98.cabal b/haskell98.cabal
index db8c67e..d01ac77 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -1,6 +1,7 @@
 name:		haskell98
 version:	1.0
 license:	BSD3
+license-file:	LICENSE
 maintainer:	libraries@haskell.org
 synopsis:	Compatibility with Haskell 98
 description:
-- 
GitLab