From 849a063a021bf71ae5b86ddfb36b0517be70cf21 Mon Sep 17 00:00:00 2001 From: Huan Xie Date: Sun, 7 May 2017 20:01:07 -0700 Subject: [PATCH] Update copyrights for new added files in this repo https://wiki.openstack.org/wiki/LegalIssuesFAQ said about copyrights, this patch is to change the new added files' copyrights from 'OpenStack Foundation' to 'Citrix Systems' Change-Id: Iec9dab76bf9906d865c54c3c9a2df0eb1fb73761 --- devstack/plugin.sh | 2 +- doc/source/conf.py | 4 ++-- os_xenapi/client/XenAPI.py | 2 +- os_xenapi/client/exception.py | 2 +- os_xenapi/tests/base.py | 5 +---- os_xenapi/tests/plugins/plugin_test.py | 2 +- os_xenapi/tests/plugins/test_bandwidth.py | 2 +- os_xenapi/tests/plugins/test_dom0_plugin_version.py | 2 +- os_xenapi/tests/plugins/test_dom0_pluginlib.py | 2 +- os_xenapi/tests/plugins/test_partition_utils.py | 2 +- releasenotes/source/conf.py | 2 +- 11 files changed, 12 insertions(+), 15 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e1646c9..d563fca 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2013 OpenStack Foundation +# Copyright 2016 Citrix Systems # # 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/doc/source/conf.py b/doc/source/conf.py index 1d8ac27..410303b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,7 +38,7 @@ master_doc = 'index' # General information about the project. project = u'os-xenapi' -copyright = u'2016, OpenStack Foundation' +copyright = u'2016, Citrix Systems' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -68,7 +68,7 @@ latex_documents = [ ('index', '%s.tex' % project, u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + u'Citrix Systems', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/os_xenapi/client/XenAPI.py b/os_xenapi/client/XenAPI.py index 9e27c44..7ad7d27 100644 --- a/os_xenapi/client/XenAPI.py +++ b/os_xenapi/client/XenAPI.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack Foundation +# Copyright 2013 Citrix Systems # # 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/os_xenapi/client/exception.py b/os_xenapi/client/exception.py index c998de8..f703e74 100644 --- a/os_xenapi/client/exception.py +++ b/os_xenapi/client/exception.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack Foundation +# Copyright 2016 Citrix Systems # # 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/os_xenapi/tests/base.py b/os_xenapi/tests/base.py index 1c30cdb..14d3fb8 100644 --- a/os_xenapi/tests/base.py +++ b/os_xenapi/tests/base.py @@ -1,7 +1,4 @@ -# -*- coding: utf-8 -*- - -# Copyright 2010-2011 OpenStack Foundation -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. +# Copyright 2016 Citrix Systems # # 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/os_xenapi/tests/plugins/plugin_test.py b/os_xenapi/tests/plugins/plugin_test.py index 67e283d..03371b2 100644 --- a/os_xenapi/tests/plugins/plugin_test.py +++ b/os_xenapi/tests/plugins/plugin_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 OpenStack Foundation +# Copyright (c) 2016 Citrix Systems # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_xenapi/tests/plugins/test_bandwidth.py b/os_xenapi/tests/plugins/test_bandwidth.py index 9891ed3..7fbc6c9 100644 --- a/os_xenapi/tests/plugins/test_bandwidth.py +++ b/os_xenapi/tests/plugins/test_bandwidth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 OpenStack Foundation +# Copyright (c) 2016 Citrix Systems # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_xenapi/tests/plugins/test_dom0_plugin_version.py b/os_xenapi/tests/plugins/test_dom0_plugin_version.py index 21efd12..5437123 100644 --- a/os_xenapi/tests/plugins/test_dom0_plugin_version.py +++ b/os_xenapi/tests/plugins/test_dom0_plugin_version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 OpenStack Foundation +# Copyright (c) 2016 Citrix Systems # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_xenapi/tests/plugins/test_dom0_pluginlib.py b/os_xenapi/tests/plugins/test_dom0_pluginlib.py index 552b229..589ff83 100644 --- a/os_xenapi/tests/plugins/test_dom0_pluginlib.py +++ b/os_xenapi/tests/plugins/test_dom0_pluginlib.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 OpenStack Foundation +# Copyright (c) 2016 Citrix Systems # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_xenapi/tests/plugins/test_partition_utils.py b/os_xenapi/tests/plugins/test_partition_utils.py index 647e06e..d73d98b 100644 --- a/os_xenapi/tests/plugins/test_partition_utils.py +++ b/os_xenapi/tests/plugins/test_partition_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 OpenStack Foundation +# Copyright (c) 2016 Citrix Systems # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index d5ca110..a5d2628 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'os_xenapi Release Notes' -copyright = u'2016, OpenStack Foundation' +copyright = u'2016, Citrix Systems' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the