From 5ebafc66954c74ea891612af90857f04f537c41e Mon Sep 17 00:00:00 2001 From: shihanzhang Date: Fri, 7 Feb 2014 10:02:20 +0800 Subject: [PATCH] Empty file shouldn't contain copyright nor license According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Ibda6e7650fcbe352a46d5b8bb259abd264804ba6 Closes-Bug: #1262424 --- neutronclient/__init__.py | 15 --------------- neutronclient/neutron/__init__.py | 14 -------------- neutronclient/neutron/v2_0/fw/__init__.py | 16 ---------------- neutronclient/neutron/v2_0/lb/__init__.py | 16 ---------------- neutronclient/neutron/v2_0/vpn/__init__.py | 17 ----------------- neutronclient/tests/unit/__init__.py | 16 ---------------- neutronclient/tests/unit/fw/__init__.py | 18 ------------------ neutronclient/tests/unit/lb/__init__.py | 16 ---------------- neutronclient/tests/unit/vpn/__init__.py | 16 ---------------- neutronclient/v2_0/__init__.py | 14 -------------- 10 files changed, 158 deletions(-) diff --git a/neutronclient/__init__.py b/neutronclient/__init__.py index 247aef8c1..e69de29bb 100644 --- a/neutronclient/__init__.py +++ b/neutronclient/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2011 Citrix Systems -# 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 -# 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. -# @author: Tyler Smith, Cisco Systems diff --git a/neutronclient/neutron/__init__.py b/neutronclient/neutron/__init__.py index b706747cf..e69de29bb 100644 --- a/neutronclient/neutron/__init__.py +++ b/neutronclient/neutron/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 OpenStack Foundation. -# 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 -# 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. diff --git a/neutronclient/neutron/v2_0/fw/__init__.py b/neutronclient/neutron/v2_0/fw/__init__.py index ecee050a9..e69de29bb 100644 --- a/neutronclient/neutron/v2_0/fw/__init__.py +++ b/neutronclient/neutron/v2_0/fw/__init__.py @@ -1,16 +0,0 @@ -# Copyright 2013 OpenStack Foundation. -# 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 -# 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. -# -# vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/neutronclient/neutron/v2_0/lb/__init__.py b/neutronclient/neutron/v2_0/lb/__init__.py index ecee050a9..e69de29bb 100644 --- a/neutronclient/neutron/v2_0/lb/__init__.py +++ b/neutronclient/neutron/v2_0/lb/__init__.py @@ -1,16 +0,0 @@ -# Copyright 2013 OpenStack Foundation. -# 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 -# 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. -# -# vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/neutronclient/neutron/v2_0/vpn/__init__.py b/neutronclient/neutron/v2_0/vpn/__init__.py index 7f1c0e8dc..e69de29bb 100644 --- a/neutronclient/neutron/v2_0/vpn/__init__.py +++ b/neutronclient/neutron/v2_0/vpn/__init__.py @@ -1,17 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# (c) Copyright 2013 Hewlett-Packard Development Company, L.P. -# 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 -# 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. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. diff --git a/neutronclient/tests/unit/__init__.py b/neutronclient/tests/unit/__init__.py index ecee050a9..e69de29bb 100644 --- a/neutronclient/tests/unit/__init__.py +++ b/neutronclient/tests/unit/__init__.py @@ -1,16 +0,0 @@ -# Copyright 2013 OpenStack Foundation. -# 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 -# 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. -# -# vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/neutronclient/tests/unit/fw/__init__.py b/neutronclient/tests/unit/fw/__init__.py index c4fafc187..e69de29bb 100644 --- a/neutronclient/tests/unit/fw/__init__.py +++ b/neutronclient/tests/unit/fw/__init__.py @@ -1,18 +0,0 @@ -# Copyright 2013 Big Switch Networks Inc. -# 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 -# 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. -# -# @author: KC Wang, Big Switch Networks Inc. -# -# vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/neutronclient/tests/unit/lb/__init__.py b/neutronclient/tests/unit/lb/__init__.py index ecee050a9..e69de29bb 100644 --- a/neutronclient/tests/unit/lb/__init__.py +++ b/neutronclient/tests/unit/lb/__init__.py @@ -1,16 +0,0 @@ -# Copyright 2013 OpenStack Foundation. -# 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 -# 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. -# -# vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/neutronclient/tests/unit/vpn/__init__.py b/neutronclient/tests/unit/vpn/__init__.py index 90ae7d5fa..e69de29bb 100644 --- a/neutronclient/tests/unit/vpn/__init__.py +++ b/neutronclient/tests/unit/vpn/__init__.py @@ -1,16 +0,0 @@ -# (c) Copyright 2013 Hewlett-Packard Development Company, L.P. -# 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 -# 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. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. diff --git a/neutronclient/v2_0/__init__.py b/neutronclient/v2_0/__init__.py index b706747cf..e69de29bb 100644 --- a/neutronclient/v2_0/__init__.py +++ b/neutronclient/v2_0/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 OpenStack Foundation. -# 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 -# 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.