Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 89F05200C7F for ; Wed, 10 May 2017 04:00:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87D06160BC3; Wed, 10 May 2017 02:00:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A5386160BB6 for ; Wed, 10 May 2017 04:00:01 +0200 (CEST) Received: (qmail 4382 invoked by uid 500); 10 May 2017 02:00:00 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 4372 invoked by uid 99); 10 May 2017 02:00:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2017 02:00:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0B6FE00A3; Wed, 10 May 2017 02:00:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Message-Id: <405b201ec80340e39d5664a59d4f2180@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: accidental double-up of license header due to shebang on first line Date: Wed, 10 May 2017 02:00:00 +0000 (UTC) archived-at: Wed, 10 May 2017 02:00:02 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X eb2f9dde1 -> e3ac341b9 accidental double-up of license header due to shebang on first line Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e3ac341b Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/e3ac341b Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/e3ac341b Branch: refs/heads/GROOVY_2_6_X Commit: e3ac341b9e52fb058fd3a7bf929a30f9cf2b2d0d Parents: eb2f9dd Author: paulk Authored: Wed May 10 11:56:54 2017 +1000 Committer: paulk Committed: Wed May 10 11:59:47 2017 +1000 ---------------------------------------------------------------------- .../src/test/resources/core/Comments_01.groovy | 18 ------------------ .../resources/core/ImportDeclaration_08.groovy | 18 ------------------ .../resources/core/PackageDeclaration_04.groovy | 18 ------------------ .../resources/core/PackageDeclaration_05.groovy | 18 ------------------ 4 files changed, 72 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/e3ac341b/subprojects/parser-antlr4/src/test/resources/core/Comments_01.groovy ---------------------------------------------------------------------- diff --git a/subprojects/parser-antlr4/src/test/resources/core/Comments_01.groovy b/subprojects/parser-antlr4/src/test/resources/core/Comments_01.groovy index b01ee37..c38c6fb 100644 --- a/subprojects/parser-antlr4/src/test/resources/core/Comments_01.groovy +++ b/subprojects/parser-antlr4/src/test/resources/core/Comments_01.groovy @@ -1,21 +1,3 @@ -/* - * 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. - */ #!/usr/bin/env groovy /* * Licensed to the Apache Software Foundation (ASF) under one http://git-wip-us.apache.org/repos/asf/groovy/blob/e3ac341b/subprojects/parser-antlr4/src/test/resources/core/ImportDeclaration_08.groovy ---------------------------------------------------------------------- diff --git a/subprojects/parser-antlr4/src/test/resources/core/ImportDeclaration_08.groovy b/subprojects/parser-antlr4/src/test/resources/core/ImportDeclaration_08.groovy index c6f8d2e..b2ed424 100644 --- a/subprojects/parser-antlr4/src/test/resources/core/ImportDeclaration_08.groovy +++ b/subprojects/parser-antlr4/src/test/resources/core/ImportDeclaration_08.groovy @@ -1,21 +1,3 @@ -/* - * 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. - */ #!/usr/bin/env groovy /* * Licensed to the Apache Software Foundation (ASF) under one http://git-wip-us.apache.org/repos/asf/groovy/blob/e3ac341b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_04.groovy ---------------------------------------------------------------------- diff --git a/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_04.groovy b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_04.groovy index 88b48aa..8f0fe40 100644 --- a/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_04.groovy +++ b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_04.groovy @@ -1,21 +1,3 @@ -/* - * 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. - */ #!/usr/bin/env groovy /* * Licensed to the Apache Software Foundation (ASF) under one http://git-wip-us.apache.org/repos/asf/groovy/blob/e3ac341b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_05.groovy ---------------------------------------------------------------------- diff --git a/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_05.groovy b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_05.groovy index c60b3c3..c0c5d62 100644 --- a/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_05.groovy +++ b/subprojects/parser-antlr4/src/test/resources/core/PackageDeclaration_05.groovy @@ -1,21 +1,3 @@ -/* - * 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. - */ #!/usr/bin/env groovy /* * Licensed to the Apache Software Foundation (ASF) under one