diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /testsuite | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz |
- update my name. No obj-code changes ;)
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/pidof.tests | 2 | ||||
-rwxr-xr-x | testsuite/sum.tests | 2 | ||||
-rwxr-xr-x | testsuite/taskset.tests | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/pidof.tests b/testsuite/pidof.tests index 29cfa943a..a05a30239 100755 --- a/testsuite/pidof.tests +++ b/testsuite/pidof.tests @@ -1,7 +1,7 @@ #!/bin/sh # pidof tests. -# Copyright 2005 by Bernhard Fischer +# Copyright 2005 by Bernhard Reutner-Fischer # Licensed under GPL v2, see file LICENSE for details. # AUDIT: diff --git a/testsuite/sum.tests b/testsuite/sum.tests index 0993f03b1..e537cf607 100755 --- a/testsuite/sum.tests +++ b/testsuite/sum.tests @@ -1,7 +1,7 @@ #!/bin/sh # unit test for sum. -# Copyright 2007 by Bernhard Fischer +# Copyright 2007 by Bernhard Reutner-Fischer # Licensed under GPL v2 or later, see file LICENSE for details. # AUDIT: Unit tests for sum diff --git a/testsuite/taskset.tests b/testsuite/taskset.tests index a3757ab5b..45993648f 100755 --- a/testsuite/taskset.tests +++ b/testsuite/taskset.tests @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2006 Bernhard Fischer +# Copyright 2006 Bernhard Reutner-Fischer # Licensed under GPL v2 or later, see file LICENSE for details. . testing.sh |