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 <[email protected]> Authored: Fri Aug 1 13:26:27 2014 -0700 Committer: Michael Joyce <[email protected]> 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'; /**
