CLIMATE-417 - Add ASF headers to backend test files.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/59db9d14 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/59db9d14 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/59db9d14 Branch: refs/heads/master Commit: 59db9d1456e3239d00590b6f1df1cda670ae85b3 Parents: 3e79a06 Author: Michael Joyce <[email protected]> Authored: Fri May 9 15:55:19 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri May 9 15:55:19 2014 -0700 ---------------------------------------------------------------------- ocw-ui/backend/tests/test_directory_helpers.py | 17 +++++++++++++++++ .../tests/test_local_file_metadata_extractors.py | 17 +++++++++++++++++ ocw-ui/backend/tests/test_processing.py | 17 +++++++++++++++++ ocw-ui/backend/tests/test_run_webservices.py | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/59db9d14/ocw-ui/backend/tests/test_directory_helpers.py ---------------------------------------------------------------------- diff --git a/ocw-ui/backend/tests/test_directory_helpers.py b/ocw-ui/backend/tests/test_directory_helpers.py index b396d32..627fe50 100644 --- a/ocw-ui/backend/tests/test_directory_helpers.py +++ b/ocw-ui/backend/tests/test_directory_helpers.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 os import unittest from webtest import TestApp http://git-wip-us.apache.org/repos/asf/climate/blob/59db9d14/ocw-ui/backend/tests/test_local_file_metadata_extractors.py ---------------------------------------------------------------------- diff --git a/ocw-ui/backend/tests/test_local_file_metadata_extractors.py b/ocw-ui/backend/tests/test_local_file_metadata_extractors.py index 8d751c7..f204fdb 100644 --- a/ocw-ui/backend/tests/test_local_file_metadata_extractors.py +++ b/ocw-ui/backend/tests/test_local_file_metadata_extractors.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 os from json import loads import unittest http://git-wip-us.apache.org/repos/asf/climate/blob/59db9d14/ocw-ui/backend/tests/test_processing.py ---------------------------------------------------------------------- diff --git a/ocw-ui/backend/tests/test_processing.py b/ocw-ui/backend/tests/test_processing.py index ae6331e..3bc9698 100644 --- a/ocw-ui/backend/tests/test_processing.py +++ b/ocw-ui/backend/tests/test_processing.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 os import unittest from urllib import urlretrieve http://git-wip-us.apache.org/repos/asf/climate/blob/59db9d14/ocw-ui/backend/tests/test_run_webservices.py ---------------------------------------------------------------------- diff --git a/ocw-ui/backend/tests/test_run_webservices.py b/ocw-ui/backend/tests/test_run_webservices.py index 492646c..41f10ef 100644 --- a/ocw-ui/backend/tests/test_run_webservices.py +++ b/ocw-ui/backend/tests/test_run_webservices.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 os import unittest from webtest import TestApp
