Repository: incubator-groovy
Updated Branches:
  refs/heads/master 5ad8c5bfc -> ad5bdb1b2


remove duplicated license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/816f2e9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/816f2e9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/816f2e9c

Branch: refs/heads/master
Commit: 816f2e9cfb35f49be654e861aff1166d4c452a0a
Parents: 5ad8c5b
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Jun 9 22:10:52 2015 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Jun 9 22:10:52 2015 +0200

----------------------------------------------------------------------
 .../spec/test/MarkupTemplateEngineSpecTest.groovy   | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/816f2e9c/subprojects/groovy-templates/src/spec/test/MarkupTemplateEngineSpecTest.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/groovy-templates/src/spec/test/MarkupTemplateEngineSpecTest.groovy
 
b/subprojects/groovy-templates/src/spec/test/MarkupTemplateEngineSpecTest.groovy
index 995e583..a108253 100644
--- 
a/subprojects/groovy-templates/src/spec/test/MarkupTemplateEngineSpecTest.groovy
+++ 
b/subprojects/groovy-templates/src/spec/test/MarkupTemplateEngineSpecTest.groovy
@@ -22,22 +22,6 @@ import groovy.text.markup.TemplateConfiguration
 
 import java.nio.charset.Charset
 
-/*
- * Copyright 2003-2014 the original author or authors.
- *
- * 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
- *
- * 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.
- */
-
 class MarkupTemplateEngineSpecTest extends GroovyTestCase {
     private MarkupTemplateEngine engine
     private TemplateConfiguration config

Reply via email to