about summary refs log tree commit homepage
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 10:34:52 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 10:34:52 -0700
commit11198b5154758322054b8e5ca572748fcad4d118 (patch)
tree4f9fca32a06894f64d52ba501ec59b41e19a37f2 /t/test-lib.sh
parent2dfcea55f5833a7165921034871e8b8c6806885e (diff)
downloadrainbows-11198b5154758322054b8e5ca572748fcad4d118.tar.gz
Everything is logged in git anyways and it'll be easier to
hand off to somebody else.
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 9e286bc..5551378 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2009 Eric Wong
+# Copyright (c) 2009 Rainbows! developers
 set -e
 set -u
 T=$(basename $0)