www

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

commit 40fe63bb94b459e131b6d27752e1eb76a0994d3c
parent 6e036351074048c5c18890e1523e6c8389ce82eb
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu,  8 Jun 2017 23:51:04 +0200

Fixed license file (stale header accidentally copied over from an other project); added xlist package.

Diffstat:
MLICENSE-more.md | 8++------
Mpackages.dot | 6++++++
2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/LICENSE-more.md b/LICENSE-more.md @@ -1,9 +1,5 @@ -multi-id - -Parts of this this software were initially written as part of a project -at Cortus, S.A.S. which can be reached at 97 Rue de Freyr, 34000 -Montpellier, France. I got their permission to redistribute the code in -the Public Domain. +packages +Copyright (c) Georges Dupéron 2016-2017. diff --git a/packages.dot b/packages.dot @@ -26,6 +26,7 @@ digraph packages { "phc-adt" -> "scribble-math" "phc-adt" -> "typed-struct-props" "phc-adt" -> "type-expander" + "phc-adt" -> "xlist" "phc-graph" -> "aful" "phc-graph" -> "delay-pure" "phc-graph" -> "hyper-literate" @@ -58,4 +59,9 @@ digraph packages { "type-expander" -> "auto-syntax-e" "type-expander" -> "hyper-literate" "type-expander" -> "scribble-enhanced" + "xlist" -> "scribble-enhanced" + "xlist" -> "multi-id" + "xlist" -> "type-expander" + "xlist" -> "phc-tookkit" + "xlist" -> "scribble-math" }