Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X ee7f422f8 -> efe91adb5


remove some rat warnings


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

Branch: refs/heads/GROOVY_2_4_X
Commit: efe91adb5f294d24568c05b6aa42c60339acc715
Parents: ee7f422
Author: Paul King <pa...@asert.com.au>
Authored: Thu May 21 19:26:28 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu May 21 19:26:28 2015 +1000

----------------------------------------------------------------------
 .../webapps/groovlet-examples/xml/index.xhtml   | 20 ++++++++++++++++++++
 .../template-examples/javasystemproperties.htm  | 20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/efe91adb/src/examples/webapps/groovlet-examples/xml/index.xhtml
----------------------------------------------------------------------
diff --git a/src/examples/webapps/groovlet-examples/xml/index.xhtml 
b/src/examples/webapps/groovlet-examples/xml/index.xhtml
index 6fc4e89..06c9a17 100644
--- a/src/examples/webapps/groovlet-examples/xml/index.xhtml
+++ b/src/examples/webapps/groovlet-examples/xml/index.xhtml
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+
+     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.
+
+-->
 <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; -->
 

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/efe91adb/src/examples/webapps/template-examples/javasystemproperties.htm
----------------------------------------------------------------------
diff --git a/src/examples/webapps/template-examples/javasystemproperties.htm 
b/src/examples/webapps/template-examples/javasystemproperties.htm
index e80d84c..fa1f2c5 100644
--- a/src/examples/webapps/template-examples/javasystemproperties.htm
+++ b/src/examples/webapps/template-examples/javasystemproperties.htm
@@ -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>System properties</title>

Reply via email to