From b22acbffa4aab14ab09827feb7c1430fb6b46ac7 Mon Sep 17 00:00:00 2001 From: howardlee Date: Thu, 17 Nov 2016 14:19:47 +0800 Subject: [PATCH] Files with no code must be left completely empty As per OpenStack licensing guide lines [1]: [H104] Files with no code shouldn't contain any license header nor comments, and must be left completely empty. [H102 H103] Newly contributed Source Code should be licensed under the Apache 2.0 license. [1]http://docs.openstack.org/developer/hacking/#openstack-licensing Change-Id: Ie5deca815c069eae12213410692149d5ed6738fc --- barbican/__init__.py | 18 ------------------ barbican/cmd/__init__.py | 18 ------------------ barbican/common/__init__.py | 18 ------------------ barbican/model/__init__.py | 18 ------------------ barbican/tasks/__init__.py | 18 ------------------ 5 files changed, 90 deletions(-) diff --git a/barbican/__init__.py b/barbican/__init__.py index f614b77a7..e69de29bb 100644 --- a/barbican/__init__.py +++ b/barbican/__init__.py @@ -1,18 +0,0 @@ -# Copyright 2010-2011 OpenStack LLC. -# 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. - -""" -Barbican module root -""" diff --git a/barbican/cmd/__init__.py b/barbican/cmd/__init__.py index cfe549ab5..e69de29bb 100644 --- a/barbican/cmd/__init__.py +++ b/barbican/cmd/__init__.py @@ -1,18 +0,0 @@ -# Copyright 2010-2015 OpenStack LLC. -# 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. - -""" -Barbican cmd module -""" diff --git a/barbican/common/__init__.py b/barbican/common/__init__.py index 606b84e08..e69de29bb 100644 --- a/barbican/common/__init__.py +++ b/barbican/common/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2013-2014 Rackspace, 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. - -""" -Modules shared across other Barbican modules. -""" diff --git a/barbican/model/__init__.py b/barbican/model/__init__.py index 945f520b5..e69de29bb 100644 --- a/barbican/model/__init__.py +++ b/barbican/model/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2013-2014 Rackspace, 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. - -""" -Model objects for Barbican -""" diff --git a/barbican/tasks/__init__.py b/barbican/tasks/__init__.py index af6ebf994..e69de29bb 100644 --- a/barbican/tasks/__init__.py +++ b/barbican/tasks/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2013-2014 Rackspace, 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. - -""" -Task processing objects for Barbican -"""