minor cleanup: update apache license header
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d96e370f Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d96e370f Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d96e370f Branch: refs/heads/master Commit: d96e370f4dac0eaaf8343c15f34d542bf60dbb6b Parents: bc6cc58 Author: John Wagenleitner <[email protected]> Authored: Thu Aug 4 22:27:01 2016 -0700 Committer: John Wagenleitner <[email protected]> Committed: Thu Aug 4 22:27:01 2016 -0700 ---------------------------------------------------------------------- .../groovy/ast/MethodCallTransformation.java | 25 +++++++++++--------- .../groovy/ast/MethodInvocationTrap.java | 25 +++++++++++--------- 2 files changed, 28 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/d96e370f/src/main/org/codehaus/groovy/ast/MethodCallTransformation.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/ast/MethodCallTransformation.java b/src/main/org/codehaus/groovy/ast/MethodCallTransformation.java index 85c6f2c..f14f016 100644 --- a/src/main/org/codehaus/groovy/ast/MethodCallTransformation.java +++ b/src/main/org/codehaus/groovy/ast/MethodCallTransformation.java @@ -1,17 +1,20 @@ /* - * Copyright 2003-2013 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.ast; http://git-wip-us.apache.org/repos/asf/groovy/blob/d96e370f/src/main/org/codehaus/groovy/ast/MethodInvocationTrap.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/ast/MethodInvocationTrap.java b/src/main/org/codehaus/groovy/ast/MethodInvocationTrap.java index 6d51a5c..9801c60 100644 --- a/src/main/org/codehaus/groovy/ast/MethodInvocationTrap.java +++ b/src/main/org/codehaus/groovy/ast/MethodInvocationTrap.java @@ -1,17 +1,20 @@ /* - * Copyright 2003-2013 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.ast;
