TAJO-820: Add missing license header to 0.8.0 release announcement. (hyunsik)
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/9ec9ac18 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/9ec9ac18 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/9ec9ac18 Branch: refs/heads/window_function Commit: 9ec9ac18b1e4e685e64f2b551b9c414acdfa514f Parents: 8e523c1 Author: Hyunsik Choi <[email protected]> Authored: Thu May 8 20:21:12 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Thu May 8 20:21:12 2014 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ .../site/markdown/releases/0.8.0/announcement.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/9ec9ac18/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0620893..abd5a9f 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,9 @@ Release 0.9.0 - unreleased TASKS + TAJO-820: Add missing license header to 0.8.0 release announcement. + (hyunsik) + TAJO-810: TAJO-810: Update Tajo site for 0.8.0 release. (hyunsik) TAJO-605: Rename Options to KeyValueList. (jinho) http://git-wip-us.apache.org/repos/asf/tajo/blob/9ec9ac18/tajo-project/src/site/markdown/releases/0.8.0/announcement.md ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/markdown/releases/0.8.0/announcement.md b/tajo-project/src/site/markdown/releases/0.8.0/announcement.md index 1e2d1ff..5bb284e 100644 --- a/tajo-project/src/site/markdown/releases/0.8.0/announcement.md +++ b/tajo-project/src/site/markdown/releases/0.8.0/announcement.md @@ -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. +--> + + ## Apache Tajo⢠0.8.0 Release Announcement The Apache Tajo team is pleased to announce the major release of Apache Tajo⢠0.8.0,
