From 9f6ec9500ba7e45e274f1be698ef07866e2f29a4 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 7 Oct 2014 20:55:05 +0200 Subject: [PATCH] Remove @author tags from copyright statements We have git to track the authorship of files. It is not necessary to use the @author tags in the copyright statements. Change-Id: Ib99e53323dba7315a6c8cf73ba4c7eb7c9803ac3 --- openstack_dashboard/api/vpn.py | 2 -- openstack_dashboard/dashboards/admin/networks/agents/forms.py | 3 --- openstack_dashboard/dashboards/admin/networks/agents/tables.py | 3 --- openstack_dashboard/dashboards/admin/networks/agents/views.py | 3 --- openstack_dashboard/dashboards/project/firewalls/forms.py | 2 -- openstack_dashboard/dashboards/project/firewalls/tables.py | 2 -- openstack_dashboard/dashboards/project/firewalls/tabs.py | 2 -- openstack_dashboard/dashboards/project/firewalls/tests.py | 2 -- openstack_dashboard/dashboards/project/firewalls/urls.py | 2 -- openstack_dashboard/dashboards/project/firewalls/views.py | 2 -- openstack_dashboard/dashboards/project/firewalls/workflows.py | 2 -- openstack_dashboard/dashboards/project/loadbalancers/forms.py | 2 -- openstack_dashboard/dashboards/project/vpn/forms.py | 2 -- openstack_dashboard/dashboards/project/vpn/panel.py | 2 -- openstack_dashboard/dashboards/project/vpn/tables.py | 3 --- openstack_dashboard/dashboards/project/vpn/tabs.py | 3 --- openstack_dashboard/dashboards/project/vpn/tests.py | 2 -- openstack_dashboard/dashboards/project/vpn/urls.py | 2 -- openstack_dashboard/dashboards/project/vpn/views.py | 3 --- openstack_dashboard/dashboards/project/vpn/workflows.py | 2 -- openstack_dashboard/dashboards/router/dashboard.py | 2 -- openstack_dashboard/dashboards/router/nexus1000v/forms.py | 3 --- openstack_dashboard/dashboards/router/nexus1000v/panel.py | 3 --- openstack_dashboard/dashboards/router/nexus1000v/tables.py | 3 --- openstack_dashboard/dashboards/router/nexus1000v/tabs.py | 3 --- openstack_dashboard/dashboards/router/nexus1000v/tests.py | 2 -- openstack_dashboard/dashboards/router/nexus1000v/urls.py | 3 --- openstack_dashboard/dashboards/router/nexus1000v/views.py | 3 --- openstack_dashboard/test/api_tests/fwaas_tests.py | 3 --- openstack_dashboard/test/api_tests/vpnaas_tests.py | 2 -- 30 files changed, 73 deletions(-) diff --git a/openstack_dashboard/api/vpn.py b/openstack_dashboard/api/vpn.py index 46eaba5696..0d6245101f 100644 --- a/openstack_dashboard/api/vpn.py +++ b/openstack_dashboard/api/vpn.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from __future__ import absolute_import diff --git a/openstack_dashboard/dashboards/admin/networks/agents/forms.py b/openstack_dashboard/dashboards/admin/networks/agents/forms.py index 577ba0e7c3..68b55e604c 100644 --- a/openstack_dashboard/dashboards/admin/networks/agents/forms.py +++ b/openstack_dashboard/dashboards/admin/networks/agents/forms.py @@ -11,9 +11,6 @@ # 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: Yingjun Li -# import logging diff --git a/openstack_dashboard/dashboards/admin/networks/agents/tables.py b/openstack_dashboard/dashboards/admin/networks/agents/tables.py index 6524ea5503..189f70e296 100644 --- a/openstack_dashboard/dashboards/admin/networks/agents/tables.py +++ b/openstack_dashboard/dashboards/admin/networks/agents/tables.py @@ -11,9 +11,6 @@ # 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: Yingjun Li -# import logging diff --git a/openstack_dashboard/dashboards/admin/networks/agents/views.py b/openstack_dashboard/dashboards/admin/networks/agents/views.py index 970e758171..70e836bbdf 100644 --- a/openstack_dashboard/dashboards/admin/networks/agents/views.py +++ b/openstack_dashboard/dashboards/admin/networks/agents/views.py @@ -11,9 +11,6 @@ # 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: Yingjun Li -# from django.core.urlresolvers import reverse from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/firewalls/forms.py b/openstack_dashboard/dashboards/project/firewalls/forms.py index 4e6125cbe5..dca7cf6c01 100644 --- a/openstack_dashboard/dashboards/project/firewalls/forms.py +++ b/openstack_dashboard/dashboards/project/firewalls/forms.py @@ -11,8 +11,6 @@ # 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 import logging diff --git a/openstack_dashboard/dashboards/project/firewalls/tables.py b/openstack_dashboard/dashboards/project/firewalls/tables.py index c1f4049196..551aa652bd 100644 --- a/openstack_dashboard/dashboards/project/firewalls/tables.py +++ b/openstack_dashboard/dashboards/project/firewalls/tables.py @@ -11,8 +11,6 @@ # 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 from django.core.urlresolvers import reverse from django.template import defaultfilters as filters diff --git a/openstack_dashboard/dashboards/project/firewalls/tabs.py b/openstack_dashboard/dashboards/project/firewalls/tabs.py index 4788713f79..26880bdf90 100644 --- a/openstack_dashboard/dashboards/project/firewalls/tabs.py +++ b/openstack_dashboard/dashboards/project/firewalls/tabs.py @@ -11,8 +11,6 @@ # 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 from django.core.urlresolvers import reverse_lazy from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/firewalls/tests.py b/openstack_dashboard/dashboards/project/firewalls/tests.py index 5f9fb50867..6ff37ae4c7 100644 --- a/openstack_dashboard/dashboards/project/firewalls/tests.py +++ b/openstack_dashboard/dashboards/project/firewalls/tests.py @@ -11,8 +11,6 @@ # 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 from mox import IsA # noqa diff --git a/openstack_dashboard/dashboards/project/firewalls/urls.py b/openstack_dashboard/dashboards/project/firewalls/urls.py index 8642010942..3a0c923010 100644 --- a/openstack_dashboard/dashboards/project/firewalls/urls.py +++ b/openstack_dashboard/dashboards/project/firewalls/urls.py @@ -11,8 +11,6 @@ # 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 from django.conf.urls import patterns from django.conf.urls import url diff --git a/openstack_dashboard/dashboards/project/firewalls/views.py b/openstack_dashboard/dashboards/project/firewalls/views.py index 07748164aa..a36e939513 100644 --- a/openstack_dashboard/dashboards/project/firewalls/views.py +++ b/openstack_dashboard/dashboards/project/firewalls/views.py @@ -11,8 +11,6 @@ # 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 import re diff --git a/openstack_dashboard/dashboards/project/firewalls/workflows.py b/openstack_dashboard/dashboards/project/firewalls/workflows.py index a4f9980408..199dc31c98 100644 --- a/openstack_dashboard/dashboards/project/firewalls/workflows.py +++ b/openstack_dashboard/dashboards/project/firewalls/workflows.py @@ -11,8 +11,6 @@ # 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 from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/loadbalancers/forms.py b/openstack_dashboard/dashboards/project/loadbalancers/forms.py index 3c286e4b5d..f4a8fd932d 100644 --- a/openstack_dashboard/dashboards/project/loadbalancers/forms.py +++ b/openstack_dashboard/dashboards/project/loadbalancers/forms.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur import logging diff --git a/openstack_dashboard/dashboards/project/vpn/forms.py b/openstack_dashboard/dashboards/project/vpn/forms.py index 0eec49b2f0..eed9ed5fd5 100644 --- a/openstack_dashboard/dashboards/project/vpn/forms.py +++ b/openstack_dashboard/dashboards/project/vpn/forms.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur import logging diff --git a/openstack_dashboard/dashboards/project/vpn/panel.py b/openstack_dashboard/dashboards/project/vpn/panel.py index 1f33a0b90a..962e4c2582 100644 --- a/openstack_dashboard/dashboards/project/vpn/panel.py +++ b/openstack_dashboard/dashboards/project/vpn/panel.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/vpn/tables.py b/openstack_dashboard/dashboards/project/vpn/tables.py index c64c5dac66..ec76cc5cf6 100644 --- a/openstack_dashboard/dashboards/project/vpn/tables.py +++ b/openstack_dashboard/dashboards/project/vpn/tables.py @@ -11,9 +11,6 @@ # 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: Tatiana Mazur - from django.core.urlresolvers import reverse from django.template.defaultfilters import title # noqa diff --git a/openstack_dashboard/dashboards/project/vpn/tabs.py b/openstack_dashboard/dashboards/project/vpn/tabs.py index f5d5f8ede6..c5a2107a9a 100644 --- a/openstack_dashboard/dashboards/project/vpn/tabs.py +++ b/openstack_dashboard/dashboards/project/vpn/tabs.py @@ -11,9 +11,6 @@ # 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: Tatiana Mazur - from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/vpn/tests.py b/openstack_dashboard/dashboards/project/vpn/tests.py index abbd1a1ece..503d12b1ea 100644 --- a/openstack_dashboard/dashboards/project/vpn/tests.py +++ b/openstack_dashboard/dashboards/project/vpn/tests.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from mox import IsA # noqa diff --git a/openstack_dashboard/dashboards/project/vpn/urls.py b/openstack_dashboard/dashboards/project/vpn/urls.py index 34e2a8c78e..76b759bef3 100644 --- a/openstack_dashboard/dashboards/project/vpn/urls.py +++ b/openstack_dashboard/dashboards/project/vpn/urls.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from django.conf.urls import patterns from django.conf.urls import url diff --git a/openstack_dashboard/dashboards/project/vpn/views.py b/openstack_dashboard/dashboards/project/vpn/views.py index 7dc22da171..5546ffd4e6 100644 --- a/openstack_dashboard/dashboards/project/vpn/views.py +++ b/openstack_dashboard/dashboards/project/vpn/views.py @@ -11,9 +11,6 @@ # 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: Tatiana Mazur - from django.core.urlresolvers import reverse_lazy from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/project/vpn/workflows.py b/openstack_dashboard/dashboards/project/vpn/workflows.py index 00864c1a93..6bc3bdf0c8 100644 --- a/openstack_dashboard/dashboards/project/vpn/workflows.py +++ b/openstack_dashboard/dashboards/project/vpn/workflows.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/router/dashboard.py b/openstack_dashboard/dashboards/router/dashboard.py index dbca5b0889..9a4fd6a71a 100644 --- a/openstack_dashboard/dashboards/router/dashboard.py +++ b/openstack_dashboard/dashboards/router/dashboard.py @@ -9,8 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/router/nexus1000v/forms.py b/openstack_dashboard/dashboards/router/nexus1000v/forms.py index ae51d98650..9e8cffc96b 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/forms.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/forms.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. import logging diff --git a/openstack_dashboard/dashboards/router/nexus1000v/panel.py b/openstack_dashboard/dashboards/router/nexus1000v/panel.py index 78a4701aa7..5e4501d133 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/panel.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/panel.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/router/nexus1000v/tables.py b/openstack_dashboard/dashboards/router/nexus1000v/tables.py index e2f0ea60a2..a6c6912a99 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/tables.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/tables.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. import logging diff --git a/openstack_dashboard/dashboards/router/nexus1000v/tabs.py b/openstack_dashboard/dashboards/router/nexus1000v/tabs.py index d3d3690007..322dc4566f 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/tabs.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/tabs.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. from django.utils.translation import ugettext_lazy as _ diff --git a/openstack_dashboard/dashboards/router/nexus1000v/tests.py b/openstack_dashboard/dashboards/router/nexus1000v/tests.py index b4b929e5d1..598355e199 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/tests.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/tests.py @@ -9,8 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. from django.core.urlresolvers import reverse from django import http diff --git a/openstack_dashboard/dashboards/router/nexus1000v/urls.py b/openstack_dashboard/dashboards/router/nexus1000v/urls.py index ee5f57cb45..9d98775244 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/urls.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/urls.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. from django.conf.urls import patterns from django.conf.urls import url diff --git a/openstack_dashboard/dashboards/router/nexus1000v/views.py b/openstack_dashboard/dashboards/router/nexus1000v/views.py index afca2b3122..43b8c4e433 100644 --- a/openstack_dashboard/dashboards/router/nexus1000v/views.py +++ b/openstack_dashboard/dashboards/router/nexus1000v/views.py @@ -9,9 +9,6 @@ # 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: Abishek Subramanian, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. import logging diff --git a/openstack_dashboard/test/api_tests/fwaas_tests.py b/openstack_dashboard/test/api_tests/fwaas_tests.py index b2305e445e..1c978b2f1e 100644 --- a/openstack_dashboard/test/api_tests/fwaas_tests.py +++ b/openstack_dashboard/test/api_tests/fwaas_tests.py @@ -11,9 +11,6 @@ # 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 -# from openstack_dashboard import api from openstack_dashboard.test import helpers as test diff --git a/openstack_dashboard/test/api_tests/vpnaas_tests.py b/openstack_dashboard/test/api_tests/vpnaas_tests.py index b41059cb54..bd003adbb7 100644 --- a/openstack_dashboard/test/api_tests/vpnaas_tests.py +++ b/openstack_dashboard/test/api_tests/vpnaas_tests.py @@ -11,8 +11,6 @@ # 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: Tatiana Mazur from openstack_dashboard import api from openstack_dashboard.test import helpers as test