Skip to content
Snippets Groups Projects
Commit 4b7ecd2e authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Insert Copyrights.

parent aa9c1b37
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/perl -w #!/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 # 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 # results of the table in a format that can easily be inserted into
# atest script for use with tb_compare. # atest script for use with tb_compare.
......
#!/usr/bin/perl -w #!/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 varying number of available nodes.
# TODO: Add support for Full tests. # TODO: Add support for Full tests.
......
#!/usr/bin/perl #!/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 # 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 # by the test file and maybe not even there. Thus -w will cause a lot
# of warnings of variables being used only once. # of warnings of variables being used only once.
......
#!/usr/bin/perl -w #!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# tbtest # tbtest
# This is the toplevel of the testbed testing setup. This command # This is the toplevel of the testbed testing setup. This command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment