Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6D14D034 for ; Thu, 7 Mar 2013 20:56:12 +0000 (UTC) Received: (qmail 10393 invoked by uid 500); 7 Mar 2013 20:56:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 10363 invoked by uid 500); 7 Mar 2013 20:56:12 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 10355 invoked by uid 99); 7 Mar 2013 20:56:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 20:56:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E472083181A; Thu, 7 Mar 2013 20:56:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: dev@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix up license headers and add minimal documentation Message-Id: <20130307205611.E472083181A@tyr.zones.apache.org> Date: Thu, 7 Mar 2013 20:56:11 +0000 (UTC) Updated Branches: refs/heads/master b530ddcc8 -> 02caf3639 Fix up license headers and add minimal documentation Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/02caf363 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/02caf363 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/02caf363 Branch: refs/heads/master Commit: 02caf36391d2f42ceaedef6d8c498d27bcdfee9e Parents: b530ddc Author: Noah Slater Authored: Thu Mar 7 20:55:53 2013 +0000 Committer: Noah Slater Committed: Thu Mar 7 20:55:53 2013 +0000 ---------------------------------------------------------------------- release/build_candidate.sh | 28 +++++++++++++++++----------- release/build_candidate_aws.sh | 28 +++++++++++++++++----------- release/build_cve_list.sh | 28 +++++++++++++++++----------- release/check_docs.sh | 28 +++++++++++++++++----------- release/generate_proposal.sh | 28 +++++++++++++++++----------- release/publish_candidate.sh | 28 +++++++++++++++++----------- 6 files changed, 102 insertions(+), 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/build_candidate.sh ---------------------------------------------------------------------- diff --git a/release/build_candidate.sh b/release/build_candidate.sh index 7593a31..fd0deb0 100755 --- a/release/build_candidate.sh +++ b/release/build_candidate.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure if test -n "$1"; then branch=$1 http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/build_candidate_aws.sh ---------------------------------------------------------------------- diff --git a/release/build_candidate_aws.sh b/release/build_candidate_aws.sh index a65b030..1213b44 100755 --- a/release/build_candidate_aws.sh +++ b/release/build_candidate_aws.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure if test -n "$1"; then identity_file=$1 http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/build_cve_list.sh ---------------------------------------------------------------------- diff --git a/release/build_cve_list.sh b/release/build_cve_list.sh index ed1dbf5..25b4854 100755 --- a/release/build_cve_list.sh +++ b/release/build_cve_list.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure cd `dirname $0` http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/check_docs.sh ---------------------------------------------------------------------- diff --git a/release/check_docs.sh b/release/check_docs.sh index a28ee75..3064a7f 100755 --- a/release/check_docs.sh +++ b/release/check_docs.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure if test -n "$1"; then cve_list_file=$1 http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/generate_proposal.sh ---------------------------------------------------------------------- diff --git a/release/generate_proposal.sh b/release/generate_proposal.sh index 3941d32..465551e 100755 --- a/release/generate_proposal.sh +++ b/release/generate_proposal.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure GIT_URL=https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain; http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/02caf363/release/publish_candidate.sh ---------------------------------------------------------------------- diff --git a/release/publish_candidate.sh b/release/publish_candidate.sh index 8bff16f..ba0d7fb 100755 --- a/release/publish_candidate.sh +++ b/release/publish_candidate.sh @@ -1,16 +1,22 @@ #!/bin/sh -e -## 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 -## -## 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. +# 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 +# +# 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. + +# This script is for use by committers. +# +# It should be used in accordance with the project release procedure. +# +# cf. http://wiki.apache.org/couchdb/Release_Procedure EMAIL_TPL=email/vote_release.txt