summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-10 02:51:46 +0000
committerGerrit Code Review <review@openstack.org>2014-01-10 02:51:46 +0000
commitfd8e4539bd9c26a7ae089f61a33bd120b899daf3 (patch)
tree43c13d5dfb8a1b1969f0418e542a137cd3ba414a
parentc1bcb064a7972cd7d9c5c967614b463eb38e88a6 (diff)
parent9a041f335d1593e0938527022ee2e9ae82ccbd1a (diff)
downloadironic-fd8e4539bd9c26a7ae089f61a33bd120b899daf3.tar.gz
Merge "Remove copyright from empty files"
-rw-r--r--ironic/__init__.py16
-rw-r--r--ironic/api/controllers/__init__.py16
-rw-r--r--ironic/common/__init__.py16
-rw-r--r--ironic/conductor/__init__.py17
-rw-r--r--ironic/db/__init__.py16
-rw-r--r--ironic/drivers/__init__.py16
-rw-r--r--ironic/drivers/modules/__init__.py16
-rw-r--r--ironic/openstack/common/db/__init__.py16
-rw-r--r--ironic/openstack/common/db/sqlalchemy/__init__.py16
-rw-r--r--ironic/openstack/common/notifier/__init__.py14
-rw-r--r--ironic/openstack/common/rootwrap/__init__.py16
-rw-r--r--ironic/tests/api/__init__.py16
-rw-r--r--ironic/tests/conductor/__init__.py16
-rw-r--r--ironic/tests/db/sqlalchemy/__init__.py16
-rw-r--r--ironic/tests/drivers/__init__.py16
-rw-r--r--ironic/tests/objects/__init__.py13
16 files changed, 0 insertions, 252 deletions
diff --git a/ironic/__init__.py b/ironic/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/__init__.py
+++ b/ironic/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/api/controllers/__init__.py b/ironic/api/controllers/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/api/controllers/__init__.py
+++ b/ironic/api/controllers/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/common/__init__.py b/ironic/common/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/common/__init__.py
+++ b/ironic/common/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/conductor/__init__.py b/ironic/conductor/__init__.py
index 1380d8092..e69de29bb 100644
--- a/ironic/conductor/__init__.py
+++ b/ironic/conductor/__init__.py
@@ -1,17 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# coding=utf-8
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/db/__init__.py b/ironic/db/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/db/__init__.py
+++ b/ironic/db/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/drivers/__init__.py b/ironic/drivers/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/drivers/__init__.py
+++ b/ironic/drivers/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/drivers/modules/__init__.py b/ironic/drivers/modules/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/drivers/modules/__init__.py
+++ b/ironic/drivers/modules/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/openstack/common/db/__init__.py b/ironic/openstack/common/db/__init__.py
index 1b9b60dec..e69de29bb 100644
--- a/ironic/openstack/common/db/__init__.py
+++ b/ironic/openstack/common/db/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2012 Cloudscaling Group, Inc
-# 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.
diff --git a/ironic/openstack/common/db/sqlalchemy/__init__.py b/ironic/openstack/common/db/sqlalchemy/__init__.py
index 1b9b60dec..e69de29bb 100644
--- a/ironic/openstack/common/db/sqlalchemy/__init__.py
+++ b/ironic/openstack/common/db/sqlalchemy/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2012 Cloudscaling Group, Inc
-# 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.
diff --git a/ironic/openstack/common/notifier/__init__.py b/ironic/openstack/common/notifier/__init__.py
index 45c3b46ae..e69de29bb 100644
--- a/ironic/openstack/common/notifier/__init__.py
+++ b/ironic/openstack/common/notifier/__init__.py
@@ -1,14 +0,0 @@
-# Copyright 2011 OpenStack Foundation.
-# 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.
diff --git a/ironic/openstack/common/rootwrap/__init__.py b/ironic/openstack/common/rootwrap/__init__.py
index 2d32e4ef3..e69de29bb 100644
--- a/ironic/openstack/common/rootwrap/__init__.py
+++ b/ironic/openstack/common/rootwrap/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright (c) 2011 OpenStack Foundation.
-# 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.
diff --git a/ironic/tests/api/__init__.py b/ironic/tests/api/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/tests/api/__init__.py
+++ b/ironic/tests/api/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/tests/conductor/__init__.py b/ironic/tests/conductor/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/tests/conductor/__init__.py
+++ b/ironic/tests/conductor/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/tests/db/sqlalchemy/__init__.py b/ironic/tests/db/sqlalchemy/__init__.py
index 1b9b60dec..e69de29bb 100644
--- a/ironic/tests/db/sqlalchemy/__init__.py
+++ b/ironic/tests/db/sqlalchemy/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2012 Cloudscaling Group, Inc
-# 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.
diff --git a/ironic/tests/drivers/__init__.py b/ironic/tests/drivers/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/tests/drivers/__init__.py
+++ b/ironic/tests/drivers/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.
diff --git a/ironic/tests/objects/__init__.py b/ironic/tests/objects/__init__.py
index 67f4db51a..e69de29bb 100644
--- a/ironic/tests/objects/__init__.py
+++ b/ironic/tests/objects/__init__.py
@@ -1,13 +0,0 @@
-# Copyright 2013 IBM Corp.
-#
-# 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.