summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events/src/Events/Spec/LICENSE2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/src/Events/Spec/LICENSE b/events/src/Events/Spec/LICENSE
index c28fee7..b98b4be 100644
--- a/events/src/Events/Spec/LICENSE
+++ b/events/src/Events/Spec/LICENSE
@@ -1,4 +1,4 @@
1The code in siblings of this file is either heavily inspired by or copied from [glambda](https://hackage.haskell.org/package/glamba), an interpreter for a simply typed lambda-calculus by Richard Eisenberg under the following license: 1The code in `Eval.hs` and `Types.hs` is either heavily inspired by or copied from [glambda](https://hackage.haskell.org/package/glamba), an interpreter for a simply typed lambda-calculus by Richard Eisenberg under the following license:
2 2
3Copyright (c) 2015, Richard Eisenberg 3Copyright (c) 2015, Richard Eisenberg
4All rights reserved. 4All rights reserved.