diff --git a/LICENSE-more.md b/LICENSE-more.md index 633a589..c8a5b9f 100644 --- a/LICENSE-more.md +++ b/LICENSE-more.md @@ -1,5 +1,5 @@ delay-pure -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt index bc0b17c..51ae257 100644 --- a/info.rkt +++ b/info.rkt @@ -16,4 +16,4 @@ " Should be sound for occurrence typing (unlike" " delay/name) because only pure functions are allowed.")) (define version "1.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/scribblings/delay-pure.scrbl b/scribblings/delay-pure.scrbl index 0bb323a..23bbaaf 100644 --- a/scribblings/delay-pure.scrbl +++ b/scribblings/delay-pure.scrbl @@ -23,7 +23,7 @@ @(require 'tr) @title{Pure functions and promises} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[delay-pure]