diff --git a/LICENSE.txt b/LICENSE.txt index 8863b74fe7..e06d208186 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -200,30 +200,3 @@ Apache License See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- - -The MIT License (MIT) - -Copyright (c) [year] [fullname] - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Files in this project licensed under the MIT license: - - - playbooks/plugins/callbacks/profile_tasks.py diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 53afef8cc8..23d04e44b4 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -128,7 +128,7 @@ pushd $(dirname ${0})/../playbooks wget -O /etc/ansible/plugins/callbacks/human_log.py https://gist.githubusercontent.com/cliffano/9868180/raw/f360f306b3c6d689734a6aa8773a00edf16a0054/human_log.py # Enable callback plugins - sed -i '/\[defaults\]/a callback_plugins = plugins/callbacks' ansible.cfg + sed -i '/\[defaults\]/a callback_plugins = /etc/ansible/plugins/callbacks' ansible.cfg popd # Log some data about the instance and the rest of the system