From 6bab316b0f02e925690c4c118d3980d231c0f4d2 Mon Sep 17 00:00:00 2001 From: Hannah Kolbeck Date: Thu, 29 Sep 2022 09:50:14 -0700 Subject: [PATCH] Remove credit from test suite README (#304) --- 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!