From 40fe63bb94b459e131b6d27752e1eb76a0994d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 8 Jun 2017 23:51:04 +0200 Subject: [PATCH] Fixed license file (stale header accidentally copied over from an other project); added xlist package. --- LICENSE-more.md | 8 ++------ packages.dot | 6 ++++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index 977ca8d..cc863e3 100644 --- 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 index e5a223f..b5e23cb 100644 --- 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" }