summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-25 11:19:52 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-25 11:19:52 +0200
commit3f01c38822335b278cd1a435e51cf465c11ee518 (patch)
tree08f140677b2fec12aa02d71fedbf416fcdd01acb
parent7ab80b554dde5f1f1e61b6a8c45492c5ac27ed6b (diff)
downloadtrove-3f01c38822335b278cd1a435e51cf465c11ee518.tar.gz
Fix up trivial License Header mismatches
Newer Hacking version from git have a check for Apache2 license at the beginning of source files. A couple of the files here had trivial mismatches, so fix them up accordingly. Change-Id: I35df87b464b31ae3502a5a028a5c67e6c8af8fd2
-rw-r--r--reddwarf/tests/unittests/guestagent/test_backups.py2
-rw-r--r--trove/common/models.py2
-rw-r--r--trove/common/remote.py2
-rw-r--r--trove/common/views.py2
-rw-r--r--trove/dns/models.py2
-rw-r--r--trove/extensions/account/models.py2
-rw-r--r--trove/extensions/mgmt/host/models.py2
-rw-r--r--trove/extensions/mgmt/volume/models.py2
-rw-r--r--trove/extensions/mysql/models.py2
-rw-r--r--trove/flavor/models.py2
-rw-r--r--trove/flavor/service.py2
-rw-r--r--trove/flavor/views.py2
-rw-r--r--trove/instance/models.py2
-rw-r--r--trove/tests/fakes/common.py2
-rw-r--r--trove/tests/fakes/guestagent.py2
-rw-r--r--trove/tests/fakes/keystone.py2
-rw-r--r--trove/tests/fakes/nova.py2
-rw-r--r--trove/tests/unittests/guestagent/test_api.py2
-rw-r--r--trove/tests/unittests/guestagent/test_dbmodels.py2
-rw-r--r--trove/tests/unittests/guestagent/test_manager.py2
-rw-r--r--trove/tests/unittests/guestagent/test_models.py2
-rw-r--r--trove/tests/unittests/guestagent/test_query.py2
-rw-r--r--trove/tests/unittests/guestagent/test_service.py2
-rw-r--r--trove/tests/unittests/guestagent/test_volume.py2
-rw-r--r--trove/tests/unittests/taskmanager/test_models.py2
25 files changed, 25 insertions, 25 deletions
diff --git a/reddwarf/tests/unittests/guestagent/test_backups.py b/reddwarf/tests/unittests/guestagent/test_backups.py
index 40910777..478872e7 100644
--- a/reddwarf/tests/unittests/guestagent/test_backups.py
+++ b/reddwarf/tests/unittests/guestagent/test_backups.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import reddwarf.guestagent.strategies.backup.base as backupBase
import reddwarf.guestagent.strategies.restore.base as restoreBase
diff --git a/trove/common/models.py b/trove/common/models.py
index 47bbbbed..84bff2e8 100644
--- a/trove/common/models.py
+++ b/trove/common/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/common/remote.py b/trove/common/remote.py
index afaa3833..972a9e93 100644
--- a/trove/common/remote.py
+++ b/trove/common/remote.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/common/views.py b/trove/common/views.py
index be98d4b2..b00b607a 100644
--- a/trove/common/views.py
+++ b/trove/common/views.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/dns/models.py b/trove/dns/models.py
index 331a2ebe..967eae4f 100644
--- a/trove/dns/models.py
+++ b/trove/dns/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/extensions/account/models.py b/trove/extensions/account/models.py
index 46b66097..0eb6afca 100644
--- a/trove/extensions/account/models.py
+++ b/trove/extensions/account/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/extensions/mgmt/host/models.py b/trove/extensions/mgmt/host/models.py
index 9794acf0..2eb558be 100644
--- a/trove/extensions/mgmt/host/models.py
+++ b/trove/extensions/mgmt/host/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/extensions/mgmt/volume/models.py b/trove/extensions/mgmt/volume/models.py
index cd202ddf..34f5a568 100644
--- a/trove/extensions/mgmt/volume/models.py
+++ b/trove/extensions/mgmt/volume/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/extensions/mysql/models.py b/trove/extensions/mysql/models.py
index 368be54b..b040bf38 100644
--- a/trove/extensions/mysql/models.py
+++ b/trove/extensions/mysql/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/flavor/models.py b/trove/flavor/models.py
index 289c4454..79e3beee 100644
--- a/trove/flavor/models.py
+++ b/trove/flavor/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/flavor/service.py b/trove/flavor/service.py
index 8c1aa19f..039effee 100644
--- a/trove/flavor/service.py
+++ b/trove/flavor/service.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/flavor/views.py b/trove/flavor/views.py
index bbe8ad80..3cabaa1a 100644
--- a/trove/flavor/views.py
+++ b/trove/flavor/views.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/instance/models.py b/trove/instance/models.py
index 191d77d5..0f5f8a61 100644
--- a/trove/instance/models.py
+++ b/trove/instance/models.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/tests/fakes/common.py b/trove/tests/fakes/common.py
index b814a3b8..8b057a67 100644
--- a/trove/tests/fakes/common.py
+++ b/trove/tests/fakes/common.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/tests/fakes/guestagent.py b/trove/tests/fakes/guestagent.py
index e8f4cb26..9c7ab355 100644
--- a/trove/tests/fakes/guestagent.py
+++ b/trove/tests/fakes/guestagent.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/tests/fakes/keystone.py b/trove/tests/fakes/keystone.py
index a9adc885..d75aad57 100644
--- a/trove/tests/fakes/keystone.py
+++ b/trove/tests/fakes/keystone.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/tests/fakes/nova.py b/trove/tests/fakes/nova.py
index c808a95a..e7197814 100644
--- a/trove/tests/fakes/nova.py
+++ b/trove/tests/fakes/nova.py
@@ -7,7 +7,7 @@
# 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
+# 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
diff --git a/trove/tests/unittests/guestagent/test_api.py b/trove/tests/unittests/guestagent/test_api.py
index 387f1dbd..8a21d998 100644
--- a/trove/tests/unittests/guestagent/test_api.py
+++ b/trove/tests/unittests/guestagent/test_api.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
from mockito import when
from mockito import any
from mockito import verify
diff --git a/trove/tests/unittests/guestagent/test_dbmodels.py b/trove/tests/unittests/guestagent/test_dbmodels.py
index 8b1dd696..826e3866 100644
--- a/trove/tests/unittests/guestagent/test_dbmodels.py
+++ b/trove/tests/unittests/guestagent/test_dbmodels.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import testtools
from trove.guestagent.db import models as dbmodels
from mock import Mock, MagicMock
diff --git a/trove/tests/unittests/guestagent/test_manager.py b/trove/tests/unittests/guestagent/test_manager.py
index c5b38f74..b2045aa5 100644
--- a/trove/tests/unittests/guestagent/test_manager.py
+++ b/trove/tests/unittests/guestagent/test_manager.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
from trove.guestagent import volume
import testtools
diff --git a/trove/tests/unittests/guestagent/test_models.py b/trove/tests/unittests/guestagent/test_models.py
index 9eca7c66..bd117866 100644
--- a/trove/tests/unittests/guestagent/test_models.py
+++ b/trove/tests/unittests/guestagent/test_models.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import testtools
from mock import Mock, MagicMock
diff --git a/trove/tests/unittests/guestagent/test_query.py b/trove/tests/unittests/guestagent/test_query.py
index 33cc8948..ab787d3f 100644
--- a/trove/tests/unittests/guestagent/test_query.py
+++ b/trove/tests/unittests/guestagent/test_query.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import testtools
from trove.guestagent import query
diff --git a/trove/tests/unittests/guestagent/test_service.py b/trove/tests/unittests/guestagent/test_service.py
index 4d46e123..4330bac1 100644
--- a/trove/tests/unittests/guestagent/test_service.py
+++ b/trove/tests/unittests/guestagent/test_service.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import testtools
from mock import Mock, MagicMock
diff --git a/trove/tests/unittests/guestagent/test_volume.py b/trove/tests/unittests/guestagent/test_volume.py
index 98da4d7e..83e9fe61 100644
--- a/trove/tests/unittests/guestagent/test_volume.py
+++ b/trove/tests/unittests/guestagent/test_volume.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import os
import testtools
import pexpect
diff --git a/trove/tests/unittests/taskmanager/test_models.py b/trove/tests/unittests/taskmanager/test_models.py
index 750365e9..849df25f 100644
--- a/trove/tests/unittests/taskmanager/test_models.py
+++ b/trove/tests/unittests/taskmanager/test_models.py
@@ -10,7 +10,7 @@
# 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
+# under the License.
import trove.common.remote as remote
import testtools