You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/01/07 07:02:29 UTC

svn commit: r1056195 - in /incubator/lcf/trunk: ./ framework/crawler-ui/src/main/webapp/WEB-INF/jsp/

Author: kwright
Date: Fri Jan  7 06:02:28 2011
New Revision: 1056195

URL: http://svn.apache.org/viewvc?rev=1056195&view=rev
Log:
Fix CONNECTORS-137.  Add ASF headers to the Jakarta standard tag library tld's.

Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld
    incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld
    incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld
    incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1056195&r1=1056194&r2=1056195&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Fri Jan  7 06:02:28 2011
@@ -14,6 +14,11 @@ forget the index state for an output con
 ======================= Release 0.1 =======================
 Release Date:  See http://incubator.apache.org/connectors for the official release date.
 
+CONNECTORS-137: Add ASF headers to the jakarta standard tag library tld's
+that the crawler-ui uses.  RAT detected these as a problem, and I have confirmed
+that they have an Apache origin.
+(Sebb, Karl Wright)
+
 CONNECTORS-132: Remove build artifacts from the archives, except for documentation.
 This is to save space.
 (Karl Wright)

Modified: incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld?rev=1056195&r1=1056194&r2=1056195&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld (original)
+++ incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/c.tld Fri Jan  7 06:02:28 2011
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+ 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.
+-->
+
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld?rev=1056195&r1=1056194&r2=1056195&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld (original)
+++ incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/fmt.tld Fri Jan  7 06:02:28 2011
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+ 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.
+-->
+
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld?rev=1056195&r1=1056194&r2=1056195&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld (original)
+++ incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/sql.tld Fri Jan  7 06:02:28 2011
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+ 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.
+-->
+
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld?rev=1056195&r1=1056194&r2=1056195&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld (original)
+++ incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/jsp/x.tld Fri Jan  7 06:02:28 2011
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+ 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.
+-->
+
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"