From ad4367839f53f1d00cde80bfcb396cfc3d8f9c7d Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Mon, 20 Jan 2014 17:27:02 +0400 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: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424 --- openstackclient/common/__init__.py | 14 -------------- openstackclient/compute/__init__.py | 14 -------------- openstackclient/compute/v2/__init__.py | 14 -------------- openstackclient/identity/__init__.py | 14 -------------- openstackclient/identity/v2_0/__init__.py | 14 -------------- openstackclient/identity/v3/__init__.py | 14 -------------- openstackclient/image/__init__.py | 14 -------------- openstackclient/image/v1/__init__.py | 14 -------------- openstackclient/image/v2/__init__.py | 14 -------------- openstackclient/object/__init__.py | 12 ------------ openstackclient/object/v1/__init__.py | 12 ------------ openstackclient/object/v1/lib/__init__.py | 12 ------------ openstackclient/tests/__init__.py | 14 -------------- openstackclient/tests/common/__init__.py | 14 -------------- openstackclient/tests/compute/__init__.py | 14 -------------- openstackclient/tests/compute/v2/__init__.py | 14 -------------- openstackclient/tests/identity/__init__.py | 14 -------------- openstackclient/tests/identity/v2_0/__init__.py | 14 -------------- openstackclient/tests/identity/v3/__init__.py | 14 -------------- openstackclient/tests/image/__init__.py | 14 -------------- openstackclient/tests/image/v1/__init__.py | 14 -------------- openstackclient/tests/image/v2/__init__.py | 14 -------------- openstackclient/tests/object/__init__.py | 12 ------------ openstackclient/tests/object/v1/__init__.py | 12 ------------ openstackclient/tests/object/v1/lib/__init__.py | 12 ------------ openstackclient/tests/volume/__init__.py | 14 -------------- openstackclient/tests/volume/v1/__init__.py | 14 -------------- openstackclient/volume/__init__.py | 14 -------------- openstackclient/volume/v1/__init__.py | 14 -------------- 29 files changed, 394 deletions(-) diff --git a/openstackclient/common/__init__.py b/openstackclient/common/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/common/__init__.py +++ b/openstackclient/common/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/compute/__init__.py b/openstackclient/compute/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/compute/__init__.py +++ b/openstackclient/compute/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/compute/v2/__init__.py b/openstackclient/compute/v2/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/compute/v2/__init__.py +++ b/openstackclient/compute/v2/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/identity/__init__.py b/openstackclient/identity/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/identity/__init__.py +++ b/openstackclient/identity/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/identity/v2_0/__init__.py b/openstackclient/identity/v2_0/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/identity/v2_0/__init__.py +++ b/openstackclient/identity/v2_0/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/identity/v3/__init__.py b/openstackclient/identity/v3/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/identity/v3/__init__.py +++ b/openstackclient/identity/v3/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/image/__init__.py b/openstackclient/image/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/image/__init__.py +++ b/openstackclient/image/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/image/v1/__init__.py b/openstackclient/image/v1/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/image/v1/__init__.py +++ b/openstackclient/image/v1/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/image/v2/__init__.py b/openstackclient/image/v2/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/image/v2/__init__.py +++ b/openstackclient/image/v2/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/object/__init__.py b/openstackclient/object/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/object/__init__.py +++ b/openstackclient/object/__init__.py @@ -1,12 +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/openstackclient/object/v1/__init__.py b/openstackclient/object/v1/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/object/v1/__init__.py +++ b/openstackclient/object/v1/__init__.py @@ -1,12 +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/openstackclient/object/v1/lib/__init__.py b/openstackclient/object/v1/lib/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/object/v1/lib/__init__.py +++ b/openstackclient/object/v1/lib/__init__.py @@ -1,12 +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/openstackclient/tests/__init__.py b/openstackclient/tests/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/tests/__init__.py +++ b/openstackclient/tests/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/tests/common/__init__.py b/openstackclient/tests/common/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/common/__init__.py +++ b/openstackclient/tests/common/__init__.py @@ -1,14 +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/openstackclient/tests/compute/__init__.py b/openstackclient/tests/compute/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/tests/compute/__init__.py +++ b/openstackclient/tests/compute/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/tests/compute/v2/__init__.py b/openstackclient/tests/compute/v2/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/compute/v2/__init__.py +++ b/openstackclient/tests/compute/v2/__init__.py @@ -1,14 +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/openstackclient/tests/identity/__init__.py b/openstackclient/tests/identity/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/identity/__init__.py +++ b/openstackclient/tests/identity/__init__.py @@ -1,14 +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/openstackclient/tests/identity/v2_0/__init__.py b/openstackclient/tests/identity/v2_0/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/identity/v2_0/__init__.py +++ b/openstackclient/tests/identity/v2_0/__init__.py @@ -1,14 +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/openstackclient/tests/identity/v3/__init__.py b/openstackclient/tests/identity/v3/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/identity/v3/__init__.py +++ b/openstackclient/tests/identity/v3/__init__.py @@ -1,14 +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/openstackclient/tests/image/__init__.py b/openstackclient/tests/image/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/tests/image/__init__.py +++ b/openstackclient/tests/image/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/tests/image/v1/__init__.py b/openstackclient/tests/image/v1/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/tests/image/v1/__init__.py +++ b/openstackclient/tests/image/v1/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/tests/image/v2/__init__.py b/openstackclient/tests/image/v2/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/tests/image/v2/__init__.py +++ b/openstackclient/tests/image/v2/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/tests/object/__init__.py b/openstackclient/tests/object/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/tests/object/__init__.py +++ b/openstackclient/tests/object/__init__.py @@ -1,12 +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/openstackclient/tests/object/v1/__init__.py b/openstackclient/tests/object/v1/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/tests/object/v1/__init__.py +++ b/openstackclient/tests/object/v1/__init__.py @@ -1,12 +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/openstackclient/tests/object/v1/lib/__init__.py b/openstackclient/tests/object/v1/lib/__init__.py index 02be10cd89..e69de29bb2 100644 --- a/openstackclient/tests/object/v1/lib/__init__.py +++ b/openstackclient/tests/object/v1/lib/__init__.py @@ -1,12 +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/openstackclient/tests/volume/__init__.py b/openstackclient/tests/volume/__init__.py index ebf59b327e..e69de29bb2 100644 --- a/openstackclient/tests/volume/__init__.py +++ b/openstackclient/tests/volume/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2013 OpenStack, LLC. -# -# 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/openstackclient/tests/volume/v1/__init__.py b/openstackclient/tests/volume/v1/__init__.py index c534c012e8..e69de29bb2 100644 --- a/openstackclient/tests/volume/v1/__init__.py +++ b/openstackclient/tests/volume/v1/__init__.py @@ -1,14 +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/openstackclient/volume/__init__.py b/openstackclient/volume/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/volume/__init__.py +++ b/openstackclient/volume/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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/openstackclient/volume/v1/__init__.py b/openstackclient/volume/v1/__init__.py index 85ac2501b8..e69de29bb2 100644 --- a/openstackclient/volume/v1/__init__.py +++ b/openstackclient/volume/v1/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2012-2013 OpenStack, LLC. -# -# 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. -#