Repository: tajo Updated Branches: refs/heads/master dc80608f4 -> d39c93eec
Add ASF license to relnote.html. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/d39c93ee Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/d39c93ee Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/d39c93ee Branch: refs/heads/master Commit: d39c93eec861af3211d3ea12ae4cf72376252f26 Parents: dc80608 Author: Hyunsik Choi <[email protected]> Authored: Fri Jul 3 02:05:32 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Fri Jul 3 02:05:32 2015 -0700 ---------------------------------------------------------------------- .../site/resources/releases/0.10.1/relnotes.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/d39c93ee/tajo-project/src/site/resources/releases/0.10.1/relnotes.html ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/resources/releases/0.10.1/relnotes.html b/tajo-project/src/site/resources/releases/0.10.1/relnotes.html index 8c22fea..b8409ad 100644 --- a/tajo-project/src/site/resources/releases/0.10.1/relnotes.html +++ b/tajo-project/src/site/resources/releases/0.10.1/relnotes.html @@ -1,3 +1,21 @@ +<!DOCTYPE html> +<!-- + 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. +--> <html> <head> <title>Release Notes - Tajo - Version 0.10.1</title>
