You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/08/03 05:28:35 UTC

[01/14] git commit: Add ASF license to 404 page

Repository: climate
Updated Branches:
  refs/heads/master 1c8631ce0 -> 7284c424c


Add ASF license to 404 page


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e07fa7bc
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e07fa7bc
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e07fa7bc

Branch: refs/heads/master
Commit: e07fa7bc9adccab469e7c59d8a3b4edf7bcb551f
Parents: c135cbb
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:22:46 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:17 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/404.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/e07fa7bc/ocw-ui/frontend-new/app/404.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/404.html b/ocw-ui/frontend-new/app/404.html
index ec98e3c..b530975 100644
--- a/ocw-ui/frontend-new/app/404.html
+++ b/ocw-ui/frontend-new/app/404.html
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <!DOCTYPE html>
 <html lang="en">
   <head>


[07/14] git commit: Update ASF license headers in controllers

Posted by jo...@apache.org.
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 <jo...@apache.org>
Authored: Fri Aug 1 13:25:45 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
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';
 
 /**


[05/14] git commit: Update ASF headers in styles

Posted by jo...@apache.org.
Update ASF headers in styles


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/7d36339e
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/7d36339e
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/7d36339e

Branch: refs/heads/master
Commit: 7d36339e59050800ac9f1f1f6d73707cd5a50134
Parents: 08a85c3
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:29:33 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/styles/main.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/7d36339e/ocw-ui/frontend-new/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/styles/main.css b/ocw-ui/frontend-new/app/styles/main.css
index 9e0d687..fb42ccd 100644
--- a/ocw-ui/frontend-new/app/styles/main.css
+++ b/ocw-ui/frontend-new/app/styles/main.css
@@ -1,4 +1,4 @@
-/*
+/**
  * 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
@@ -15,7 +15,8 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-**/
+ */
+
 body {
 	
 }


[03/14] git commit: Add ASF license headers to services tests

Posted by jo...@apache.org.
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 <jo...@apache.org>
Authored: Fri Aug 1 13:33:44 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
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 () {


[12/14] git commit: Ad ASF license headers to services

Posted by jo...@apache.org.
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 <jo...@apache.org>
Authored: Fri Aug 1 13:27:30 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
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';
 
 /**


[09/14] git commit: Add ASF license header to isodatetomiddleendian filter

Posted by jo...@apache.org.
Add ASF license header to isodatetomiddleendian filter


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/83fe6347
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/83fe6347
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/83fe6347

Branch: refs/heads/master
Commit: 83fe63477a071087b113bfa30bff9e31e4a8f270
Parents: f66d39c
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:27:01 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 .../app/scripts/filters/isodatetomiddleendian.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/83fe6347/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js b/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js
index fce091c..7fcd2a9 100644
--- a/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js
+++ b/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.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';
 
 /**


[08/14] git commit: Add ASF license headers to directives

Posted by jo...@apache.org.
Add ASF license headers to directives


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f66d39c5
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f66d39c5
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f66d39c5

Branch: refs/heads/master
Commit: f66d39c51e17a9528d47899831806f17e5f1a120
Parents: f13a0b5
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:26:27 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 .../app/scripts/directives/bootstrapmodal.js     | 19 +++++++++++++++++++
 .../app/scripts/directives/bootstrapmodalopen.js | 19 +++++++++++++++++++
 .../app/scripts/directives/leafletmap.js         | 19 +++++++++++++++++++
 .../app/scripts/directives/onblur.js             | 19 +++++++++++++++++++
 .../directives/predictivefilebrowserinput.js     | 19 +++++++++++++++++++
 .../app/scripts/directives/previewmap.js         | 19 +++++++++++++++++++
 .../app/scripts/directives/timeline.js           | 19 +++++++++++++++++++
 7 files changed, 133 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodal.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodal.js b/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodal.js
index d8fc0ca..26d0a46 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodal.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodal.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodalopen.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodalopen.js b/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodalopen.js
index e573f69..dca4005 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodalopen.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/bootstrapmodalopen.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/leafletmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/leafletmap.js b/ocw-ui/frontend-new/app/scripts/directives/leafletmap.js
index f49d749..9b0a6eb 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/leafletmap.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/leafletmap.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/onblur.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/onblur.js b/ocw-ui/frontend-new/app/scripts/directives/onblur.js
index f2dcc50..313dbe0 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/onblur.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/onblur.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/predictivefilebrowserinput.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/predictivefilebrowserinput.js b/ocw-ui/frontend-new/app/scripts/directives/predictivefilebrowserinput.js
index 5fddcae..7142c15 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/predictivefilebrowserinput.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/predictivefilebrowserinput.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/previewmap.js b/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
index 371bea9..78aae8c 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/previewmap.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/f66d39c5/ocw-ui/frontend-new/app/scripts/directives/timeline.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/timeline.js b/ocw-ui/frontend-new/app/scripts/directives/timeline.js
index 2ba5d5e..760a819 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/timeline.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/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';
 
 /**


[11/14] git commit: Add ASF license headers to directive tests

Posted by jo...@apache.org.
Add ASF license headers to directive tests


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/a6260ad8
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/a6260ad8
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/a6260ad8

Branch: refs/heads/master
Commit: a6260ad8cb94fea912de8315fed88af487bee19f
Parents: 6ab9cb9
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:33:19 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 .../test/spec/directives/bootstrapmodal.js       | 19 +++++++++++++++++++
 .../test/spec/directives/bootstrapmodalopen.js   | 19 +++++++++++++++++++
 .../test/spec/directives/leafletmap.js           | 19 +++++++++++++++++++
 .../frontend-new/test/spec/directives/onblur.js  | 19 +++++++++++++++++++
 .../directives/predictivefilebrowserinput.js     | 19 +++++++++++++++++++
 .../test/spec/directives/previewmap.js           | 19 +++++++++++++++++++
 .../test/spec/directives/timeline.js             | 19 +++++++++++++++++++
 7 files changed, 133 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/bootstrapmodal.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/bootstrapmodal.js b/ocw-ui/frontend-new/test/spec/directives/bootstrapmodal.js
index 5ac69b6..2e4150e 100644
--- a/ocw-ui/frontend-new/test/spec/directives/bootstrapmodal.js
+++ b/ocw-ui/frontend-new/test/spec/directives/bootstrapmodal.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('Directive: bootstrapModal', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/bootstrapmodalopen.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/bootstrapmodalopen.js b/ocw-ui/frontend-new/test/spec/directives/bootstrapmodalopen.js
index 2d61c1c..3cd2c4c 100644
--- a/ocw-ui/frontend-new/test/spec/directives/bootstrapmodalopen.js
+++ b/ocw-ui/frontend-new/test/spec/directives/bootstrapmodalopen.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('Directive: bootstrapModalOpen', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/leafletmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/leafletmap.js b/ocw-ui/frontend-new/test/spec/directives/leafletmap.js
index e2991ad..c722ce6 100644
--- a/ocw-ui/frontend-new/test/spec/directives/leafletmap.js
+++ b/ocw-ui/frontend-new/test/spec/directives/leafletmap.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('Directive: leafletMap', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/onblur.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/onblur.js b/ocw-ui/frontend-new/test/spec/directives/onblur.js
index efb0450..bc1c49d 100644
--- a/ocw-ui/frontend-new/test/spec/directives/onblur.js
+++ b/ocw-ui/frontend-new/test/spec/directives/onblur.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('Directive: onBlur', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/predictivefilebrowserinput.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/predictivefilebrowserinput.js b/ocw-ui/frontend-new/test/spec/directives/predictivefilebrowserinput.js
index 879d26e..4661e96 100644
--- a/ocw-ui/frontend-new/test/spec/directives/predictivefilebrowserinput.js
+++ b/ocw-ui/frontend-new/test/spec/directives/predictivefilebrowserinput.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('Directive: predictiveFileBrowserInput', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/previewmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/previewmap.js b/ocw-ui/frontend-new/test/spec/directives/previewmap.js
index ff9232b..c99f063 100644
--- a/ocw-ui/frontend-new/test/spec/directives/previewmap.js
+++ b/ocw-ui/frontend-new/test/spec/directives/previewmap.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('Directive: previewMap', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/a6260ad8/ocw-ui/frontend-new/test/spec/directives/timeline.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/directives/timeline.js b/ocw-ui/frontend-new/test/spec/directives/timeline.js
index e326f73..4c61907 100644
--- a/ocw-ui/frontend-new/test/spec/directives/timeline.js
+++ b/ocw-ui/frontend-new/test/spec/directives/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';
 
 describe('Directive: timeline', function () {


[10/14] git commit: Add ASF license headers to filter tests

Posted by jo...@apache.org.
Add ASF license headers to filter tests


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/ff58f96f
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/ff58f96f
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/ff58f96f

Branch: refs/heads/master
Commit: ff58f96f6579d583f8f44db8e9c91260cf2ae5a7
Parents: a6260ad
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:33:28 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 .../test/spec/filters/isodatetomiddleendian.js   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/ff58f96f/ocw-ui/frontend-new/test/spec/filters/isodatetomiddleendian.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/filters/isodatetomiddleendian.js b/ocw-ui/frontend-new/test/spec/filters/isodatetomiddleendian.js
index 22d30a2..72ab650 100644
--- a/ocw-ui/frontend-new/test/spec/filters/isodatetomiddleendian.js
+++ b/ocw-ui/frontend-new/test/spec/filters/isodatetomiddleendian.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('Filter: ISODateToMiddleEndian', function () {


[14/14] git commit: Update frontend-new header licenses for CLIMATE-500

Posted by jo...@apache.org.
Update frontend-new header licenses for CLIMATE-500

Merge PR #94


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/7284c424
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/7284c424
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/7284c424

Branch: refs/heads/master
Commit: 7284c424c4031e23a7bdc1c97792a8953229f109
Parents: 1c8631c 1699176
Author: Michael Joyce <jo...@apache.org>
Authored: Sat Aug 2 20:27:38 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Sat Aug 2 20:27:38 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/404.html                | 18 +++++++++++
 ocw-ui/frontend-new/app/index.html              | 19 ++++++++++++
 ocw-ui/frontend-new/app/scripts/app.js          | 19 ++++++++++++
 .../app/scripts/controllers/about.js            | 19 ++++++++++++
 .../app/scripts/controllers/datasetdisplay.js   | 19 ++++++++++++
 .../app/scripts/controllers/datasetselect.js    | 19 ++++++++++++
 .../app/scripts/controllers/main.js             | 19 ++++++++++++
 .../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 ++++++++++++
 .../app/scripts/directives/bootstrapmodal.js    | 19 ++++++++++++
 .../scripts/directives/bootstrapmodalopen.js    | 19 ++++++++++++
 .../app/scripts/directives/leafletmap.js        | 19 ++++++++++++
 .../app/scripts/directives/onblur.js            | 19 ++++++++++++
 .../directives/predictivefilebrowserinput.js    | 19 ++++++++++++
 .../app/scripts/directives/previewmap.js        | 19 ++++++++++++
 .../app/scripts/directives/timeline.js          | 19 ++++++++++++
 .../scripts/filters/isodatetomiddleendian.js    | 19 ++++++++++++
 .../app/scripts/services/evaluationsettings.js  | 19 ++++++++++++
 .../app/scripts/services/regionselectparams.js  | 19 ++++++++++++
 .../services/selecteddatasetinformation.js      | 19 ++++++++++++
 ocw-ui/frontend-new/app/styles/main.css         |  5 +--
 ocw-ui/frontend-new/app/views/main.html         | 19 ++++++++++++
 ocw-ui/frontend-new/app/views/modelselect.html  | 32 ++++++++++----------
 ocw-ui/frontend-new/app/views/results.html      | 19 ++++++++++++
 .../frontend-new/app/views/resultsdetail.html   | 19 ++++++++++++
 ocw-ui/frontend-new/app/views/resultslist.html  | 19 ++++++++++++
 .../app/views/selectobservation.html            | 32 ++++++++++----------
 ocw-ui/frontend-new/app/views/selectrcmed.html  | 32 ++++++++++----------
 .../frontend-new/test/spec/controllers/about.js | 19 ++++++++++++
 .../test/spec/controllers/datasetdisplay.js     | 19 ++++++++++++
 .../test/spec/controllers/datasetselect.js      | 19 ++++++++++++
 .../frontend-new/test/spec/controllers/main.js  | 19 ++++++++++++
 .../test/spec/controllers/observationselect.js  | 19 ++++++++++++
 .../test/spec/controllers/parameterselect.js    | 19 ++++++++++++
 .../test/spec/controllers/rcmedselection.js     | 19 ++++++++++++
 .../test/spec/controllers/result.js             | 19 ++++++++++++
 .../test/spec/controllers/resultdetail.js       | 19 ++++++++++++
 .../test/spec/controllers/settings.js           | 19 ++++++++++++
 .../test/spec/controllers/timeline.js           | 19 ++++++++++++
 .../test/spec/controllers/worldmap.js           | 19 ++++++++++++
 .../test/spec/directives/bootstrapmodal.js      | 19 ++++++++++++
 .../test/spec/directives/bootstrapmodalopen.js  | 19 ++++++++++++
 .../test/spec/directives/leafletmap.js          | 19 ++++++++++++
 .../frontend-new/test/spec/directives/onblur.js | 19 ++++++++++++
 .../directives/predictivefilebrowserinput.js    | 19 ++++++++++++
 .../test/spec/directives/previewmap.js          | 19 ++++++++++++
 .../test/spec/directives/timeline.js            | 19 ++++++++++++
 .../test/spec/filters/isodatetomiddleendian.js  | 19 ++++++++++++
 .../test/spec/services/evaluationsettings.js    | 19 ++++++++++++
 .../test/spec/services/regionselectparams.js    | 19 ++++++++++++
 .../spec/services/selecteddatasetinformation.js | 19 ++++++++++++
 57 files changed, 1057 insertions(+), 50 deletions(-)
----------------------------------------------------------------------



[06/14] git commit: Add ASF license to app.js

Posted by jo...@apache.org.
Add ASF license to app.js


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5643577b
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5643577b
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5643577b

Branch: refs/heads/master
Commit: 5643577bb41ef4f4a9099ed6c655621c34ca6bb6
Parents: e07fa7b
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:24:00 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/scripts/app.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/5643577b/ocw-ui/frontend-new/app/scripts/app.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/app.js b/ocw-ui/frontend-new/app/scripts/app.js
index 7b84ab3..8dca2dc 100644
--- a/ocw-ui/frontend-new/app/scripts/app.js
+++ b/ocw-ui/frontend-new/app/scripts/app.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';
 
 /**


[04/14] git commit: Add/Update ASF license headers in views

Posted by jo...@apache.org.
Add/Update ASF license headers in views


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/08a85c32
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/08a85c32
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/08a85c32

Branch: refs/heads/master
Commit: 08a85c32a97108adefdc8d35858eba785d082577
Parents: 4c75194
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:28:58 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/views/main.html         | 19 ++++++++++++
 ocw-ui/frontend-new/app/views/modelselect.html  | 32 ++++++++++----------
 ocw-ui/frontend-new/app/views/results.html      | 19 ++++++++++++
 .../frontend-new/app/views/resultsdetail.html   | 19 ++++++++++++
 ocw-ui/frontend-new/app/views/resultslist.html  | 19 ++++++++++++
 .../app/views/selectobservation.html            | 32 ++++++++++----------
 ocw-ui/frontend-new/app/views/selectrcmed.html  | 32 ++++++++++----------
 7 files changed, 124 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/main.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/main.html b/ocw-ui/frontend-new/app/views/main.html
index cc07a3b..2f428e5 100644
--- a/ocw-ui/frontend-new/app/views/main.html
+++ b/ocw-ui/frontend-new/app/views/main.html
@@ -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.
+-->
+
 <!-- Modal for evaluation settings -->
 <div class="modal fade" id="evaluationSettingsModal" role="dialog" aria-labelledby="datasetSelectModalLabel" aria-hidden="true">
   <div class="modal-dialog">

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/modelselect.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/modelselect.html b/ocw-ui/frontend-new/app/views/modelselect.html
index 17fa12b..9bc128f 100644
--- a/ocw-ui/frontend-new/app/views/modelselect.html
+++ b/ocw-ui/frontend-new/app/views/modelselect.html
@@ -1,20 +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.
+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.
 -->
 
 <div class="container">

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/results.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/results.html b/ocw-ui/frontend-new/app/views/results.html
index 7a170a0..432bba1 100644
--- a/ocw-ui/frontend-new/app/views/results.html
+++ b/ocw-ui/frontend-new/app/views/results.html
@@ -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.
+-->
+
 <div class="row">
   <div class="col-md-3">
     <div id="results-sidebar" class="pa-sidebar well well-small">

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/resultsdetail.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/resultsdetail.html b/ocw-ui/frontend-new/app/views/resultsdetail.html
index 2febdd2..4083ff3 100644
--- a/ocw-ui/frontend-new/app/views/resultsdetail.html
+++ b/ocw-ui/frontend-new/app/views/resultsdetail.html
@@ -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.
+-->
+
 <div>
   <h2>{{result}}</h2>
   <div class="row text-center">

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/resultslist.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/resultslist.html b/ocw-ui/frontend-new/app/views/resultslist.html
index 679d270..f4664c6 100644
--- a/ocw-ui/frontend-new/app/views/resultslist.html
+++ b/ocw-ui/frontend-new/app/views/resultslist.html
@@ -1,2 +1,21 @@
+<!--
+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.
+-->
+
 <h4>Select one of your previous runs. If none are displayed, please return
   to the main page and start one!</h4>

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/selectobservation.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/selectobservation.html b/ocw-ui/frontend-new/app/views/selectobservation.html
index 4b5a490..fd10ff8 100644
--- a/ocw-ui/frontend-new/app/views/selectobservation.html
+++ b/ocw-ui/frontend-new/app/views/selectobservation.html
@@ -1,20 +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.
+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.
 -->
 
 <div ng-controller="ObservationSelectCtrl">

http://git-wip-us.apache.org/repos/asf/climate/blob/08a85c32/ocw-ui/frontend-new/app/views/selectrcmed.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/selectrcmed.html b/ocw-ui/frontend-new/app/views/selectrcmed.html
index 0db7451..6b09f48 100644
--- a/ocw-ui/frontend-new/app/views/selectrcmed.html
+++ b/ocw-ui/frontend-new/app/views/selectrcmed.html
@@ -1,20 +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.
+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.
 -->
 
 <div ng-controller="RcmedSelectionCtrl">


[02/14] git commit: Add ASF license to index page

Posted by jo...@apache.org.
Add ASF license to index page


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c135cbb1
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c135cbb1
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c135cbb1

Branch: refs/heads/master
Commit: c135cbb1e43baf9db4f8fa0725be5dde40e5124c
Parents: 1c8631c
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:22:32 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:17 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/index.html | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/c135cbb1/ocw-ui/frontend-new/app/index.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/index.html b/ocw-ui/frontend-new/app/index.html
index 3867c6f..01a6e89 100644
--- a/ocw-ui/frontend-new/app/index.html
+++ b/ocw-ui/frontend-new/app/index.html
@@ -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.
+-->
+
 <!doctype html>
 <html class="no-js">
   <head>


[13/14] git commit: Add ASF license headers to controller tests

Posted by jo...@apache.org.
Add ASF license headers to controller tests


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6ab9cb99
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6ab9cb99
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6ab9cb99

Branch: refs/heads/master
Commit: 6ab9cb99c03a06ca714a1594a4cce295a1652b12
Parents: 7d36339
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:32:49 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 .../frontend-new/test/spec/controllers/about.js  | 19 +++++++++++++++++++
 .../test/spec/controllers/datasetdisplay.js      | 19 +++++++++++++++++++
 .../test/spec/controllers/datasetselect.js       | 19 +++++++++++++++++++
 .../frontend-new/test/spec/controllers/main.js   | 19 +++++++++++++++++++
 .../test/spec/controllers/observationselect.js   | 19 +++++++++++++++++++
 .../test/spec/controllers/parameterselect.js     | 19 +++++++++++++++++++
 .../test/spec/controllers/rcmedselection.js      | 19 +++++++++++++++++++
 .../frontend-new/test/spec/controllers/result.js | 19 +++++++++++++++++++
 .../test/spec/controllers/resultdetail.js        | 19 +++++++++++++++++++
 .../test/spec/controllers/settings.js            | 19 +++++++++++++++++++
 .../test/spec/controllers/timeline.js            | 19 +++++++++++++++++++
 .../test/spec/controllers/worldmap.js            | 19 +++++++++++++++++++
 12 files changed, 228 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/about.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/about.js b/ocw-ui/frontend-new/test/spec/controllers/about.js
index ccfc4af..a73f93a 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/about.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: AboutCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/datasetdisplay.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/datasetdisplay.js b/ocw-ui/frontend-new/test/spec/controllers/datasetdisplay.js
index 7e708b1..75d0927 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/datasetdisplay.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: DatasetdisplayctrlCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/datasetselect.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/datasetselect.js b/ocw-ui/frontend-new/test/spec/controllers/datasetselect.js
index 300d102..50267b6 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/datasetselect.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: DatasetselectCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/main.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/main.js b/ocw-ui/frontend-new/test/spec/controllers/main.js
index 244587c..dad1469 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/main.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: MainCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/observationselect.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/observationselect.js b/ocw-ui/frontend-new/test/spec/controllers/observationselect.js
index 98cd335..81a194f 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/observationselect.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: ObservationselectCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/parameterselect.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/parameterselect.js b/ocw-ui/frontend-new/test/spec/controllers/parameterselect.js
index 112159a..4dcd886 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/parameterselect.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: ParameterselectCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/rcmedselection.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/rcmedselection.js b/ocw-ui/frontend-new/test/spec/controllers/rcmedselection.js
index 6fc6019..0466e84 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/rcmedselection.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: RcmedselectionCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/result.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/result.js b/ocw-ui/frontend-new/test/spec/controllers/result.js
index bf047cc..4fe372e 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/result.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: ResultCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js b/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js
index 3bff3f4..1d364f7 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: ResultdetailCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/settings.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/settings.js b/ocw-ui/frontend-new/test/spec/controllers/settings.js
index 7424610..b566d5c 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/settings.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: SettingsCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/timeline.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/timeline.js b/ocw-ui/frontend-new/test/spec/controllers/timeline.js
index 4294311..2a2d524 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/timeline.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: TimelineCtrl', function () {

http://git-wip-us.apache.org/repos/asf/climate/blob/6ab9cb99/ocw-ui/frontend-new/test/spec/controllers/worldmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/test/spec/controllers/worldmap.js b/ocw-ui/frontend-new/test/spec/controllers/worldmap.js
index 576b0be..285d34a 100644
--- a/ocw-ui/frontend-new/test/spec/controllers/worldmap.js
+++ b/ocw-ui/frontend-new/test/spec/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';
 
 describe('Controller: WorldmapCtrl', function () {