diff --git a/deployment/puppet/cobbler/examples/cobbler_system.py b/deployment/puppet/cobbler/examples/cobbler_system.py index 7398377591..e58b92ce97 100755 --- a/deployment/puppet/cobbler/examples/cobbler_system.py +++ b/deployment/puppet/cobbler/examples/cobbler_system.py @@ -1,5 +1,17 @@ #!/usr/bin/env python +# 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. See the +# License for the specific language governing permissions and limitations +# under the License. + import argparse import logging import re diff --git a/deployment/puppet/fuel/files/cobbler/fence_ssh.centos7.py b/deployment/puppet/fuel/files/cobbler/fence_ssh.centos7.py index 0af760eadf..a4866917cf 100644 --- a/deployment/puppet/fuel/files/cobbler/fence_ssh.centos7.py +++ b/deployment/puppet/fuel/files/cobbler/fence_ssh.centos7.py @@ -1,5 +1,17 @@ #!/usr/bin/python +# 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. See the +# License for the specific language governing permissions and limitations +# under the License. + import atexit import exceptions import pexpect diff --git a/files/fuel-notify/fuel_notify.py b/files/fuel-notify/fuel_notify.py index bce0147273..a3a6cdf0fd 100644 --- a/files/fuel-notify/fuel_notify.py +++ b/files/fuel-notify/fuel_notify.py @@ -1,5 +1,17 @@ #!/usr/bin/env python +# 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. See the +# License for the specific language governing permissions and limitations +# under the License. + import logging import logging.handlers import os diff --git a/files/rabbit-fence/rabbit-fence.py b/files/rabbit-fence/rabbit-fence.py index eda190aad7..511973e583 100644 --- a/files/rabbit-fence/rabbit-fence.py +++ b/files/rabbit-fence/rabbit-fence.py @@ -1,5 +1,17 @@ #!/usr/bin/env python +# 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. See the +# License for the specific language governing permissions and limitations +# under the License. + from __future__ import print_function usage = """Help: this daemon fences dead rabbitmq nodes""" diff --git a/tests/yaql/check_yaqls.py b/tests/yaql/check_yaqls.py index b84948fa0b..150965a805 100755 --- a/tests/yaql/check_yaqls.py +++ b/tests/yaql/check_yaqls.py @@ -1,4 +1,17 @@ #!/usr/bin/env python + +# 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. See the +# License for the specific language governing permissions and limitations +# under the License. + """Tests for YAQL expressions in Fuel tasks.yaml files Load and evaluate YAQL expressions from tasks. Usage: