From 65fe72e4d69f278f46795e810fecd0c2bfb5d203 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 21:11:02 +0000 Subject: [PATCH] Changed my name :) --- Graph-notes-copy2.vue | 10 +++++----- LICENSE.txt | 2 +- info.rkt | 2 +- scribblings/phc-graph-implementation.scrbl | 2 +- scribblings/phc-graph.scrbl | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Graph-notes-copy2.vue b/Graph-notes-copy2.vue index 2f91b26..2ce5858 100644 --- a/Graph-notes-copy2.vue +++ b/Graph-notes-copy2.vue @@ -1,7 +1,7 @@ - + Graph-notes-copy2.vue - + #FFFFFF #404040 @@ -3966,6 +3966,6 @@ 2016-11-16 6 - /home/georges/phc/racket-packages/phc-graph - /home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue + /home/suzanne/phc/racket-packages/phc-graph + /home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue diff --git a/LICENSE.txt b/LICENSE.txt index cc176a4..16c8795 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ phc-graph -Copyright (c) 2016 georges +Copyright (c) 2016 Suzanne Soy This package is distributed under the GNU Lesser General Public License (LGPL). This means that you can link phc-graph into proprietary diff --git a/info.rkt b/info.rkt index b8a96e6..f8321fa 100644 --- a/info.rkt +++ b/info.rkt @@ -33,4 +33,4 @@ ("Data Structures")))) (define pkg-desc "Description Here") (define version "0.0") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/phc-graph-implementation.scrbl b/scribblings/phc-graph-implementation.scrbl index 6ed8bef..5aa2ff9 100644 --- a/scribblings/phc-graph-implementation.scrbl +++ b/scribblings/phc-graph-implementation.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{Ph.C Graph library: 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/scribblings/phc-graph.scrbl b/scribblings/phc-graph.scrbl index efaac71..f288788 100644 --- a/scribblings/phc-graph.scrbl +++ b/scribblings/phc-graph.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{Ph.C Graph library} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] This library is implmented using literate programming. The implementation details are presented in