From 4b7ecd2e2494da10bb19f4e76742ff442c5e753b Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Sun, 7 Jul 2002 18:48:07 +0000 Subject: [PATCH] Insert Copyrights. --- testsuite/dumpdb | 7 +++++++ testsuite/mktest | 7 +++++++ testsuite/tbstub | 7 +++++++ testsuite/tbtest | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/testsuite/dumpdb b/testsuite/dumpdb index 01e3c16977..9a96747841 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 6a9490536c..c21e089ba6 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 86a04977e0..fa95274439 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 c0e39d08e4..c5ff188435 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 -- GitLab