Browse code

Merge "Silence commands to echo copyright notices"

Jenkins authored on 2014/02/05 05:24:39
Showing 1 changed files
... ...
@@ -1,6 +1,11 @@
1 1
 #!/usr/bin/env bash
2 2
 #
3
-
3
+# Copyright 2012, Cisco Systems
4
+# Copyright 2012, VMware, Inc.
5
+# Copyright 2012, NTT MCL, Inc.
6
+#
7
+# Please direct any questions to dedutta@cisco.com, dwendlandt@vmware.com, nachi@nttmcl.com
8
+#
4 9
 # **neutron-adv-test.sh**
5 10
 
6 11
 # Perform integration testing of Nova and other components with Neutron.
... ...
@@ -406,14 +411,6 @@ usage() {
406 406
 main() {
407 407
 
408 408
     echo Description
409
-    echo
410
-    echo Copyright 2012, Cisco Systems
411
-    echo Copyright 2012, VMware, Inc.
412
-    echo Copyright 2012, NTT MCL, Inc.
413
-    echo
414
-    echo Please direct any questions to dedutta@cisco.com, dwendlandt@vmware.com, nachi@nttmcl.com
415
-    echo
416
-
417 409
 
418 410
     if [ $# -eq 0 ] ; then
419 411
         # if no args are provided, run all tests