From 93a7f369bf9ee60ce6efd64bdfbc8e6b0935c99b Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Tue, 6 Aug 2019 12:27:05 -0400 Subject: [PATCH] Add README and fix license location --- LICENSE.txt | 2 +- README.org | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.org diff --git a/LICENSE.txt b/LICENSE.txt index af27339..4f30326 120000 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1 +1 @@ -goblinoid/LICENSE.txt \ No newline at end of file +goblins/LICENSE.txt \ No newline at end of file diff --git a/README.org b/README.org new file mode 100644 index 0000000..ca85121 --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +Goblins is an actor model implementation written as a Racket library. +It was originally written for use in Spritely, but is fairly general. + +* License + +Released under Apache v2.