diff --git a/LICENSE b/LICENSE index c05c5ee0a5..22742f7525 100644 --- a/LICENSE +++ b/LICENSE @@ -5,6 +5,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, diff --git a/ansible.cfg b/ansible.cfg index 9b3a1890fc..0021e78bf8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,3 +14,4 @@ connect_timeout = 180 [ssh_connection] retries = 3 ssh_args = -o ControlMaster=auto -o ControlPersist=60 -o ConnectTimeout=60 + diff --git a/omnia.yml b/omnia.yml index 307e57a460..0a049f4ad4 100644 --- a/omnia.yml +++ b/omnia.yml @@ -5,7 +5,6 @@ # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/prereq.sh b/prereq.sh index 33c2d69902..92128f3404 100755 --- a/prereq.sh +++ b/prereq.sh @@ -1,14 +1,13 @@ #!/bin/bash - +# New change +# Test # Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved. -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.