diff options
-rw-r--r-- | events/src/Events/Spec/LICENSE | 2 |
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 @@ | |||
1 | The 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: | 1 | The 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 | ||
3 | Copyright (c) 2015, Richard Eisenberg | 3 | Copyright (c) 2015, Richard Eisenberg |
4 | All rights reserved. | 4 | All rights reserved. |