From 8575d87af49ea276341908f83c8c51db13afca44 Mon Sep 17 00:00:00 2001 From: Jay Lau Date: Wed, 25 Dec 2013 22:11:42 -0500 Subject: [PATCH] Removed copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: I9043bf2f646de880afccbb64e47b257aba3ca599 Closes-Bug: #1262424 --- openstack/common/apiclient/__init__.py | 14 -------------- openstack/common/db/__init__.py | 14 -------------- openstack/common/db/sqlalchemy/__init__.py | 14 -------------- openstack/common/notifier/__init__.py | 14 -------------- openstack/common/py3kcompat/__init__.py | 16 ---------------- openstack/common/rootwrap/__init__.py | 14 -------------- tests/testmods/__init__.py | 13 ------------- tests/unit/apiclient/__init__.py | 14 -------------- tests/unit/db/__init__.py | 14 -------------- tests/unit/db/sqlalchemy/__init__.py | 14 -------------- tests/unit/rpc/__init__.py | 13 ------------- 11 files changed, 154 deletions(-) diff --git a/openstack/common/apiclient/__init__.py b/openstack/common/apiclient/__init__.py index f3d0cdefd..e69de29bb 100644 --- a/openstack/common/apiclient/__init__.py +++ b/openstack/common/apiclient/__init__.py @@ -1,14 +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. diff --git a/openstack/common/db/__init__.py b/openstack/common/db/__init__.py index 5f5273f3e..e69de29bb 100644 --- a/openstack/common/db/__init__.py +++ b/openstack/common/db/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 Cloudscaling Group, 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. diff --git a/openstack/common/db/sqlalchemy/__init__.py b/openstack/common/db/sqlalchemy/__init__.py index 5f5273f3e..e69de29bb 100644 --- a/openstack/common/db/sqlalchemy/__init__.py +++ b/openstack/common/db/sqlalchemy/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 Cloudscaling Group, 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. diff --git a/openstack/common/notifier/__init__.py b/openstack/common/notifier/__init__.py index 45c3b46ae..e69de29bb 100644 --- a/openstack/common/notifier/__init__.py +++ b/openstack/common/notifier/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2011 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/openstack/common/py3kcompat/__init__.py b/openstack/common/py3kcompat/__init__.py index 97ae4e34a..e69de29bb 100644 --- a/openstack/common/py3kcompat/__init__.py +++ b/openstack/common/py3kcompat/__init__.py @@ -1,16 +0,0 @@ -# -# Copyright 2013 Canonical Ltd. -# 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/openstack/common/rootwrap/__init__.py b/openstack/common/rootwrap/__init__.py index c11422ed4..e69de29bb 100644 --- a/openstack/common/rootwrap/__init__.py +++ b/openstack/common/rootwrap/__init__.py @@ -1,14 +0,0 @@ -# Copyright (c) 2011 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/tests/testmods/__init__.py b/tests/testmods/__init__.py index 8ac9340e9..e69de29bb 100644 --- a/tests/testmods/__init__.py +++ b/tests/testmods/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2012 Red Hat, Inc. -# -# 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/tests/unit/apiclient/__init__.py b/tests/unit/apiclient/__init__.py index 45c3b46ae..e69de29bb 100644 --- a/tests/unit/apiclient/__init__.py +++ b/tests/unit/apiclient/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2011 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/tests/unit/db/__init__.py b/tests/unit/db/__init__.py index 5f5273f3e..e69de29bb 100644 --- a/tests/unit/db/__init__.py +++ b/tests/unit/db/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 Cloudscaling Group, 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. diff --git a/tests/unit/db/sqlalchemy/__init__.py b/tests/unit/db/sqlalchemy/__init__.py index 5f5273f3e..e69de29bb 100644 --- a/tests/unit/db/sqlalchemy/__init__.py +++ b/tests/unit/db/sqlalchemy/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012 Cloudscaling Group, 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. diff --git a/tests/unit/rpc/__init__.py b/tests/unit/rpc/__init__.py index 153622e50..e69de29bb 100644 --- a/tests/unit/rpc/__init__.py +++ b/tests/unit/rpc/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2011 OpenStack Foundation -# -# 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.