From commits-return-62309-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Dec 2 19:18:17 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 250C2180643 for ; Wed, 2 Dec 2020 20:18:17 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 7E3106734C for ; Wed, 2 Dec 2020 19:18:16 +0000 (UTC) Received: (qmail 79521 invoked by uid 500); 2 Dec 2020 19:18:15 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 79512 invoked by uid 99); 2 Dec 2020 19:18:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2020 19:18:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7932681FE6; Wed, 2 Dec 2020 19:18:15 +0000 (UTC) Date: Wed, 02 Dec 2020 19:18:15 +0000 To: "commits@activemq.apache.org" Subject: [activemq] branch activemq-5.15.x updated: Add ASF header in release-validate.sh script MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160693669539.23590.2287909981314395192@gitbox.apache.org> From: jbonofre@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq X-Git-Refname: refs/heads/activemq-5.15.x X-Git-Reftype: branch X-Git-Oldrev: 247836a4f70af5d4b8f770cf81a77647775000b3 X-Git-Newrev: 372b964c406889d89f9fda07f8dcadb1e8132acc X-Git-Rev: 372b964c406889d89f9fda07f8dcadb1e8132acc X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch activemq-5.15.x in repository https://gitbox.apache.org/repos/asf/activemq.git The following commit(s) were added to refs/heads/activemq-5.15.x by this push: new 372b964 Add ASF header in release-validate.sh script 372b964 is described below commit 372b964c406889d89f9fda07f8dcadb1e8132acc Author: jbonofre AuthorDate: Wed Dec 2 20:17:55 2020 +0100 Add ASF header in release-validate.sh script --- committer-tools/release-validate.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/committer-tools/release-validate.sh b/committer-tools/release-validate.sh index 1aba736..1546ded 100755 --- a/committer-tools/release-validate.sh +++ b/committer-tools/release-validate.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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. +# export MVN_REPO=https://repo1.maven.org/maven2