Ad ASF license headers to services
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/4c751945 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/4c751945 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/4c751945 Branch: refs/heads/master Commit: 4c7519455a600a15716d4d46a8c433972b2d0bff Parents: 83fe634 Author: Michael Joyce <[email protected]> Authored: Fri Aug 1 13:27:30 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Aug 1 16:43:18 2014 -0700 ---------------------------------------------------------------------- .../app/scripts/services/evaluationsettings.js | 19 +++++++++++++++++++ .../app/scripts/services/regionselectparams.js | 19 +++++++++++++++++++ .../services/selecteddatasetinformation.js | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/4c751945/ocw-ui/frontend-new/app/scripts/services/evaluationsettings.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/services/evaluationsettings.js b/ocw-ui/frontend-new/app/scripts/services/evaluationsettings.js index f2faf52..b53842c 100644 --- a/ocw-ui/frontend-new/app/scripts/services/evaluationsettings.js +++ b/ocw-ui/frontend-new/app/scripts/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'; /** http://git-wip-us.apache.org/repos/asf/climate/blob/4c751945/ocw-ui/frontend-new/app/scripts/services/regionselectparams.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/services/regionselectparams.js b/ocw-ui/frontend-new/app/scripts/services/regionselectparams.js index 1ac404a..cb3f4f8 100644 --- a/ocw-ui/frontend-new/app/scripts/services/regionselectparams.js +++ b/ocw-ui/frontend-new/app/scripts/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'; /** http://git-wip-us.apache.org/repos/asf/climate/blob/4c751945/ocw-ui/frontend-new/app/scripts/services/selecteddatasetinformation.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/services/selecteddatasetinformation.js b/ocw-ui/frontend-new/app/scripts/services/selecteddatasetinformation.js index 9034c96..613cfb8 100644 --- a/ocw-ui/frontend-new/app/scripts/services/selecteddatasetinformation.js +++ b/ocw-ui/frontend-new/app/scripts/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'; /**
