Add missing license header
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/e34a853d Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/e34a853d Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/e34a853d Branch: refs/heads/master Commit: e34a853d0e89baed09b3d3b0c25b244162a3bdea Parents: 991b88f Author: Donald Szeto <[email protected]> Authored: Sun Apr 9 16:39:57 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Apr 9 16:39:57 2017 -0700 ---------------------------------------------------------------------- PMC.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/e34a853d/PMC.md ---------------------------------------------------------------------- diff --git a/PMC.md b/PMC.md index a8be0b6..1a6eb06 100644 --- a/PMC.md +++ b/PMC.md @@ -1,3 +1,20 @@ +<!-- +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. +--> + # Project Management Committee Documentation ## Release Procedure @@ -19,8 +36,6 @@ for staging release candidates for voting. 1. `git archive --format tar v0.11.0-incubating-rc1 > ../apache-predictionio-0.11.0-incubating-rc1.tar` 2. `cd ..; gzip apache-predictionio-0.11.0-incubating-rc1.tar` - 3. Go to the parent directory and do `tar zcvf - apache-predictionio-0.11.0-incubating-rc1.tar.gz predictionio` 6. Generate detached signature for the release candidate. (http://apache.org/dev/release-signing.html#openpgp-ascii-detach-sig) 1. `gpg --armor --output apache-predictionio-0.11.0-incubating-rc1.tar.gz.asc
