www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 65fe72e4d69f278f46795e810fecd0c2bfb5d203
parent 1ad9f691aa0755ed4e073f64fa357cb325816aec
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:11:02 +0000

Changed my name :)

Diffstat:
MGraph-notes-copy2.vue | 10+++++-----
MLICENSE.txt | 2+-
Minfo.rkt | 2+-
Mscribblings/phc-graph-implementation.scrbl | 2+-
Mscribblings/phc-graph.scrbl | 2+-
5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Graph-notes-copy2.vue b/Graph-notes-copy2.vue @@ -1,7 +1,7 @@ <!-- Tufts VUE 3.3.0 concept-map (Graph-notes-copy2.vue) 2017-04-11 --> <!-- Tufts VUE: http://vue.tufts.edu/ --> <!-- Do Not Remove: VUE mapping @version(1.1) jar:file:/nix/store/z92y35qgs6g3cvvh0i4f14mg5n47zvvi-vue-3.3.0/share/vue/vue.jar!/tufts/vue/resources/lw_mapping_1_1.xml --> -<!-- Do Not Remove: Saved date Tue Apr 11 14:04:44 CEST 2017 by georges on platform Linux 4.4.40 in JVM 1.8.0_122-04 --> +<!-- Do Not Remove: Saved date Tue Apr 11 14:04:44 CEST 2017 by Suzanne Soy on platform Linux 4.4.40 in JVM 1.8.0_122-04 --> <!-- Do Not Remove: Saving version @(#)VUE: built October 8 2015 at 1724 by tomadm on Linux 2.6.32-504.23.4.el6.x86_64 i386 JVM 1.7.0_21-b11(bits=32) --> <?xml version="1.0" encoding="US-ASCII"?> <LW-MAP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -9,10 +9,10 @@ label="Graph-notes-copy2.vue" created="1479309847604" x="0.0" y="0.0" width="1.4E-45" height="1.4E-45" strokeWidth="0.0" autoSized="false"> <resource referenceCreated="1491912284366" size="216026" - spec="/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue" + spec="/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue" type="1" xsi:type="URLResource"> <title>Graph-notes-copy2.vue</title> - <property key="File" value="/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"/> + <property key="File" value="/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"/> </resource> <fillColor>#FFFFFF</fillColor> <strokeColor>#404040</strokeColor> @@ -3966,6 +3966,6 @@ </PathwayList> <date>2016-11-16</date> <modelVersion>6</modelVersion> - <saveLocation>/home/georges/phc/racket-packages/phc-graph</saveLocation> - <saveFile>/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue</saveFile> + <saveLocation>/home/suzanne/phc/racket-packages/phc-graph</saveLocation> + <saveFile>/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue</saveFile> </LW-MAP> diff --git 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 @@ -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 @@ -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 @@ -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