From 95210e8ab4c0851a56122197c14b6ea9fde858e6 Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Sat, 8 Feb 2014 23:34:21 +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. Change-Id: I65e85baf72cf1a413c4b4c8c478587246d4c319a Closes-Bug: #1262424 --- keystone/common/cache/backends/__init__.py | 13 ------------- keystone/contrib/kds/__init__.py | 11 ----------- keystone/contrib/kds/api/__init__.py | 11 ----------- keystone/contrib/kds/cli/__init__.py | 11 ----------- keystone/contrib/kds/common/__init__.py | 11 ----------- keystone/contrib/oauth1/backends/__init__.py | 13 ------------- keystone/contrib/oauth1/migrate_repo/__init__.py | 13 ------------- .../oauth1/migrate_repo/versions/__init__.py | 13 ------------- keystone/tests/contrib/__init__.py | 11 ----------- keystone/tests/contrib/kds/__init__.py | 11 ----------- keystone/tests/contrib/kds/api/__init__.py | 11 ----------- 11 files changed, 129 deletions(-) diff --git a/keystone/common/cache/backends/__init__.py b/keystone/common/cache/backends/__init__.py index fea79e6675..e69de29bb2 100644 --- a/keystone/common/cache/backends/__init__.py +++ b/keystone/common/cache/backends/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Metacloud -# -# 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/keystone/contrib/kds/__init__.py b/keystone/contrib/kds/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/contrib/kds/__init__.py +++ b/keystone/contrib/kds/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/contrib/kds/api/__init__.py b/keystone/contrib/kds/api/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/contrib/kds/api/__init__.py +++ b/keystone/contrib/kds/api/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/contrib/kds/cli/__init__.py b/keystone/contrib/kds/cli/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/contrib/kds/cli/__init__.py +++ b/keystone/contrib/kds/cli/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/contrib/kds/common/__init__.py b/keystone/contrib/kds/common/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/contrib/kds/common/__init__.py +++ b/keystone/contrib/kds/common/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/contrib/oauth1/backends/__init__.py b/keystone/contrib/oauth1/backends/__init__.py index e16ae780e5..e69de29bb2 100644 --- a/keystone/contrib/oauth1/backends/__init__.py +++ b/keystone/contrib/oauth1/backends/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 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. diff --git a/keystone/contrib/oauth1/migrate_repo/__init__.py b/keystone/contrib/oauth1/migrate_repo/__init__.py index e16ae780e5..e69de29bb2 100644 --- a/keystone/contrib/oauth1/migrate_repo/__init__.py +++ b/keystone/contrib/oauth1/migrate_repo/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 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. diff --git a/keystone/contrib/oauth1/migrate_repo/versions/__init__.py b/keystone/contrib/oauth1/migrate_repo/versions/__init__.py index e16ae780e5..e69de29bb2 100644 --- a/keystone/contrib/oauth1/migrate_repo/versions/__init__.py +++ b/keystone/contrib/oauth1/migrate_repo/versions/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 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. diff --git a/keystone/tests/contrib/__init__.py b/keystone/tests/contrib/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/tests/contrib/__init__.py +++ b/keystone/tests/contrib/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/tests/contrib/kds/__init__.py b/keystone/tests/contrib/kds/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/tests/contrib/kds/__init__.py +++ b/keystone/tests/contrib/kds/__init__.py @@ -1,11 +0,0 @@ -# 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/keystone/tests/contrib/kds/api/__init__.py b/keystone/tests/contrib/kds/api/__init__.py index 0680747644..e69de29bb2 100644 --- a/keystone/tests/contrib/kds/api/__init__.py +++ b/keystone/tests/contrib/kds/api/__init__.py @@ -1,11 +0,0 @@ -# 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.