diff --git a/LICENSE-more.md b/LICENSE-more.md index e4716f7..c1699d4 100644 --- a/LICENSE-more.md +++ b/LICENSE-more.md @@ -1,5 +1,5 @@ anaphoric -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/typed-map-doc/info.rkt b/typed-map-doc/info.rkt index 41cf560..1882819 100644 --- a/typed-map-doc/info.rkt +++ b/typed-map-doc/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/typed-map-doc/typed-map/scribblings/typed-map.scrbl b/typed-map-doc/typed-map/scribblings/typed-map.scrbl index ce30827..bc3278b 100644 --- a/typed-map-doc/typed-map/scribblings/typed-map.scrbl +++ b/typed-map-doc/typed-map/scribblings/typed-map.scrbl @@ -12,7 +12,7 @@ @(require 'orig) @title{Type inference helper for @orig:map} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[typed-map] diff --git a/typed-map-lib/info.rkt b/typed-map-lib/info.rkt index 6de6d61..2000b4b 100644 --- a/typed-map-lib/info.rkt +++ b/typed-map-lib/info.rkt @@ -8,4 +8,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/typed-map-test/info.rkt b/typed-map-test/info.rkt index 7816876..e2e7eac 100644 --- a/typed-map-test/info.rkt +++ b/typed-map-test/info.rkt @@ -8,4 +8,4 @@ (define build-deps '("aful")) (define pkg-desc "Tests for typed-map-lib") (define version "1.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/typed-map/info.rkt b/typed-map/info.rkt index 28cd63e..4cfffd8 100644 --- a/typed-map/info.rkt +++ b/typed-map/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy"))