From 64fbd5680335fd78ea5f29573d6fd084685fdde1 Mon Sep 17 00:00:00 2001 From: Maximilian Huber Date: Tue, 23 Apr 2024 10:39:19 +0200 Subject: [PATCH] add README for data Signed-off-by: Maximilian Huber --- data/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/README.md diff --git a/data/README.md b/data/README.md new file mode 100644 index 00000000000..5cee5451cf0 --- /dev/null +++ b/data/README.md @@ -0,0 +1,9 @@ +# data + +This directory verndors data from other sources. +They are all under their respective licenses as described in their directories. +They are included as `git subtree`s to not be annoyed by submodules and to capture their complete history here. + +## Updating + +there are several `update.*` scripts in `./data` that can be used to update the sources. And there is a `all_update.sh` to run them all.