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/9bec5552 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/9bec5552 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/9bec5552 Branch: refs/heads/GROOVY_2_4_X Commit: 9bec5552acf42951a3e75926c5d6d9fd72c6ac31 Parents: 054403e Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu Jun 11 18:23:21 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu Jun 11 18:23:21 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/9bec5552/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/9bec5552/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 {