diff --git a/LICENSE.rst b/LICENSE.rst index 1d7b6740..aa82c773 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. 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/bin/freezerc b/bin/freezerc index 039af3e9..269a3272 100755 --- a/bin/freezerc +++ b/bin/freezerc @@ -1,6 +1,6 @@ #!/usr/bin/env python ''' -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/__init__.py b/freezer/__init__.py index c338da34..2e5815e2 100644 --- a/freezer/__init__.py +++ b/freezer/__init__.py @@ -1,5 +1,5 @@ ''' -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/apiclient/backups.py b/freezer/apiclient/backups.py index a18c521b..b6b29de1 100644 --- a/freezer/apiclient/backups.py +++ b/freezer/apiclient/backups.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/apiclient/exceptions.py b/freezer/apiclient/exceptions.py index c99a6b71..01097e61 100644 --- a/freezer/apiclient/exceptions.py +++ b/freezer/apiclient/exceptions.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/apiclient/registration.py b/freezer/apiclient/registration.py index d4b66943..e8d7cdd1 100644 --- a/freezer/apiclient/registration.py +++ b/freezer/apiclient/registration.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/arguments.py b/freezer/arguments.py index b8b01bea..48f7ea1f 100644 --- a/freezer/arguments.py +++ b/freezer/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/freezer/backup.py b/freezer/backup.py index 3f6b9d19..9da74912 100644 --- a/freezer/backup.py +++ b/freezer/backup.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/job.py b/freezer/job.py index 1827f13d..edd303ca 100644 --- a/freezer/job.py +++ b/freezer/job.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/local.py b/freezer/local.py index 8f6700dc..1ef8dc8e 100644 --- a/freezer/local.py +++ b/freezer/local.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/lvm.py b/freezer/lvm.py index b416defa..8b3ae97e 100644 --- a/freezer/lvm.py +++ b/freezer/lvm.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/main.py b/freezer/main.py index 30aaca98..8828c2ce 100644 --- a/freezer/main.py +++ b/freezer/main.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/restore.py b/freezer/restore.py index debb3f07..7a2eab1b 100644 --- a/freezer/restore.py +++ b/freezer/restore.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/scripts/vss.ps1 b/freezer/scripts/vss.ps1 index 480bcfac..db263373 100644 --- a/freezer/scripts/vss.ps1 +++ b/freezer/scripts/vss.ps1 @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/freezer/ssh.py b/freezer/ssh.py index 5d97b63b..853ba7b5 100644 --- a/freezer/ssh.py +++ b/freezer/ssh.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/storage.py b/freezer/storage.py index d5506ce2..73eb7cfe 100644 --- a/freezer/storage.py +++ b/freezer/storage.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/swift.py b/freezer/swift.py index cc50694e..dea08b3f 100644 --- a/freezer/swift.py +++ b/freezer/swift.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/tar.py b/freezer/tar.py index 8ddbae8e..ccce2866 100644 --- a/freezer/tar.py +++ b/freezer/tar.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/utils.py b/freezer/utils.py index ada05328..b9a9b71a 100644 --- a/freezer/utils.py +++ b/freezer/utils.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/freezer/vss.py b/freezer/vss.py index 5596e74c..bfab62ff 100644 --- a/freezer/vss.py +++ b/freezer/vss.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/freezer/winutils.py b/freezer/winutils.py index 7e3343e6..c40acab6 100644 --- a/freezer/winutils.py +++ b/freezer/winutils.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_job.py b/tests/test_job.py index 99cad5dd..8c6180fb 100644 --- a/tests/test_job.py +++ b/tests/test_job.py @@ -1,6 +1,6 @@ """Freezer main.py related tests -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/test_lvm.py b/tests/test_lvm.py index 13564366..10cd81e2 100644 --- a/tests/test_lvm.py +++ b/tests/test_lvm.py @@ -1,5 +1,5 @@ """ -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/test_main.py b/tests/test_main.py index 5e4d9ff5..e02d038e 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -1,6 +1,6 @@ """Freezer main.py related tests -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/test_restore.py b/tests/test_restore.py index fe0f4115..981952e2 100644 --- a/tests/test_restore.py +++ b/tests/test_restore.py @@ -1,6 +1,6 @@ """Freezer restore.py related tests -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/test_tar.py b/tests/test_tar.py index f1afd17e..c50f02e2 100644 --- a/tests/test_tar.py +++ b/tests/test_tar.py @@ -1,6 +1,6 @@ """Freezer Tar related tests -Copyright 2014 Hewlett-Packard +(c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/test_vss.py b/tests/test_vss.py index e804ea24..91a5380a 100644 --- a/tests/test_vss.py +++ b/tests/test_vss.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_winutils.py b/tests/test_winutils.py index 9ec91b35..3f3b1d6b 100644 --- a/tests/test_winutils.py +++ b/tests/test_winutils.py @@ -1,4 +1,4 @@ -# Copyright 2014 Hewlett-Packard +# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.