diff --git a/novajoin/tests/unit/fake_constants.py b/novajoin/tests/unit/fake_constants.py index d30a1c0..c170e1d 100644 --- a/novajoin/tests/unit/fake_constants.py +++ b/novajoin/tests/unit/fake_constants.py @@ -1,2 +1,16 @@ +# Copyright 2016 Red Hat, Inc. +# +# 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. + PROJECT_ID = '89afd400-b646-4bbc-b12b-c0a4d63e5bd3' USER_ID = 'c853ca26-e8ea-4797-8a52-ee124a013d0e' diff --git a/scripts/novajoin-ipa-setup b/scripts/novajoin-ipa-setup index 88577f1..ac75b75 100755 --- a/scripts/novajoin-ipa-setup +++ b/scripts/novajoin-ipa-setup @@ -1,4 +1,18 @@ #!/usr/bin/python +# Copyright 2016 Red Hat, Inc. +# +# 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 os