Update ASF license headers in controllers
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f13a0b5c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f13a0b5c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f13a0b5c Branch: refs/heads/master Commit: f13a0b5c8e83be90168bb8a5ad5df29bd5d8d4d1 Parents: 5643577 Author: Michael Joyce <[email protected]> Authored: Fri Aug 1 13:25:45 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Aug 1 16:43:18 2014 -0700 ---------------------------------------------------------------------- .../app/scripts/controllers/about.js | 19 +++++++++++++++++++ .../app/scripts/controllers/datasetdisplay.js | 19 +++++++++++++++++++ .../app/scripts/controllers/datasetselect.js | 19 +++++++++++++++++++ .../frontend-new/app/scripts/controllers/main.js | 19 +++++++++++++++++++ .../app/scripts/controllers/observationselect.js | 19 +++++++++++++++++++ .../app/scripts/controllers/parameterselect.js | 19 +++++++++++++++++++ .../app/scripts/controllers/rcmedselection.js | 19 +++++++++++++++++++ .../app/scripts/controllers/result.js | 19 +++++++++++++++++++ .../app/scripts/controllers/resultdetail.js | 19 +++++++++++++++++++ .../app/scripts/controllers/settings.js | 19 +++++++++++++++++++ .../app/scripts/controllers/timeline.js | 19 +++++++++++++++++++ .../app/scripts/controllers/worldmap.js | 19 +++++++++++++++++++ 12 files changed, 228 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/about.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/about.js b/ocw-ui/frontend-new/app/scripts/controllers/about.js index e786f76..1971120 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/about.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/about.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/datasetdisplay.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/datasetdisplay.js b/ocw-ui/frontend-new/app/scripts/controllers/datasetdisplay.js index 5862828..f7d2a77 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/datasetdisplay.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/datasetdisplay.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js b/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js index b59cc5a..b6b52ef 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/main.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/main.js b/ocw-ui/frontend-new/app/scripts/controllers/main.js index 81282c1..16008c0 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/main.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/main.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/observationselect.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/observationselect.js b/ocw-ui/frontend-new/app/scripts/controllers/observationselect.js index c085058..696c8b1 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/observationselect.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/observationselect.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/parameterselect.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/parameterselect.js b/ocw-ui/frontend-new/app/scripts/controllers/parameterselect.js index c1f648e..cad97e0 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/parameterselect.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/parameterselect.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/rcmedselection.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/rcmedselection.js b/ocw-ui/frontend-new/app/scripts/controllers/rcmedselection.js index 454fdf7..a3b3801 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/rcmedselection.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/rcmedselection.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/result.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/result.js b/ocw-ui/frontend-new/app/scripts/controllers/result.js index 0e21f57..39b94b9 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/result.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/result.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/resultdetail.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/resultdetail.js b/ocw-ui/frontend-new/app/scripts/controllers/resultdetail.js index e7b2563..952516c 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/resultdetail.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/resultdetail.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/settings.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/settings.js b/ocw-ui/frontend-new/app/scripts/controllers/settings.js index abdbf22..ca62fd8 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/settings.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/settings.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/timeline.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/timeline.js b/ocw-ui/frontend-new/app/scripts/controllers/timeline.js index 99bb363..2546ede 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/timeline.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/timeline.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/f13a0b5c/ocw-ui/frontend-new/app/scripts/controllers/worldmap.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/controllers/worldmap.js b/ocw-ui/frontend-new/app/scripts/controllers/worldmap.js index 8665710..0d28d6c 100644 --- a/ocw-ui/frontend-new/app/scripts/controllers/worldmap.js +++ b/ocw-ui/frontend-new/app/scripts/controllers/worldmap.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'; /**
