From 84d5786f1aa6c0c7571f4273c2fbf8bd9ea7b9fb Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Thu, 2 Jan 2014 19:54:41 +0800 Subject: [PATCH] Remove 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. Closes-Bug: #1262424 Change-Id: I22d5881537cff120ae10b2fb3141c427d621214b --- oslo/messaging/_cmd/__init__.py | 13 ------------- oslo/messaging/_drivers/__init__.py | 13 ------------- oslo/messaging/_executors/__init__.py | 14 -------------- tests/__init__.py | 13 ------------- 4 files changed, 53 deletions(-) diff --git a/oslo/messaging/_cmd/__init__.py b/oslo/messaging/_cmd/__init__.py index b1541fdb7..8b1378917 100644 --- a/oslo/messaging/_cmd/__init__.py +++ b/oslo/messaging/_cmd/__init__.py @@ -1,14 +1 @@ -# Copyright 2013 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/oslo/messaging/_drivers/__init__.py b/oslo/messaging/_drivers/__init__.py index b1541fdb7..8b1378917 100644 --- a/oslo/messaging/_drivers/__init__.py +++ b/oslo/messaging/_drivers/__init__.py @@ -1,14 +1 @@ -# Copyright 2013 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/oslo/messaging/_executors/__init__.py b/oslo/messaging/_executors/__init__.py index b1541fdb7..e69de29bb 100644 --- a/oslo/messaging/_executors/__init__.py +++ b/oslo/messaging/_executors/__init__.py @@ -1,14 +0,0 @@ - -# Copyright 2013 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/__init__.py b/tests/__init__.py index b1541fdb7..8b1378917 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,14 +1 @@ -# Copyright 2013 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.