diff --git a/kollacli/commands/deploy.py b/kollacli/commands/deploy.py index 7d54124..5059ac2 100644 --- a/kollacli/commands/deploy.py +++ b/kollacli/commands/deploy.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/group.py b/kollacli/commands/group.py index 1f588f6..236a9a6 100644 --- a/kollacli/commands/group.py +++ b/kollacli/commands/group.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/host.py b/kollacli/commands/host.py index 95ee119..406a433 100644 --- a/kollacli/commands/host.py +++ b/kollacli/commands/host.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/password.py b/kollacli/commands/password.py index eac42ea..4a94578 100644 --- a/kollacli/commands/password.py +++ b/kollacli/commands/password.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/property.py b/kollacli/commands/property.py index c8a63fe..519d43c 100644 --- a/kollacli/commands/property.py +++ b/kollacli/commands/property.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/service.py b/kollacli/commands/service.py index bdb2a04..1eaedfb 100644 --- a/kollacli/commands/service.py +++ b/kollacli/commands/service.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/commands/support.py b/kollacli/commands/support.py index 21c8caf..6f45790 100644 --- a/kollacli/commands/support.py +++ b/kollacli/commands/support.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/ansible/actions.py b/kollacli/common/ansible/actions.py index 454f39a..42d1cd3 100644 --- a/kollacli/common/ansible/actions.py +++ b/kollacli/common/ansible/actions.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/ansible/playbook.py b/kollacli/common/ansible/playbook.py index ebc8e11..59cd5d4 100644 --- a/kollacli/common/ansible/playbook.py +++ b/kollacli/common/ansible/playbook.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/inventory.py b/kollacli/common/inventory.py index 83dcaa6..720687a 100644 --- a/kollacli/common/inventory.py +++ b/kollacli/common/inventory.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/passwords.py b/kollacli/common/passwords.py index d74b2ed..34c62da 100644 --- a/kollacli/common/passwords.py +++ b/kollacli/common/passwords.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/properties.py b/kollacli/common/properties.py index 3cf39c6..5a80dab 100644 --- a/kollacli/common/properties.py +++ b/kollacli/common/properties.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/sshutils.py b/kollacli/common/sshutils.py index 47f9553..c78d574 100644 --- a/kollacli/common/sshutils.py +++ b/kollacli/common/sshutils.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/support.py b/kollacli/common/support.py index 617b63b..a5c1149 100644 --- a/kollacli/common/support.py +++ b/kollacli/common/support.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/common/utils.py b/kollacli/common/utils.py index 0246fd7..b5b3f77 100644 --- a/kollacli/common/utils.py +++ b/kollacli/common/utils.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/exceptions.py b/kollacli/exceptions.py index f37ef06..efaa742 100644 --- a/kollacli/exceptions.py +++ b/kollacli/exceptions.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/kollacli/shell.py b/kollacli/shell.py index b43efa1..aeb5438 100755 --- a/kollacli/shell.py +++ b/kollacli/shell.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/common.py b/tests/common.py index ac751a0..cfb2a0c 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/deploy.py b/tests/deploy.py index c61a9bb..e95b0b0 100644 --- a/tests/deploy.py +++ b/tests/deploy.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/destroy.py b/tests/destroy.py index f8608f6..45cc69d 100644 --- a/tests/destroy.py +++ b/tests/destroy.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/group.py b/tests/group.py index 26d9cf9..4d1fb8e 100644 --- a/tests/group.py +++ b/tests/group.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/host.py b/tests/host.py index 841ae98..244bb86 100644 --- a/tests/host.py +++ b/tests/host.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/password.py b/tests/password.py index 9050410..4f67024 100644 --- a/tests/password.py +++ b/tests/password.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/property.py b/tests/property.py index 6562f4e..f4dfce9 100644 --- a/tests/property.py +++ b/tests/property.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tests/service.py b/tests/service.py index 5b64e8b..e723a69 100644 --- a/tests/service.py +++ b/tests/service.py @@ -1,4 +1,4 @@ -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tools/log_collector.py b/tools/log_collector.py index 25937e9..5a830a4 100755 --- a/tools/log_collector.py +++ b/tools/log_collector.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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 diff --git a/tools/passwd_editor.py b/tools/passwd_editor.py index e64067f..e90cedc 100755 --- a/tools/passwd_editor.py +++ b/tools/passwd_editor.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright(c) 2015, Oracle and/or its affiliates. All Rights Reserved. +# Copyright(c) 2016, Oracle and/or its affiliates. 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