Author: rwinston
Date: Wed Dec 20 15:15:05 2006
New Revision: 489220
URL: http://svn.apache.org/viewvc?view=rev&rev=489220
Log:
Add license and change manifest
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml?view=diff&rev=489220&r1=489219&r2=489220
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml Wed Dec 20
15:15:05 2006
@@ -1,18 +1,19 @@
<?xml version="1.0"?>
<!--
-Copyright 2003-2006 The Apache Software Foundation
-
-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
-
-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.
+ 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>
<modelVersion>4.0.0</modelVersion>
@@ -208,8 +209,12 @@
<manifest>
<attribute name="Extension-Name" value="org.apache.commons.net"/>
<attribute name="Specification-Title" value="Jakarta Commons Net"/>
-
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
-
<attribute name="Specification-Version" value="2.0"/>
+
<attribute name="Implmentation-Title" value="Jakarta Commons Net"/>
+
<attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
+
<attribute name="Implementation-Version" value="2.0"/>
+
<attribute name="Implementation-Vendor-Id" value="Apache"/>
+
+
</manifest>
</jar>
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java?view=diff&rev=489220&r1=489219&r2=489220
==============================================================================
---
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java
(original)
+++
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Wed Dec 20 15:15:05 2006
@@ -1966,6 +1966,7 @@
results = new ArrayList<String>();
while ((line = reader.readLine()) != null)
results.add(line);
+
reader.close();
socket.close();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]