update to correct Apache 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/c52bb272
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/c52bb272
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/c52bb272

Branch: refs/heads/master
Commit: c52bb27207e0275a4c1f35d905a4e0b3d8609fed
Parents: 6e45be4
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Thu Jun 11 18:23:21 2015 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Thu Jun 11 18:43:46 2015 +0200

----------------------------------------------------------------------
 src/test/groovy/bugs/Groovy4393BugV1.foogroovy  | 25 ++++++++++---------
 .../transform/traitx/Groovy7456Bug.groovy       | 26 +++++++++++---------
 2 files changed, 28 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/c52bb272/src/test/groovy/bugs/Groovy4393BugV1.foogroovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/bugs/Groovy4393BugV1.foogroovy 
b/src/test/groovy/bugs/Groovy4393BugV1.foogroovy
index 07381d8..52b3e65 100644
--- a/src/test/groovy/bugs/Groovy4393BugV1.foogroovy
+++ b/src/test/groovy/bugs/Groovy4393BugV1.foogroovy
@@ -1,17 +1,20 @@
 /*
- * Copyright 2003-2010 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.bugs
 

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/c52bb272/src/test/org/codehaus/groovy/transform/traitx/Groovy7456Bug.groovy
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/transform/traitx/Groovy7456Bug.groovy 
b/src/test/org/codehaus/groovy/transform/traitx/Groovy7456Bug.groovy
index ecc5c46..351ef77 100644
--- a/src/test/org/codehaus/groovy/transform/traitx/Groovy7456Bug.groovy
+++ b/src/test/org/codehaus/groovy/transform/traitx/Groovy7456Bug.groovy
@@ -1,19 +1,21 @@
 /*
- * Copyright 2003-2015 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 org.codehaus.groovy.transform.traitx
 
 class Groovy7456Bug extends GroovyTestCase {

Reply via email to