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