You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/05/19 03:28:34 UTC

svn commit: r539664 - in /jakarta/commons/proper/io/trunk: PROPOSAL.html STATUS.html build.xml doap_io.rdf xdocs/navigation.xml xdocs/style/project.css

Author: niallp
Date: Fri May 18 18:28:33 2007
New Revision: 539664

URL: http://svn.apache.org/viewvc?view=rev&rev=539664
Log:
Merge changes to keep RAT plugin happy back into trunk

Modified:
    jakarta/commons/proper/io/trunk/PROPOSAL.html
    jakarta/commons/proper/io/trunk/STATUS.html
    jakarta/commons/proper/io/trunk/build.xml
    jakarta/commons/proper/io/trunk/doap_io.rdf
    jakarta/commons/proper/io/trunk/xdocs/navigation.xml
    jakarta/commons/proper/io/trunk/xdocs/style/project.css

Modified: jakarta/commons/proper/io/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/PROPOSAL.html?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/PROPOSAL.html (original)
+++ jakarta/commons/proper/io/trunk/PROPOSAL.html Fri May 18 18:28:33 2007
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+   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>Proposal for IO Package</title>

Modified: jakarta/commons/proper/io/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/STATUS.html?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/STATUS.html (original)
+++ jakarta/commons/proper/io/trunk/STATUS.html Fri May 18 18:28:33 2007
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+   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>Status File for Jakarta Commons "IO" Component</title>

Modified: jakarta/commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/build.xml?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/build.xml (original)
+++ jakarta/commons/proper/io/trunk/build.xml Fri May 18 18:28:33 2007
@@ -1,6 +1,23 @@
 <?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.
+-->
+
+<!--
  Based on maven generated file on date October 1 2005
  Added overview to javadoc
  Include license in jar

Modified: jakarta/commons/proper/io/trunk/doap_io.rdf
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/doap_io.rdf?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/doap_io.rdf (original)
+++ jakarta/commons/proper/io/trunk/doap_io.rdf Fri May 18 18:28:33 2007
@@ -1,4 +1,20 @@
 <?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.
+-->
 <rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
   <Project rdf:about="http://jakarta.apache.org/commons/io/">
     <name>Apache Jakarta Commons IO</name>

Modified: jakarta/commons/proper/io/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/xdocs/navigation.xml?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/io/trunk/xdocs/navigation.xml Fri May 18 18:28:33 2007
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
+<!--
+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.
+-->
 <project name="Commons IO">
 
   <title>Commons IO</title>

Modified: jakarta/commons/proper/io/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/xdocs/style/project.css?view=diff&rev=539664&r1=539663&r2=539664
==============================================================================
--- jakarta/commons/proper/io/trunk/xdocs/style/project.css (original)
+++ jakarta/commons/proper/io/trunk/xdocs/style/project.css Fri May 18 18:28:33 2007
@@ -1 +1,17 @@
+/*
+   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.
+*/
 @import url("http://jakarta.apache.org/style/jakarta-maven.css");



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org