Repository: incubator-groovy Updated Branches: refs/heads/master 6e45be442 -> e91bb9877
remove duplicated Apache license headers Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/e91bb987 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/e91bb987 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/e91bb987 Branch: refs/heads/master Commit: e91bb9877c6ce2a3405a677f49a76692cb66d740 Parents: c52bb27 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu Jun 11 18:22:45 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu Jun 11 18:43:46 2015 +0200 ---------------------------------------------------------------------- .../runtime/dgmimpl/NumberNumberMetaMethod.java | 60 -------------------- .../annotations/ParameterAnnotationTest.groovy | 15 ----- .../groovy/swing/SwingBuilderConsoleTest.groovy | 15 ----- .../src/test/groovy/GroovyTestCaseTest.groovy | 16 ------ .../test/groovy/groovy/xml/XmlUtilTest.groovy | 15 ----- 5 files changed, 121 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e91bb987/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberMetaMethod.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberMetaMethod.java b/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberMetaMethod.java index 9b163f4..1d945fc 100644 --- a/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberMetaMethod.java +++ b/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberMetaMethod.java @@ -16,66 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2003-2007 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. - */ -/* - * Copyright 2003-2007 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. - */ -/* - * Copyright 2003-2007 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. - */ -/* - * Copyright 2003-2007 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. - */ package org.codehaus.groovy.runtime.dgmimpl; import groovy.lang.MetaClassImpl; http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e91bb987/src/test/groovy/annotations/ParameterAnnotationTest.groovy ---------------------------------------------------------------------- diff --git a/src/test/groovy/annotations/ParameterAnnotationTest.groovy b/src/test/groovy/annotations/ParameterAnnotationTest.groovy index dcc376c..69cdf8d 100644 --- a/src/test/groovy/annotations/ParameterAnnotationTest.groovy +++ b/src/test/groovy/annotations/ParameterAnnotationTest.groovy @@ -16,21 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* -* Copyright 2003-2011 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. -*/ package groovy.annotations import org.codehaus.groovy.control.* http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e91bb987/subprojects/groovy-console/src/test/groovy/groovy/swing/SwingBuilderConsoleTest.groovy ---------------------------------------------------------------------- diff --git a/subprojects/groovy-console/src/test/groovy/groovy/swing/SwingBuilderConsoleTest.groovy b/subprojects/groovy-console/src/test/groovy/groovy/swing/SwingBuilderConsoleTest.groovy index 9983c2a..9ef89c2 100644 --- a/subprojects/groovy-console/src/test/groovy/groovy/swing/SwingBuilderConsoleTest.groovy +++ b/subprojects/groovy-console/src/test/groovy/groovy/swing/SwingBuilderConsoleTest.groovy @@ -17,21 +17,6 @@ * under the License. */ package groovy.swing -/* - * Copyright 2003-2013 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. - */ import groovy.ui.Console import groovy.ui.ConsoleActions http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e91bb987/subprojects/groovy-test/src/test/groovy/GroovyTestCaseTest.groovy ---------------------------------------------------------------------- diff --git a/subprojects/groovy-test/src/test/groovy/GroovyTestCaseTest.groovy b/subprojects/groovy-test/src/test/groovy/GroovyTestCaseTest.groovy index 6eedd04..9ee4c2f 100644 --- a/subprojects/groovy-test/src/test/groovy/GroovyTestCaseTest.groovy +++ b/subprojects/groovy-test/src/test/groovy/GroovyTestCaseTest.groovy @@ -16,22 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* -* 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. -*/ - import junit.framework.AssertionFailedError /** http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e91bb987/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilTest.groovy ---------------------------------------------------------------------- diff --git a/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilTest.groovy b/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilTest.groovy index 9c64274..07d41e7 100644 --- a/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilTest.groovy +++ b/subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilTest.groovy @@ -16,21 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* -* Copyright 2003-2013 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. -*/ package groovy.xml import org.xml.sax.ErrorHandler