diff --git a/tacker/common/driver_manager.py b/tacker/common/driver_manager.py index 85466f9ab..e4c71f23e 100644 --- a/tacker/common/driver_manager.py +++ b/tacker/common/driver_manager.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py b/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py index bb109fbb6..fecdc3fb1 100644 --- a/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py +++ b/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py @@ -1,6 +1,4 @@ # Copyright 2013 Intel Corporation. -# Copyright 2013 Isaku Yamahata -# # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/db/vm/proxy_db.py b/tacker/db/vm/proxy_db.py index 3e5e6714e..87be46848 100644 --- a/tacker/db/vm/proxy_db.py +++ b/tacker/db/vm/proxy_db.py @@ -1,6 +1,4 @@ # Copyright 2014 Intel Corporation. -# Copyright 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/db/vm/vm_db.py b/tacker/db/vm/vm_db.py index b8deba446..bfa0f65b9 100644 --- a/tacker/db/vm/vm_db.py +++ b/tacker/db/vm/vm_db.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/tests/unit/services/vm/test_servicevm_extension.py b/tacker/tests/unit/services/vm/test_servicevm_extension.py index d66cea866..b81a36817 100644 --- a/tacker/tests/unit/services/vm/test_servicevm_extension.py +++ b/tacker/tests/unit/services/vm/test_servicevm_extension.py @@ -1,6 +1,4 @@ # Copyright 2014 Intel Corporation. -# Copyright 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/tests/unit/test_api_v2_extension.py b/tacker/tests/unit/test_api_v2_extension.py index af2fd355d..737384d53 100644 --- a/tacker/tests/unit/test_api_v2_extension.py +++ b/tacker/tests/unit/test_api_v2_extension.py @@ -1,6 +1,4 @@ # Copyright 2014 Intel Corporation. -# Copyright 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/constants.py b/tacker/vm/constants.py index 3464c667f..e43428880 100644 --- a/tacker/vm/constants.py +++ b/tacker/vm/constants.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/hosting_device_scheduler.py b/tacker/vm/hosting_device_scheduler.py index 9d651654b..9fabc66f3 100644 --- a/tacker/vm/hosting_device_scheduler.py +++ b/tacker/vm/hosting_device_scheduler.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/infra_drivers/abstract_driver.py b/tacker/vm/infra_drivers/abstract_driver.py index ef004b192..51358cfc2 100644 --- a/tacker/vm/infra_drivers/abstract_driver.py +++ b/tacker/vm/infra_drivers/abstract_driver.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/infra_drivers/noop.py b/tacker/vm/infra_drivers/noop.py index 98be50a17..0f2310b11 100644 --- a/tacker/vm/infra_drivers/noop.py +++ b/tacker/vm/infra_drivers/noop.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/infra_drivers/nova/nova.py b/tacker/vm/infra_drivers/nova/nova.py index 27fd7e96c..477673874 100644 --- a/tacker/vm/infra_drivers/nova/nova.py +++ b/tacker/vm/infra_drivers/nova/nova.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/mgmt_drivers/abstract_driver.py b/tacker/vm/mgmt_drivers/abstract_driver.py index e35e020bd..b0f55375e 100644 --- a/tacker/vm/mgmt_drivers/abstract_driver.py +++ b/tacker/vm/mgmt_drivers/abstract_driver.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/mgmt_drivers/constants.py b/tacker/vm/mgmt_drivers/constants.py index c46ed8aa5..e1dbbdd58 100644 --- a/tacker/vm/mgmt_drivers/constants.py +++ b/tacker/vm/mgmt_drivers/constants.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/mgmt_drivers/noop.py b/tacker/vm/mgmt_drivers/noop.py index f4a493f82..39b744385 100644 --- a/tacker/vm/mgmt_drivers/noop.py +++ b/tacker/vm/mgmt_drivers/noop.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/mgmt_drivers/openwrt/openwrt.py b/tacker/vm/mgmt_drivers/openwrt/openwrt.py index b6b81bfe9..db155b9f9 100644 --- a/tacker/vm/mgmt_drivers/openwrt/openwrt.py +++ b/tacker/vm/mgmt_drivers/openwrt/openwrt.py @@ -1,6 +1,4 @@ # Copyright 2015 Intel Corporation. -# Copyright 2015 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/monitor.py b/tacker/vm/monitor.py index bfd2ba2b3..d0637e42f 100644 --- a/tacker/vm/monitor.py +++ b/tacker/vm/monitor.py @@ -1,6 +1,4 @@ # Copyright 2015 Intel Corporation. -# Copyright 2015 Isaku Yamahata -# # All Rights Reserved. # # diff --git a/tacker/vm/plugin.py b/tacker/vm/plugin.py index 7b4297205..910481779 100644 --- a/tacker/vm/plugin.py +++ b/tacker/vm/plugin.py @@ -1,6 +1,4 @@ # Copyright 2013, 2014 Intel Corporation. -# Copyright 2013, 2014 Isaku Yamahata -# # All Rights Reserved. # #