From dec236692681c3ad02c69e6d3dd403d7e63602d2 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Mon, 13 Nov 2023 04:43:53 +0000 Subject: [PATCH] add note to third-party --- third-party | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/third-party b/third-party index e69de29..2807c13 100644 --- a/third-party +++ b/third-party @@ -0,0 +1,8 @@ +All files except rope.sml (written by me) were genereated from the repository below. +https://github.com/josephg/editing-traces/tree/master/sequential_traces + +The files in that repository are all licensed under CC BY 4.0, except for the Automerge edit trace which was taken from the below repository, where I do not see a license. +https://github.com/automerge/automerge-perf/ + +rope.sml is licensed under the Zero Clause BSD license described at the link below. +https://landley.net/toybox/license.html