Add ASF license headers to services tests
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/16991769 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/16991769 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/16991769 Branch: refs/heads/master Commit: 169917698ad39d4ea6e5be1ab5cbadd439928406 Parents: ff58f96 Author: Michael Joyce <[email protected]> Authored: Fri Aug 1 13:33:44 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Aug 1 16:43:18 2014 -0700 ---------------------------------------------------------------------- .../test/spec/services/evaluationsettings.js | 19 +++++++++++++++++++ .../test/spec/services/regionselectparams.js | 19 +++++++++++++++++++ .../spec/services/selecteddatasetinformation.js | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/16991769/ocw-ui/frontend-new/test/spec/services/evaluationsettings.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/services/evaluationsettings.js b/ocw-ui/frontend-new/test/spec/services/evaluationsettings.js index 60f6ac3..8fb20c2 100644 --- a/ocw-ui/frontend-new/test/spec/services/evaluationsettings.js +++ b/ocw-ui/frontend-new/test/spec/services/evaluationsettings.js @@ -1,3 +1,22 @@ +/** + * 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. + */ + 'use strict'; describe('Service: evaluationSettings', function () { http://git-wip-us.apache.org/repos/asf/climate/blob/16991769/ocw-ui/frontend-new/test/spec/services/regionselectparams.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/services/regionselectparams.js b/ocw-ui/frontend-new/test/spec/services/regionselectparams.js index 449d64f..2ad9dab 100644 --- a/ocw-ui/frontend-new/test/spec/services/regionselectparams.js +++ b/ocw-ui/frontend-new/test/spec/services/regionselectparams.js @@ -1,3 +1,22 @@ +/** + * 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. + */ + 'use strict'; describe('Service: regionSelectParams', function () { http://git-wip-us.apache.org/repos/asf/climate/blob/16991769/ocw-ui/frontend-new/test/spec/services/selecteddatasetinformation.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/services/selecteddatasetinformation.js b/ocw-ui/frontend-new/test/spec/services/selecteddatasetinformation.js index 9d13bba..75000e9 100644 --- a/ocw-ui/frontend-new/test/spec/services/selecteddatasetinformation.js +++ b/ocw-ui/frontend-new/test/spec/services/selecteddatasetinformation.js @@ -1,3 +1,22 @@ +/** + * 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. + */ + 'use strict'; describe('Service: selectedDatasetInformation', function () {
