From b0a5b9e68046d40fcfdc5982db3371500a123eee Mon Sep 17 00:00:00 2001 From: Hannah Kolbeck Date: Wed, 28 Sep 2022 16:58:19 -0700 Subject: [PATCH] Remove credit from test suite README --- tests/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/README.md b/tests/README.md index 7c5fa5e..0ddfea0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -52,10 +52,3 @@ please send a PR. If you think the disagreement is due to a genuine error or oversight in the KDL specification, please open an issue explaining the matter and the change will be considered for the next version of the KDL spec. - -## Credit - -This test suite was extracted from -[`kdl4j`](https://github.com/hkolbeck/kdl4j), the original Java -implementation of KDL, with huge thanks to -[@hkolbeck](https://github.com/hkolbeck) for authoring them!