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 <[email protected]> Authored: Fri Aug 1 13:32:49 2014 -0700 Committer: Michael Joyce <[email protected]> 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 () {
