Author: niallp
Date: Fri Jan 25 00:56:19 2008
New Revision: 615151
URL: http://svn.apache.org/viewvc?rev=615151&view=rev
Log:
Add license headers
Modified:
commons/proper/vfs/trunk/checkstyle.properties
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
commons/proper/vfs/trunk/doap_vfs.rdf
commons/proper/vfs/trunk/gump.xml
commons/proper/vfs/trunk/sandbox/build.xml
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/package.html
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/package.html
Modified: commons/proper/vfs/trunk/checkstyle.properties
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/checkstyle.properties?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
--- commons/proper/vfs/trunk/checkstyle.properties (original)
+++ commons/proper/vfs/trunk/checkstyle.properties Fri Jan 25 00:56:19 2008
@@ -1,3 +1,18 @@
+# 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.
+
checkstyle.maxlinelen = 120
checkstyle.lcurly.type = nl
checkstyle.lcurly.method = nl
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
(original)
+++
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
Fri Jan 25 00:56:19 2008
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
package org.apache.commons.vfs.provider.http;
import org.apache.commons.httpclient.HostConfiguration;
Modified: commons/proper/vfs/trunk/doap_vfs.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/doap_vfs.rdf?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
--- commons/proper/vfs/trunk/doap_vfs.rdf (original)
+++ commons/proper/vfs/trunk/doap_vfs.rdf Fri Jan 25 00:56:19 2008
@@ -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://commons.apache.org/vfs/">
<name>Apache Commons VFS</name>
Modified: commons/proper/vfs/trunk/gump.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/gump.xml?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
--- commons/proper/vfs/trunk/gump.xml (original)
+++ commons/proper/vfs/trunk/gump.xml Fri Jan 25 00:56:19 2008
@@ -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.
+ -->
+
<module name="commons-vfs">
<description>Commons VFS</description>
<url href="http://commons.apache.org/vfs/"/>
@@ -27,4 +44,4 @@
<javadoc module="jakarta-commons" nested="target/docs/apidocs"/>
<nag to="[EMAIL PROTECTED]" from="commons-vfs development <[EMAIL
PROTECTED]>"/>
</project>
-</module>
\ No newline at end of file
+</module>
Modified: commons/proper/vfs/trunk/sandbox/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/build.xml?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/build.xml (original)
+++ commons/proper/vfs/trunk/sandbox/build.xml Fri Jan 25 00:56:19 2008
@@ -1,3 +1,19 @@
+<!--
+ 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-vfs-sandbox" default="jar" basedir=".">
<property file="${user.home}/.m2/maven.properties"/>
<property name="maven.build.output" value="target/classes"/>
Modified:
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/package.html?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
---
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/package.html
(original)
+++
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/package.html
Fri Jan 25 00:56:19 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+ -->
<body>
<p>The SMB/CIFS File Provider.</p>
</body>
Modified:
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/package.html?rev=615151&r1=615150&r2=615151&view=diff
==============================================================================
---
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/package.html
(original)
+++
commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/package.html
Fri Jan 25 00:56:19 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+ -->
<body>
<p>The WebDAV Provider.</p>
</body>