You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/08 02:57:05 UTC

svn commit: r1090077 - in /commons/proper/net/trunk/src/main/java/org/apache/commons/net: ./ bsd/ chargen/ daytime/ discard/ echo/ finger/ ftp/ ftp/parser/ imap/ io/ nntp/ ntp/ pop3/ smtp/ telnet/ tftp/ time/ util/ whois/

Author: sebb
Date: Fri Apr  8 00:57:04 2011
New Revision: 1090077

URL: http://svn.apache.org/viewvc?rev=1090077&view=rev
Log:
Package Javadoc

Added:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java   (with props)
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java   (with props)

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Classes for rcommand, rexec, rlogin
+ */
+package org.apache.commons.net.bsd;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/bsd/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Chargen over TCP and UDP
+ */
+package org.apache.commons.net.chargen;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/chargen/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Daytime over TCP and UDP
+ */
+package org.apache.commons.net.daytime;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/daytime/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Discard over TCP and UDP
+ */
+package org.apache.commons.net.discard;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/discard/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Echo over TCP and UDP
+ */
+package org.apache.commons.net.echo;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/echo/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Finger implementation
+ */
+package org.apache.commons.net.finger;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/finger/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * FTP and FTPS support classes
+ */
+package org.apache.commons.net.ftp;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * FTP file listing parser classes
+ */
+package org.apache.commons.net.ftp.parser;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Basic IMAP and IMAPS support classes
+ */
+package org.apache.commons.net.imap;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Utility classes for IO support.
+ */
+package org.apache.commons.net.io;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/io/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * NNTP - network news transfer protocol
+ */
+package org.apache.commons.net.nntp;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * NTP - network time protocol
+ */
+package org.apache.commons.net.ntp;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ntp/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Common socket classes and protocol command utility classes
+ */
+package org.apache.commons.net;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * POP3 and POP3S mail
+ */
+package org.apache.commons.net.pop3;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/pop3/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * SMTP and SMTPS mail
+ */
+package org.apache.commons.net.smtp;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Telnet implementation
+ */
+package org.apache.commons.net.telnet;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TFTP cliemt implementation
+ */
+package org.apache.commons.net.tftp;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Time protocol (RFC 868) over TCP and UDP
+ */
+package org.apache.commons.net.time;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/time/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Utility classes
+ */
+package org.apache.commons.net.util;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java?rev=1090077&view=auto
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java (added)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java Fri Apr  8 00:57:04 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Whois client
+ */
+package org.apache.commons.net.whois;
\ No newline at end of file

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/net/trunk/src/main/java/org/apache/commons/net/whois/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision