diff --git a/AUTHORS b/AUTHORS index 143ff69a..feffdff6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,4 @@ This is the list of people who have contributed to Cyclone. If you submit a patch, please add your name and email address to the end of this list: Justin Ethier +Jason K. MacDuffie diff --git a/srfi/27.sld b/srfi/27.sld index e439eda9..2e13e91f 100644 --- a/srfi/27.sld +++ b/srfi/27.sld @@ -1,10 +1,12 @@ - -;; Copyright 2016 Jason K. MacDuffie -;; License: MIT (Expat) License -;; -;; Right now this uses an LCG, and should probably be replaced -;; with a higher-quality implementation as soon as possible. -;; For casual use this will work OK. +;;;; Cyclone Scheme +;;;; https://github.com/justinethier/cyclone +;;;; +;;;; Copyright 2016 Jason K. MacDuffie +;;;; License: MIT (Expat) License +;;;; +;;;; Right now this uses an LCG, and should probably be replaced +;;;; with a higher-quality implementation as soon as possible. +;;;; For casual use this will work OK. (define-library (srfi 27) (import (scheme base)