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 -"""