add Apache license header to groovy-starter configuration file
Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/57190794 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/57190794 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/57190794 Branch: refs/heads/GROOVY_2_4_X Commit: 57190794777a36edd70451b8799617c904016ffe Parents: 8ed5993 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jun 9 07:33:33 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jun 9 07:34:56 2015 +0200 ---------------------------------------------------------------------- src/conf/groovy-starter.conf | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/57190794/src/conf/groovy-starter.conf ---------------------------------------------------------------------- diff --git a/src/conf/groovy-starter.conf b/src/conf/groovy-starter.conf index 5778ffd..3c700e2 100644 --- a/src/conf/groovy-starter.conf +++ b/src/conf/groovy-starter.conf @@ -1,12 +1,24 @@ +## 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. + ############################################################################## ## ## ## Groovy Classloading Configuration ## ## ## ############################################################################## -## -## $Revision$ $Date$ -## ## Note: do not add classes from java.lang here. No rt.jar and on some ## platforms no tools.jar ##