You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/05/30 13:59:36 UTC

incubator-groovy git commit: doc/licensing fixes/tweaks

Repository: incubator-groovy
Updated Branches:
  refs/heads/master aaee590d7 -> 7968e20b5


doc/licensing fixes/tweaks


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

Branch: refs/heads/master
Commit: 7968e20b54309d04f35ba5882a9da35bdf196bc0
Parents: aaee590
Author: Paul King <pa...@asert.com.au>
Authored: Sat May 30 21:59:08 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat May 30 21:59:08 2015 +1000

----------------------------------------------------------------------
 config/licensing/rat-excludes.txt               |  3 ---
 src/main/groovy/inspect/package.html            | 20 ++++++++++++++
 src/main/groovy/io/package.html                 | 20 ++++++++++++++
 src/main/groovy/lang/package.html               | 20 ++++++++++++++
 src/main/groovy/security/package.html           | 20 ++++++++++++++
 src/main/groovy/time/package.html               | 20 ++++++++++++++
 src/main/groovy/transform/MapConstructor.java   |  2 +-
 src/main/groovy/util/package.html               | 20 ++++++++++++++
 src/main/org/codehaus/groovy/antlr/package.html | 20 ++++++++++++++
 .../groovy/antlr/treewalker/package.html        | 20 ++++++++++++++
 .../org/codehaus/groovy/ast/expr/package.html   | 20 ++++++++++++++
 src/main/org/codehaus/groovy/ast/package.html   | 20 ++++++++++++++
 .../org/codehaus/groovy/ast/stmt/package.html   | 20 ++++++++++++++
 .../codehaus/groovy/classgen/asm/package.html   | 20 ++++++++++++++
 .../org/codehaus/groovy/classgen/package.html   | 20 ++++++++++++++
 .../org/codehaus/groovy/control/io/package.html | 20 ++++++++++++++
 .../groovy/control/messages/package.html        | 20 ++++++++++++++
 .../org/codehaus/groovy/control/package.html    | 20 ++++++++++++++
 src/main/org/codehaus/groovy/package.html       | 20 ++++++++++++++
 .../org/codehaus/groovy/reflection/package.html | 20 ++++++++++++++
 .../groovy/runtime/DefaultGroovyMethods.java    |  4 +--
 .../groovy/runtime/metaclass/package.html       | 20 ++++++++++++++
 .../org/codehaus/groovy/runtime/package.html    | 20 ++++++++++++++
 .../groovy/runtime/typehandling/package.html    | 20 ++++++++++++++
 .../groovy/runtime/wrappers/package.html        | 20 ++++++++++++++
 .../org/codehaus/groovy/syntax/package.html     | 20 ++++++++++++++
 .../codehaus/groovy/tools/javac/package.html    | 20 ++++++++++++++
 src/main/org/codehaus/groovy/tools/package.html | 20 ++++++++++++++
 .../org/codehaus/groovy/tools/xml/package.html  | 20 ++++++++++++++
 .../org/codehaus/groovy/vmplugin/package.html   | 28 +++++++++++---------
 .../codehaus/groovy/vmplugin/v5/package.html    | 28 +++++++++++---------
 src/main/overview.html                          | 20 ++++++++++++++
 src/main/overviewj.html                         | 20 ++++++++++++++
 src/spec/doc/core-metaprogramming.adoc          |  2 +-
 src/spec/test/ClassTest.groovy                  |  2 +-
 35 files changed, 595 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/config/licensing/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/config/licensing/rat-excludes.txt b/config/licensing/rat-excludes.txt
index 8087598..f71211c 100644
--- a/config/licensing/rat-excludes.txt
+++ b/config/licensing/rat-excludes.txt
@@ -35,7 +35,4 @@ gradlew\.bat
 .*\.text
 META-INF
 WEB-INF
-package\.html
-overview\.html
-overviewj\.html
 config

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/inspect/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/inspect/package.html b/src/main/groovy/inspect/package.html
index f11744b..6d80c2b 100644
--- a/src/main/groovy/inspect/package.html
+++ b/src/main/groovy/inspect/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.inspect.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/io/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/io/package.html b/src/main/groovy/io/package.html
index 0270f37..fef0d09 100644
--- a/src/main/groovy/io/package.html
+++ b/src/main/groovy/io/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.io.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/lang/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/package.html b/src/main/groovy/lang/package.html
index 688fc33..1ea84fc 100644
--- a/src/main/groovy/lang/package.html
+++ b/src/main/groovy/lang/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.lang.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/security/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/security/package.html b/src/main/groovy/security/package.html
index 9bd0a12..cb094ff 100644
--- a/src/main/groovy/security/package.html
+++ b/src/main/groovy/security/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.security.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/time/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/time/package.html b/src/main/groovy/time/package.html
index a3ff3d3..94fb458 100644
--- a/src/main/groovy/time/package.html
+++ b/src/main/groovy/time/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.time.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/transform/MapConstructor.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/transform/MapConstructor.java b/src/main/groovy/transform/MapConstructor.java
index adcab87..ea3632b 100644
--- a/src/main/groovy/transform/MapConstructor.java
+++ b/src/main/groovy/transform/MapConstructor.java
@@ -37,7 +37,7 @@ import java.lang.annotation.Target;
  *     String first, last
  * }
  *
- * {@code @CompileStatic // optional
+ * {@code @CompileStatic} // optional
  * {@code @ToString(includeSuperProperties=true)}
  * {@code @MapConstructor}(pre={ super(args?.first, args?.last); args = args ?: [:] }, post = { first = first?.toUpperCase() })
  * class Author extends Person {

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/groovy/util/package.html
----------------------------------------------------------------------
diff --git a/src/main/groovy/util/package.html b/src/main/groovy/util/package.html
index 05b9ba9..e7a2c5a 100644
--- a/src/main/groovy/util/package.html
+++ b/src/main/groovy/util/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package groovy.util.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/antlr/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/antlr/package.html b/src/main/org/codehaus/groovy/antlr/package.html
index c2da9e7..0ecf3f6 100644
--- a/src/main/org/codehaus/groovy/antlr/package.html
+++ b/src/main/org/codehaus/groovy/antlr/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.antlr.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/antlr/treewalker/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/antlr/treewalker/package.html b/src/main/org/codehaus/groovy/antlr/treewalker/package.html
index 649c7e2..9fca823 100644
--- a/src/main/org/codehaus/groovy/antlr/treewalker/package.html
+++ b/src/main/org/codehaus/groovy/antlr/treewalker/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.antlr.treewalker.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/ast/expr/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/ast/expr/package.html b/src/main/org/codehaus/groovy/ast/expr/package.html
index bac5071..806854e 100644
--- a/src/main/org/codehaus/groovy/ast/expr/package.html
+++ b/src/main/org/codehaus/groovy/ast/expr/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.ast.expr.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/ast/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/ast/package.html b/src/main/org/codehaus/groovy/ast/package.html
index 71d94b0..f8f132a 100644
--- a/src/main/org/codehaus/groovy/ast/package.html
+++ b/src/main/org/codehaus/groovy/ast/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.ast.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/ast/stmt/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/ast/stmt/package.html b/src/main/org/codehaus/groovy/ast/stmt/package.html
index 95a6e74..8226776 100644
--- a/src/main/org/codehaus/groovy/ast/stmt/package.html
+++ b/src/main/org/codehaus/groovy/ast/stmt/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.ast.stmt.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/classgen/asm/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/classgen/asm/package.html b/src/main/org/codehaus/groovy/classgen/asm/package.html
index bf136f2..cd40f7e 100644
--- a/src/main/org/codehaus/groovy/classgen/asm/package.html
+++ b/src/main/org/codehaus/groovy/classgen/asm/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.classgen.asm.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/classgen/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/classgen/package.html b/src/main/org/codehaus/groovy/classgen/package.html
index 2069221..a72224a 100644
--- a/src/main/org/codehaus/groovy/classgen/package.html
+++ b/src/main/org/codehaus/groovy/classgen/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.classgen.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/control/io/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/control/io/package.html b/src/main/org/codehaus/groovy/control/io/package.html
index 919683f..9f92588 100644
--- a/src/main/org/codehaus/groovy/control/io/package.html
+++ b/src/main/org/codehaus/groovy/control/io/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.control.io.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/control/messages/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/control/messages/package.html b/src/main/org/codehaus/groovy/control/messages/package.html
index 062d4eb..412a4df 100644
--- a/src/main/org/codehaus/groovy/control/messages/package.html
+++ b/src/main/org/codehaus/groovy/control/messages/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.control.messages.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/control/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/control/package.html b/src/main/org/codehaus/groovy/control/package.html
index c81574a..4a9ec85 100644
--- a/src/main/org/codehaus/groovy/control/package.html
+++ b/src/main/org/codehaus/groovy/control/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.control.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/package.html b/src/main/org/codehaus/groovy/package.html
index 0bbd7fc..1ff6757 100644
--- a/src/main/org/codehaus/groovy/package.html
+++ b/src/main/org/codehaus/groovy/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/reflection/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/reflection/package.html b/src/main/org/codehaus/groovy/reflection/package.html
index ac25b59..a01a2dd 100644
--- a/src/main/org/codehaus/groovy/reflection/package.html
+++ b/src/main/org/codehaus/groovy/reflection/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.reflection.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
index 572566a..c2093f3 100644
--- a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
+++ b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
@@ -3734,7 +3734,7 @@ public class DefaultGroovyMethods extends DefaultGroovyMethodsSupport {
      * @param self      an array
      * @param collector the Map into which the transformed entries are put
      * @return the collector with all transformed values added to it
-     * @see #collectEntries(E[], Map, Closure)
+     * @see #collectEntries(Object[], Map, Closure)
      * @since 1.8.5
      */
     public static <K, V, E> Map<K, V> collectEntries(E[] self, Map<K, V> collector) {
@@ -3772,7 +3772,7 @@ public class DefaultGroovyMethods extends DefaultGroovyMethodsSupport {
      *
      * @param self      an array
      * @return the collector with all transformed values added to it
-     * @see #collectEntries(E[], Closure)
+     * @see #collectEntries(Object[], Closure)
      * @since 1.8.5
      */
     public static <K, V, E> Map<K, V> collectEntries(E[] self) {

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/runtime/metaclass/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/metaclass/package.html b/src/main/org/codehaus/groovy/runtime/metaclass/package.html
index b35f8f2..f3e1fa3 100644
--- a/src/main/org/codehaus/groovy/runtime/metaclass/package.html
+++ b/src/main/org/codehaus/groovy/runtime/metaclass/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.runtime.metaclass.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/runtime/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/package.html b/src/main/org/codehaus/groovy/runtime/package.html
index 0c86cdc..c78595e 100644
--- a/src/main/org/codehaus/groovy/runtime/package.html
+++ b/src/main/org/codehaus/groovy/runtime/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.runtime.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/runtime/typehandling/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/typehandling/package.html b/src/main/org/codehaus/groovy/runtime/typehandling/package.html
index 2868cec..fab5318 100644
--- a/src/main/org/codehaus/groovy/runtime/typehandling/package.html
+++ b/src/main/org/codehaus/groovy/runtime/typehandling/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.runtime.typehandling*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/runtime/wrappers/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/wrappers/package.html b/src/main/org/codehaus/groovy/runtime/wrappers/package.html
index 1fd55af..652b123 100644
--- a/src/main/org/codehaus/groovy/runtime/wrappers/package.html
+++ b/src/main/org/codehaus/groovy/runtime/wrappers/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.runtime.wrappers.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/syntax/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/syntax/package.html b/src/main/org/codehaus/groovy/syntax/package.html
index 05b7042..299d984 100644
--- a/src/main/org/codehaus/groovy/syntax/package.html
+++ b/src/main/org/codehaus/groovy/syntax/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.syntax.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/tools/javac/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/tools/javac/package.html b/src/main/org/codehaus/groovy/tools/javac/package.html
index 91321da..95b05a4 100644
--- a/src/main/org/codehaus/groovy/tools/javac/package.html
+++ b/src/main/org/codehaus/groovy/tools/javac/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.tools.javac.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/tools/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/tools/package.html b/src/main/org/codehaus/groovy/tools/package.html
index d388b5c..a45486b 100644
--- a/src/main/org/codehaus/groovy/tools/package.html
+++ b/src/main/org/codehaus/groovy/tools/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.tools.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/tools/xml/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/tools/xml/package.html b/src/main/org/codehaus/groovy/tools/xml/package.html
index 324792b..a6fb0f8 100644
--- a/src/main/org/codehaus/groovy/tools/xml/package.html
+++ b/src/main/org/codehaus/groovy/tools/xml/package.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>package org.codehaus.groovy.tools.xml.*</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/vmplugin/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/vmplugin/package.html b/src/main/org/codehaus/groovy/vmplugin/package.html
index e51e284..d7584ff 100644
--- a/src/main/org/codehaus/groovy/vmplugin/package.html
+++ b/src/main/org/codehaus/groovy/vmplugin/package.html
@@ -1,21 +1,23 @@
 <!--
-    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
+     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
 
-        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.
--->
-
-<!-- $Id: package.html 7254 2007-08-15 22:26:39Z user57 $ -->
+     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.
 
+-->
 <html>
     <body>
         <p>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/org/codehaus/groovy/vmplugin/v5/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/vmplugin/v5/package.html b/src/main/org/codehaus/groovy/vmplugin/v5/package.html
index 53e8e18..ae4d56a 100644
--- a/src/main/org/codehaus/groovy/vmplugin/v5/package.html
+++ b/src/main/org/codehaus/groovy/vmplugin/v5/package.html
@@ -1,21 +1,23 @@
 <!--
-    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
+     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
 
-        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.
--->
-
-<!-- $Id: package.html 7254 2007-08-15 22:26:39Z user57 $ -->
+     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.
 
+-->
 <html>
     <body>
         <p>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/overview.html
----------------------------------------------------------------------
diff --git a/src/main/overview.html b/src/main/overview.html
index a7c9bbd..9738194 100644
--- a/src/main/overview.html
+++ b/src/main/overview.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>Groovy - An agile dynamic language for the Java Platform</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/main/overviewj.html
----------------------------------------------------------------------
diff --git a/src/main/overviewj.html b/src/main/overviewj.html
index f63d11d..d526e8b 100644
--- a/src/main/overviewj.html
+++ b/src/main/overviewj.html
@@ -1,3 +1,23 @@
+<!--
+
+     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
+
+       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.
+
+-->
 <html>
   <head>
     <title>Groovy - An agile dynamic language for the Java Platform</title>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/spec/doc/core-metaprogramming.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-metaprogramming.adoc b/src/spec/doc/core-metaprogramming.adoc
index a6a6af6..3b6c3e4 100644
--- a/src/spec/doc/core-metaprogramming.adoc
+++ b/src/spec/doc/core-metaprogramming.adoc
@@ -64,7 +64,7 @@ You can intercept write access to properties by overriding the `setProperty()` m
 
 [source, groovy]
 ----
-include::{projectdir}/src/spec/test/metaprogramming/GroovyObjectTest.groovy[tags=groovy_gset_property,indent=0]
+include::{projectdir}/src/spec/test/metaprogramming/GroovyObjectTest.groovy[tags=groovy_set_property,indent=0]
 ----
 
 ==== get/setMetaClass

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7968e20b/src/spec/test/ClassTest.groovy
----------------------------------------------------------------------
diff --git a/src/spec/test/ClassTest.groovy b/src/spec/test/ClassTest.groovy
index 0e125e6..b6a2735 100644
--- a/src/spec/test/ClassTest.groovy
+++ b/src/spec/test/ClassTest.groovy
@@ -180,7 +180,7 @@ class ClassTest extends GroovyTestCase {
             greeter.greet('Laura')
 
             // tag::extended_interface[]
-            interface ExtendedGreeter extends Greeter {                 // <4>
+            interface ExtendedGreeter extends Greeter {                 // <1>
                 void sayBye(String name)
             }
             // end::extended_interface[]