This patch silences commands that echoed copyright notices to the
devstack logs. The copyright notices are moved to the top of the
file as comments.
Change-Id: I8d474a366af2954c168ba8d07329392f56e8e75a
| ... | ... |
@@ -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 |