aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-13 15:01:47 +0200
committerTharre <tharre3@gmail.com>2015-07-13 15:33:43 +0200
commit54d6f97c895490e2699e560990b37df95f3d1d87 (patch)
tree902d7cfcb839195f84dce0507645e5cc6d6256f5 /README.md
parent3493dac92c9da21823b39b53b808745859fb9950 (diff)
downloadredo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.gz
redo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.xz
redo-54d6f97c895490e2699e560990b37df95f3d1d87.zip
Replace custom test-suite with sharness
This should make the hole test-suite a bit more standard (by outputting TAP), as well as making it easier to test redo in a controlled environment. In contrast to bats, sharness requires no external dependencies.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50afa7b..9029f98 100644
--- a/README.md
+++ b/README.md
@@ -17,5 +17,5 @@ not set in stone yet. Missing features include parallel builds, recursive
checking for do-files, automatic cleanup of built files and probably a lot more.
# License
-This piece of software is distributed under the MIT license, see LICENSE for
-more details.
+Unless explicitly stated otherwise all files in this repository are licensed
+under the MIT license, see LICENSE for more details.