From 963de56ea8aac0941d07313c0900b63ee12a0126 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:37:45 +0000 Subject: [PATCH] Changed my name :) --- phc-adt-doc/info.rkt | 2 +- phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl | 2 +- phc-adt-lib/info.rkt | 2 +- phc-adt-test/info.rkt | 2 +- phc-adt/info.rkt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phc-adt-doc/info.rkt b/phc-adt-doc/info.rkt index 6e37538..40d2285 100644 --- a/phc-adt-doc/info.rkt +++ b/phc-adt-doc/info.rkt @@ -22,4 +22,4 @@ "datatype")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl b/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl index f2611cf..f32bfac 100644 --- a/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl +++ b/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl @@ -1,7 +1,7 @@ #lang scribble/manual @title{Algebraic Data Types for compilers: Implementation} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] This library is implemented using literate programming. The implementation details are presented in the following sections. The user documentation is in diff --git a/phc-adt-lib/info.rkt b/phc-adt-lib/info.rkt index 68decdd..105831e 100644 --- a/phc-adt-lib/info.rkt +++ b/phc-adt-lib/info.rkt @@ -22,4 +22,4 @@ "scribble-math")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt-test/info.rkt b/phc-adt-test/info.rkt index 9cddd66..8b195dc 100644 --- a/phc-adt-test/info.rkt +++ b/phc-adt-test/info.rkt @@ -11,4 +11,4 @@ (define build-deps '()) (define pkg-desc "Tests for the phc-adt library") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt/info.rkt b/phc-adt/info.rkt index b1dec63..2003c87 100644 --- a/phc-adt/info.rkt +++ b/phc-adt/info.rkt @@ -9,4 +9,4 @@ (define build-deps '()) (define pkg-desc "Algebraic Datatypes tailored for writing compilers") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy"))