Repository: incubator-groovy Updated Branches: refs/heads/master ba5166937 -> cac3f7a75
add Apache license header to empty dummy file because Apache Rat requires it Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/0d01494a Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/0d01494a Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/0d01494a Branch: refs/heads/master Commit: 0d01494a9636df12a5273ce23ae64814c0667077 Parents: ba51669 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jun 9 07:42:55 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jun 9 07:42:55 2015 +0200 ---------------------------------------------------------------------- .../WEB-INF/lib/groovy-all-xyz.jar.placeholder | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/0d01494a/src/examples/webapps/template-examples/WEB-INF/lib/groovy-all-xyz.jar.placeholder ---------------------------------------------------------------------- diff --git a/src/examples/webapps/template-examples/WEB-INF/lib/groovy-all-xyz.jar.placeholder b/src/examples/webapps/template-examples/WEB-INF/lib/groovy-all-xyz.jar.placeholder index e69de29..f0f8ae5 100644 --- a/src/examples/webapps/template-examples/WEB-INF/lib/groovy-all-xyz.jar.placeholder +++ b/src/examples/webapps/template-examples/WEB-INF/lib/groovy-all-xyz.jar.placeholder @@ -0,0 +1,18 @@ +/* + * 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. + */ \ No newline at end of file