YETUS-66. Update apache license on all files (aw) Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/592f547c Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/592f547c Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/592f547c Branch: refs/heads/master Commit: 592f547c0aa6d2da67ac9507cc727ce7a15eb072 Parents: 691755d Author: Allen Wittenauer <[email protected]> Authored: Fri Oct 9 09:17:14 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Sun Oct 11 09:42:54 2015 -0700 ---------------------------------------------------------------------- asf-site-src/Gemfile | 11 +++++--- asf-site-src/README.md | 23 +++++++++------- asf-site-src/config.rb | 13 +++++---- asf-site-src/source/_footer.md.erb | 23 +++++++++------- asf-site-src/source/_header.md.erb | 23 +++++++++------- .../source/assets/js/jquery-2.1.1.min.js | 4 --- asf-site-src/source/contribute.html.md | 28 ++++++++++++-------- .../source/documentation/latest.html.md | 27 +++++++++++-------- .../documentation/latest/precommit-advanced.md | 27 +++++++++++-------- .../latest/precommit-architecture.md | 27 +++++++++++-------- .../documentation/latest/precommit-basic.md | 27 +++++++++++-------- .../latest/precommit-bugsystems.md | 27 +++++++++++-------- .../latest/precommit-buildtools.md | 27 +++++++++++-------- .../documentation/latest/precommit-glossary.md | 27 +++++++++++-------- .../documentation/latest/releasedocmaker.md | 27 +++++++++++-------- asf-site-src/source/downloads.html.md | 18 +++++++++++++ asf-site-src/source/index.html.md | 23 +++++++++------- asf-site-src/source/layouts/layout.erb | 23 +++++++++------- asf-site-src/source/mailinglists.html.md | 27 +++++++++++-------- dev-support/shelldocs.py | 21 ++++++++------- .../test-patch-docker/launch-test-patch.sh | 1 - .../test-patch-docker/test-patch-docker.sh | 1 - .../hadoop-annotations/pom.xml | 21 +++++++++------ 23 files changed, 289 insertions(+), 187 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/592f547c/asf-site-src/Gemfile ---------------------------------------------------------------------- diff --git a/asf-site-src/Gemfile b/asf-site-src/Gemfile index 45c8ae2..6a065f6 100644 --- a/asf-site-src/Gemfile +++ b/asf-site-src/Gemfile @@ -1,9 +1,12 @@ # -# Licensed 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 +# 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 +# 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, http://git-wip-us.apache.org/repos/asf/yetus/blob/592f547c/asf-site-src/README.md ---------------------------------------------------------------------- diff --git a/asf-site-src/README.md b/asf-site-src/README.md index 5a3928b..76a5df6 100644 --- a/asf-site-src/README.md +++ b/asf-site-src/README.md @@ -1,15 +1,20 @@ <!--- - Licensed 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 + 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 + 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. See accompanying LICENSE file. + 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. --> # Apache Yetus Website http://git-wip-us.apache.org/repos/asf/yetus/blob/592f547c/asf-site-src/config.rb ---------------------------------------------------------------------- diff --git a/asf-site-src/config.rb b/asf-site-src/config.rb index c1be3ec..0a95703 100644 --- a/asf-site-src/config.rb +++ b/asf-site-src/config.rb @@ -1,9 +1,12 @@ # -# Licensed 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 +# 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 +# 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, @@ -46,4 +49,4 @@ end activate :directory_indexes activate :syntax -activate :livereload \ No newline at end of file +activate :livereload http://git-wip-us.apache.org/repos/asf/yetus/blob/592f547c/asf-site-src/source/_footer.md.erb ---------------------------------------------------------------------- diff --git a/asf-site-src/source/_footer.md.erb b/asf-site-src/source/_footer.md.erb index 98bef60..8e27509 100644 --- a/asf-site-src/source/_footer.md.erb +++ b/asf-site-src/source/_footer.md.erb @@ -1,15 +1,20 @@ <%# - Licensed 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 + 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 + 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. See accompanying LICENSE file. + 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/yetus/blob/592f547c/asf-site-src/source/_header.md.erb ---------------------------------------------------------------------- diff --git a/asf-site-src/source/_header.md.erb b/asf-site-src/source/_header.md.erb index 7c0ce04..8298072 100644 --- a/asf-site-src/source/_header.md.erb +++ b/asf-site-src/source/_header.md.erb @@ -1,15 +1,20 @@ <%# - Licensed 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 + 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 + 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. See accompanying LICENSE file. + 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="navbar navbar-inverse navbar-static-top" role="navigation">
