summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-23 17:38:15 +0000
committerGerrit Code Review <review@openstack.org>2014-01-23 17:38:15 +0000
commitcb2fd0af8301648e88f30c8cb449333be5ba1cb0 (patch)
tree9bef47cbc608ccc781b5aeda25fc01b705631f4e /openstackclient
parent9e9bbad120e16d2c490b7c65de35e15cb233411a (diff)
parentad4367839f53f1d00cde80bfcb396cfc3d8f9c7d (diff)
downloadpython-openstackclient-cb2fd0af8301648e88f30c8cb449333be5ba1cb0.tar.gz
Merge "Remove copyright from empty files"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/common/__init__.py14
-rw-r--r--openstackclient/compute/__init__.py14
-rw-r--r--openstackclient/compute/v2/__init__.py14
-rw-r--r--openstackclient/identity/__init__.py14
-rw-r--r--openstackclient/identity/v2_0/__init__.py14
-rw-r--r--openstackclient/identity/v3/__init__.py14
-rw-r--r--openstackclient/image/__init__.py14
-rw-r--r--openstackclient/image/v1/__init__.py14
-rw-r--r--openstackclient/image/v2/__init__.py14
-rw-r--r--openstackclient/object/__init__.py12
-rw-r--r--openstackclient/object/v1/__init__.py12
-rw-r--r--openstackclient/object/v1/lib/__init__.py12
-rw-r--r--openstackclient/tests/__init__.py14
-rw-r--r--openstackclient/tests/common/__init__.py14
-rw-r--r--openstackclient/tests/compute/__init__.py14
-rw-r--r--openstackclient/tests/compute/v2/__init__.py14
-rw-r--r--openstackclient/tests/identity/__init__.py14
-rw-r--r--openstackclient/tests/identity/v2_0/__init__.py14
-rw-r--r--openstackclient/tests/identity/v3/__init__.py14
-rw-r--r--openstackclient/tests/image/__init__.py14
-rw-r--r--openstackclient/tests/image/v1/__init__.py14
-rw-r--r--openstackclient/tests/image/v2/__init__.py14
-rw-r--r--openstackclient/tests/object/__init__.py12
-rw-r--r--openstackclient/tests/object/v1/__init__.py12
-rw-r--r--openstackclient/tests/object/v1/lib/__init__.py12
-rw-r--r--openstackclient/tests/volume/__init__.py14
-rw-r--r--openstackclient/tests/volume/v1/__init__.py14
-rw-r--r--openstackclient/volume/__init__.py14
-rw-r--r--openstackclient/volume/v1/__init__.py14
29 files changed, 0 insertions, 394 deletions
diff --git a/openstackclient/common/__init__.py b/openstackclient/common/__init__.py
index 85ac2501..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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 ebf59b32..e69de29b 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 85ac2501..e69de29b 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 02be10cd..e69de29b 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 02be10cd..e69de29b 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 02be10cd..e69de29b 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 85ac2501..e69de29b 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 c534c012..e69de29b 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 ebf59b32..e69de29b 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 c534c012..e69de29b 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 c534c012..e69de29b 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 c534c012..e69de29b 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 c534c012..e69de29b 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 ebf59b32..e69de29b 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 ebf59b32..e69de29b 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 ebf59b32..e69de29b 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 02be10cd..e69de29b 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 02be10cd..e69de29b 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 02be10cd..e69de29b 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 ebf59b32..e69de29b 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 c534c012..e69de29b 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 85ac2501..e69de29b 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 85ac2501..e69de29b 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.
-#