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 8D786200C8F for ; Fri, 26 May 2017 02:46:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8C181160BD8; Fri, 26 May 2017 00:46:11 +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 D33DE160BD5 for ; Fri, 26 May 2017 02:46:10 +0200 (CEST) Received: (qmail 2864 invoked by uid 500); 26 May 2017 00:46:10 -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 2846 invoked by uid 99); 26 May 2017 00:46:10 -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; Fri, 26 May 2017 00:46:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ECF6DDFFB7; Fri, 26 May 2017 00:46:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jwagenleitner@apache.org To: commits@groovy.apache.org Date: Fri, 26 May 2017 00:46:10 -0000 Message-Id: <6b035b2157034578a8089c807099ea63@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] groovy git commit: update license header archived-at: Fri, 26 May 2017 00:46:11 -0000 update license header Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5025ec08 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5025ec08 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5025ec08 Branch: refs/heads/master Commit: 5025ec08f46afaeafcaacc490b6c497e4846679c Parents: ff03617 Author: John Wagenleitner Authored: Thu May 25 17:37:10 2017 -0700 Committer: John Wagenleitner Committed: Thu May 25 17:37:10 2017 -0700 ---------------------------------------------------------------------- .../groovy/groovy/ui/ConsolePreferences.groovy | 25 +++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/5025ec08/subprojects/groovy-console/src/main/groovy/groovy/ui/ConsolePreferences.groovy ---------------------------------------------------------------------- diff --git a/subprojects/groovy-console/src/main/groovy/groovy/ui/ConsolePreferences.groovy b/subprojects/groovy-console/src/main/groovy/groovy/ui/ConsolePreferences.groovy index 7296762..af407f0 100644 --- a/subprojects/groovy-console/src/main/groovy/groovy/ui/ConsolePreferences.groovy +++ b/subprojects/groovy-console/src/main/groovy/groovy/ui/ConsolePreferences.groovy @@ -1,17 +1,20 @@ /* - * Copyright 2003-2017 the original author or authors. + * 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 * - * 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 * - * 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. + * 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. */ package groovy.ui