Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9481610D2A for ; Fri, 30 May 2014 16:42:11 +0000 (UTC) Received: (qmail 63406 invoked by uid 500); 30 May 2014 16:42:11 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 63381 invoked by uid 500); 30 May 2014 16:42:11 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 63374 invoked by uid 99); 30 May 2014 16:42:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 16:42:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3D1BD8328D2; Fri, 30 May 2014 16:42:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: <6df045214258427cbad5e1a6113747aa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-6816 Add missing licenses Date: Fri, 30 May 2014 16:42:11 +0000 (UTC) Repository: cordova-coho Updated Branches: refs/heads/master 87d9c3de3 -> 87b2d44f3 CB-6816 Add missing licenses Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/87b2d44f Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/87b2d44f Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/87b2d44f Branch: refs/heads/master Commit: 87b2d44f34eaa4da4f67d8218ecdc619e831f37b Parents: 87d9c3d Author: Marcel Kinard Authored: Fri May 30 12:41:56 2014 -0400 Committer: Marcel Kinard Committed: Fri May 30 12:41:56 2014 -0400 ---------------------------------------------------------------------- README.md | 21 +++++++++++++++++++++ bin/README.md | 23 ++++++++++++++++++++++- coho.cmd | 18 ++++++++++++++++++ docs/cadence-release-process.md | 21 +++++++++++++++++++++ docs/code-reviews.md | 21 +++++++++++++++++++++ docs/committer-workflow.md | 21 +++++++++++++++++++++ docs/index.md | 21 +++++++++++++++++++++ docs/plugins-release-process.md | 21 +++++++++++++++++++++ docs/processing-pull-requests.md | 21 +++++++++++++++++++++ docs/release-voting.md | 21 +++++++++++++++++++++ docs/setting-up-gpg.md | 21 +++++++++++++++++++++ docs/storing-repo-versions-design.md | 21 +++++++++++++++++++++ docs/tools-release-process.md | 21 +++++++++++++++++++++ docs/versioning-and-release-strategy.md | 21 +++++++++++++++++++++ 14 files changed, 292 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ac44e69..e19d43b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ + + # COHO This repository has the following purposes: http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/bin/README.md ---------------------------------------------------------------------- diff --git a/bin/README.md b/bin/README.md index 565d198..1b1d1b6 100644 --- a/bin/README.md +++ b/bin/README.md @@ -1,3 +1,24 @@ + + APACHE CORDOVA =================== @@ -39,4 +60,4 @@ Community How to build from src ------------------- To build for a particular platform, please change directories to the -platform that you wish to build for and read the README file. \ No newline at end of file +platform that you wish to build for and read the README file. http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/coho.cmd ---------------------------------------------------------------------- diff --git a/coho.cmd b/coho.cmd index 18927ed..63f5117 100755 --- a/coho.cmd +++ b/coho.cmd @@ -1 +1,19 @@ + + ::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. + @node "%~dpn0" %* http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/cadence-release-process.md ---------------------------------------------------------------------- diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md index 7b3bd90..3e7ed02 100644 --- a/docs/cadence-release-process.md +++ b/docs/cadence-release-process.md @@ -1,3 +1,24 @@ + + # Release Process for ''Cadence Releases'' Before cutting any releases, read the Apache's [Releases Policy](http://www.apache.org/dev/release) http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/code-reviews.md ---------------------------------------------------------------------- diff --git a/docs/code-reviews.md b/docs/code-reviews.md index a64daa2..3136f70 100644 --- a/docs/code-reviews.md +++ b/docs/code-reviews.md @@ -1,3 +1,24 @@ + + # Code Reviews TODO: Review Board didn't really work out :(. Come up with something better. http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/committer-workflow.md ---------------------------------------------------------------------- diff --git a/docs/committer-workflow.md b/docs/committer-workflow.md index c88d8f1..6b591d6 100644 --- a/docs/committer-workflow.md +++ b/docs/committer-workflow.md @@ -1,3 +1,24 @@ + + # Committer Workflow ## One-time Steps http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 81693f4..4ed315a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,24 @@ + + Release Process: * [cadence-release-process.md](cadence-release-process.md) * [plugins-release-process.md](plugins-release-process.md) http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/plugins-release-process.md ---------------------------------------------------------------------- diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md index 6de5758..918b7e0 100644 --- a/docs/plugins-release-process.md +++ b/docs/plugins-release-process.md @@ -1,3 +1,24 @@ + + # Release Process for ''Core Plugins'' Before cutting any releases, read the Apache's [Releases Policy](http://www.apache.org/dev/release) http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/processing-pull-requests.md ---------------------------------------------------------------------- diff --git a/docs/processing-pull-requests.md b/docs/processing-pull-requests.md index 3bf005d..f049759 100644 --- a/docs/processing-pull-requests.md +++ b/docs/processing-pull-requests.md @@ -1,3 +1,24 @@ + + # Processing Pull Requests ## Prerequisites: http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/release-voting.md ---------------------------------------------------------------------- diff --git a/docs/release-voting.md b/docs/release-voting.md index 8e5112f..e93faf9 100644 --- a/docs/release-voting.md +++ b/docs/release-voting.md @@ -1,3 +1,24 @@ + + # Release Voting Guidelines Reference: https://www.apache.org/dev/release-publishing.html http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/setting-up-gpg.md ---------------------------------------------------------------------- diff --git a/docs/setting-up-gpg.md b/docs/setting-up-gpg.md index 9c944fb..6d4a9f5 100644 --- a/docs/setting-up-gpg.md +++ b/docs/setting-up-gpg.md @@ -1,3 +1,24 @@ + + # Creating a PGP key for Releases On a Mac: http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/storing-repo-versions-design.md ---------------------------------------------------------------------- diff --git a/docs/storing-repo-versions-design.md b/docs/storing-repo-versions-design.md index 1dde279..767b07b 100644 --- a/docs/storing-repo-versions-design.md +++ b/docs/storing-repo-versions-design.md @@ -1,3 +1,24 @@ + + # Storing Versions This section describes how we _store_ version numbers on our various repositories. http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/tools-release-process.md ---------------------------------------------------------------------- diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md index 7ede4cb..3c54774 100644 --- a/docs/tools-release-process.md +++ b/docs/tools-release-process.md @@ -1,3 +1,24 @@ + + # Release Process for ''Plugman and CLI and Cordova-lib'' Before cutting any releases, read the Apache's [Releases Policy](http://www.apache.org/dev/release) http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/87b2d44f/docs/versioning-and-release-strategy.md ---------------------------------------------------------------------- diff --git a/docs/versioning-and-release-strategy.md b/docs/versioning-and-release-strategy.md index 2dfc93e..fb02c07 100644 --- a/docs/versioning-and-release-strategy.md +++ b/docs/versioning-and-release-strategy.md @@ -1,3 +1,24 @@ + + # Versioning and Release Strategy ## Versioning Strategies