From 08a110bdbcd5513ef9cad59c03eb2bb9043b3f7b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 3 Dec 2012 14:14:02 +0100 Subject: [PATCH] Add a license header to functionalnosetests Change-Id: I413d8bb9cbdea1f67ab2649ab0cc4a05a7a65883 --- test/functionalnosetests/swift_testing.py | 15 +++++++++++++++ test/functionalnosetests/test_account.py | 15 +++++++++++++++ test/functionalnosetests/test_container.py | 15 +++++++++++++++ test/functionalnosetests/test_object.py | 15 +++++++++++++++ 4 files changed, 60 insertions(+) mode change 100755 => 100644 test/functionalnosetests/test_container.py diff --git a/test/functionalnosetests/swift_testing.py b/test/functionalnosetests/swift_testing.py index 550d16cc9e..74e8e1cf55 100644 --- a/test/functionalnosetests/swift_testing.py +++ b/test/functionalnosetests/swift_testing.py @@ -1,3 +1,18 @@ +# Copyright (c) 2010-2012 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. + import errno import os import socket diff --git a/test/functionalnosetests/test_account.py b/test/functionalnosetests/test_account.py index 4b5da32da1..ae6e3c4299 100755 --- a/test/functionalnosetests/test_account.py +++ b/test/functionalnosetests/test_account.py @@ -1,5 +1,20 @@ #!/usr/bin/python +# Copyright (c) 2010-2012 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. + import unittest from nose import SkipTest diff --git a/test/functionalnosetests/test_container.py b/test/functionalnosetests/test_container.py old mode 100755 new mode 100644 index 12a92c9f56..55e76f259c --- a/test/functionalnosetests/test_container.py +++ b/test/functionalnosetests/test_container.py @@ -1,5 +1,20 @@ #!/usr/bin/python +# Copyright (c) 2010-2012 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. + import json import unittest from nose import SkipTest diff --git a/test/functionalnosetests/test_object.py b/test/functionalnosetests/test_object.py index cb5411df0f..a4cefae7c1 100644 --- a/test/functionalnosetests/test_object.py +++ b/test/functionalnosetests/test_object.py @@ -1,5 +1,20 @@ #!/usr/bin/python +# Copyright (c) 2010-2012 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. + import unittest from nose import SkipTest from uuid import uuid4