diff --git a/testsuite/dumpdb b/testsuite/dumpdb index 01e3c16977e3a5d92a6aaf07e9e9a2ae6a7488a2..9a96747841df7ead1bfb0ec195ae6ae4e4560f03 100755 --- a/testsuite/dumpdb +++ b/testsuite/dumpdb @@ -1,5 +1,12 @@ #!/usr/bin/perl -w +# +# EMULAB-COPYRIGHT +# Copyright (c) 2000-2002 University of Utah and the Flux Group. +# All rights reserved. +# + + # This scripts takes a DB and a select statement and dumps the # results of the table in a format that can easily be inserted into # atest script for use with tb_compare. diff --git a/testsuite/mktest b/testsuite/mktest index 6a9490536cb6d3a5ae46788c6c74e7a129fb54e5..c21e089ba6d71309589dbe237710ae450c2be537 100755 --- a/testsuite/mktest +++ b/testsuite/mktest @@ -1,5 +1,12 @@ #!/usr/bin/perl -w +# +# EMULAB-COPYRIGHT +# Copyright (c) 2000-2002 University of Utah and the Flux Group. +# All rights reserved. +# + + # TODO: Add support for varying number of available nodes. # TODO: Add support for Full tests. diff --git a/testsuite/tbstub b/testsuite/tbstub index 86a04977e0285e657669522cbbbdc7a477853d19..fa95274439b48f449e56c8f543a99da644cc5c09 100755 --- a/testsuite/tbstub +++ b/testsuite/tbstub @@ -1,5 +1,12 @@ #!/usr/bin/perl +# +# EMULAB-COPYRIGHT +# Copyright (c) 2000-2002 University of Utah and the Flux Group. +# All rights reserved. +# + + # The lack of -w is intentional! Several variables here are only used # by the test file and maybe not even there. Thus -w will cause a lot # of warnings of variables being used only once. diff --git a/testsuite/tbtest b/testsuite/tbtest index c0e39d08e41e2a51bcb8eccc6d88b5bc7a32164b..c5ff18843525e1bae2d55218524596d3f695355d 100755 --- a/testsuite/tbtest +++ b/testsuite/tbtest @@ -1,5 +1,12 @@ #!/usr/bin/perl -w +# +# EMULAB-COPYRIGHT +# Copyright (c) 2000-2002 University of Utah and the Flux Group. +# All rights reserved. +# + + # tbtest # This is the toplevel of the testbed testing setup. This command