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

This commit is contained in:
Georges Dupéron 2017-06-08 23:51:04 +02:00
parent 6e03635107
commit 40fe63bb94
2 changed files with 8 additions and 6 deletions

View File

@ -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.

View File

@ -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"
}