You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 13:15:37 UTC

[commons-codec] branch master updated (cc8e7dfb -> 6dc6822c)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


    from cc8e7dfb Bump actions/cache from 3.3.0 to 3.3.1
     new 62674ec2 Javadoc: Convert package.html to package-info.java
     new aca39705 Javadoc: Convert package.html to package-info.java
     new 6aa2610a Javadoc: Convert package.html to package-info.java
     new d7de1506 Javadoc: Convert package.html to package-info.java
     new 63d6b54f Javadoc: Convert package.html to package-info.java
     new cfc4ec2c Javadoc: Convert package.html to package-info.java
     new 6dc6822c Javadoc: Convert package.html to package-info.java

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/commons/codec/binary/package-info.java} |  9 ++---
 .../org/apache/commons/codec/binary/package.html   | 21 -----------
 .../apache/commons/codec/cli/package-info.java}    |  5 ++-
 .../java/org/apache/commons/codec/cli/package.html | 21 -----------
 .../apache/commons/codec/digest/package-info.java} | 17 ++-------
 .../org/apache/commons/codec/digest/package.html   | 26 -------------
 .../commons/codec/language/bm/package-info.java}   |  5 ++-
 .../apache/commons/codec/language/bm/package.html  | 21 -----------
 .../commons/codec/language/package-info.java}      |  5 ++-
 .../org/apache/commons/codec/language/package.html | 23 -----------
 .../apache/commons/codec/net/package-info.java}    |  5 ++-
 .../java/org/apache/commons/codec/net/package.html | 23 -----------
 .../codec/{Resources.java => package-info.java}    | 39 ++++++++-----------
 .../java/org/apache/commons/codec/package.html     | 44 ----------------------
 14 files changed, 40 insertions(+), 224 deletions(-)
 copy src/main/{resources/org/apache/commons/codec/language/bm/ash_exact_polish.txt => java/org/apache/commons/codec/binary/package-info.java} (86%)
 delete mode 100644 src/main/java/org/apache/commons/codec/binary/package.html
 copy src/main/{resources/org/apache/commons/codec/language/bm/ash_approx_romanian.txt => java/org/apache/commons/codec/cli/package-info.java} (91%)
 delete mode 100644 src/main/java/org/apache/commons/codec/cli/package.html
 copy src/{test/java/org/apache/commons/codec/digest/Sha2CryptTest.java => main/java/org/apache/commons/codec/digest/package-info.java} (78%)
 delete mode 100644 src/main/java/org/apache/commons/codec/digest/package.html
 copy src/main/{resources/org/apache/commons/codec/language/bm/ash_approx_hebrew.txt => java/org/apache/commons/codec/language/bm/package-info.java} (88%)
 delete mode 100644 src/main/java/org/apache/commons/codec/language/bm/package.html
 copy src/main/{resources/org/apache/commons/codec/language/bm/ash_approx_romanian.txt => java/org/apache/commons/codec/language/package-info.java} (90%)
 delete mode 100644 src/main/java/org/apache/commons/codec/language/package.html
 copy src/main/{resources/org/apache/commons/codec/language/bm/ash_approx_romanian.txt => java/org/apache/commons/codec/net/package-info.java} (90%)
 delete mode 100644 src/main/java/org/apache/commons/codec/net/package.html
 copy src/main/java/org/apache/commons/codec/{Resources.java => package-info.java} (51%)
 delete mode 100644 src/main/java/org/apache/commons/codec/package.html


[commons-codec] 07/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 6dc6822c6d62209a1844c85c5b458415d9fcf5fa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:13:02 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/commons/codec/package-info.java     | 35 +++++++++++++++++
 .../java/org/apache/commons/codec/package.html     | 44 ----------------------
 2 files changed, 35 insertions(+), 44 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/package-info.java b/src/main/java/org/apache/commons/codec/package-info.java
new file mode 100644
index 00000000..6e9992a7
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/package-info.java
@@ -0,0 +1,35 @@
+/*
+ * 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.
+ */
+
+/**
+ * Interfaces and classes used by the various implementations in the sub-packages.
+ * <p>
+ * Definitive implementations of commonly used encoders and decoders.
+ * </p>
+ * <p>
+ * Codec is currently comprised of a modest set of utilities and a simple framework for String encoding and decoding in the following packages:
+ * </p>
+ * <ul>
+ * <li><a href="binary/package-summary.html">Binary codecs.</a></li>
+ * <li><a href="cli/package-summary.html">Command line utility.</a></li>
+ * <li><a href="digest/package-summary.html">Digests and hashers</a></li>
+ * <li><a href="language/package-summary.html">Common language and phonetic encoders.</a></li>
+ * <li><a href="language/bm/package-summary.html">Beider-Morse codec.</a></li>
+ * <li><a href="net/package-summary.html">Network codecs.</a></li>
+ * </ul>
+ */
+package org.apache.commons.codec;
diff --git a/src/main/java/org/apache/commons/codec/package.html b/src/main/java/org/apache/commons/codec/package.html
deleted file mode 100644
index 54c5ecb4..00000000
--- a/src/main/java/org/apache/commons/codec/package.html
+++ /dev/null
@@ -1,44 +0,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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-</head>
-<body>
-	<p>Interfaces and classes used by the various implementations in
-		the sub-packages.</p>
-
-	<p>Definitive implementations of commonly used encoders and
-		decoders.</p>
-
-	<p>Codec is currently comprised of a modest set of utilities and a
-		simple framework for String encoding and decoding in the following
-		packages:</p>
-
-	<ul>
-		<li><a href="binary/package-summary.html">Binary codecs.</a></li>
-		<li><a href="cli/package-summary.html">Command line utility.</a></li>
-		<li><a href="digest/package-summary.html">Digests and hashers</a></li>
-		<li><a href="language/package-summary.html">Common language
-				and phonetic encoders.</a></li>
-		<li><a href="language/bm/package-summary.html">Beider-Morse
-				codec.</a></li>
-		<li><a href="net/package-summary.html">Network codecs.</a></li>
-	</ul>
-
-</body>
-</html>


[commons-codec] 04/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit d7de1506746641f632f3592b857679414bffac04
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:42 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/codec/language/bm/package-info.java     | 21 +++++++++++++++++++++
 .../apache/commons/codec/language/bm/package.html   | 21 ---------------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/language/bm/package-info.java b/src/main/java/org/apache/commons/codec/language/bm/package-info.java
new file mode 100644
index 00000000..078e6eae
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/language/bm/package-info.java
@@ -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.
+ */
+
+/**
+ * Implementation details of the Beider-Morse codec.
+ */
+package org.apache.commons.codec.language.bm;
diff --git a/src/main/java/org/apache/commons/codec/language/bm/package.html b/src/main/java/org/apache/commons/codec/language/bm/package.html
deleted file mode 100644
index 95a02ebb..00000000
--- a/src/main/java/org/apache/commons/codec/language/bm/package.html
+++ /dev/null
@@ -1,21 +0,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.
--->
-<html>
- <body>
-  Implementation details of the Beider-Morse codec.
- </body>
-</html>


[commons-codec] 01/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 62674ec28306307a1d98cedec1aeced2bcfffe48
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:26 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../apache/commons/codec/binary/package-info.java  | 22 ++++++++++++++++++++++
 .../org/apache/commons/codec/binary/package.html   | 21 ---------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/package-info.java b/src/main/java/org/apache/commons/codec/binary/package-info.java
new file mode 100644
index 00000000..06b82100
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/binary/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+
+/**
+ * Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
+ */
+package org.apache.commons.codec.binary;
diff --git a/src/main/java/org/apache/commons/codec/binary/package.html b/src/main/java/org/apache/commons/codec/binary/package.html
deleted file mode 100644
index 13345ece..00000000
--- a/src/main/java/org/apache/commons/codec/binary/package.html
+++ /dev/null
@@ -1,21 +0,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.
--->
-<html>
- <body>
-  Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
- </body>
-</html>


[commons-codec] 02/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit aca3970538e89a86be9968052615ae5ed05d9259
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:31 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/commons/codec/cli/package-info.java  | 21 +++++++++++++++++++++
 .../java/org/apache/commons/codec/cli/package.html  | 21 ---------------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/cli/package-info.java b/src/main/java/org/apache/commons/codec/cli/package-info.java
new file mode 100644
index 00000000..68ba4256
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/cli/package-info.java
@@ -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.
+ */
+
+/**
+ * Command line utility.
+ */
+package org.apache.commons.codec.cli;
diff --git a/src/main/java/org/apache/commons/codec/cli/package.html b/src/main/java/org/apache/commons/codec/cli/package.html
deleted file mode 100644
index a57e413b..00000000
--- a/src/main/java/org/apache/commons/codec/cli/package.html
+++ /dev/null
@@ -1,21 +0,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.
--->
-<html>
- <body>
-   <p>Command line utility.</p>
- </body>
-</html>


[commons-codec] 03/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 6aa2610adf19733a17851e0179fe84e34c7b9861
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:37 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../apache/commons/codec/digest/package-info.java  | 22 ++++++++++++++++++
 .../org/apache/commons/codec/digest/package.html   | 26 ----------------------
 2 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/package-info.java b/src/main/java/org/apache/commons/codec/digest/package-info.java
new file mode 100644
index 00000000..43d22f10
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/digest/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Simplifies common {@link java.security.MessageDigest} tasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512
+ * based algorithms as well as the Apache specific "$apr1$" variant.
+ */
+package org.apache.commons.codec.digest;
diff --git a/src/main/java/org/apache/commons/codec/digest/package.html b/src/main/java/org/apache/commons/codec/digest/package.html
deleted file mode 100644
index 41133149..00000000
--- a/src/main/java/org/apache/commons/codec/digest/package.html
+++ /dev/null
@@ -1,26 +0,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.
--->
-<html>
-  <body>
-    <p>
-      Simplifies common {@link java.security.MessageDigest} tasks and
-      includes a libc crypt(3) compatible crypt method that supports DES,
-      MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
-      specific "$apr1$" variant.
-    </p>
-  </body>
-</html>


[commons-codec] 05/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 63d6b54f3acd0d3cfce842a3356c78313b3771ca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:47 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/codec/language/package-info.java       | 21 ++++++++++++++++++++
 .../org/apache/commons/codec/language/package.html | 23 ----------------------
 2 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/language/package-info.java b/src/main/java/org/apache/commons/codec/language/package-info.java
new file mode 100644
index 00000000..69ad0f8d
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/language/package-info.java
@@ -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.
+ */
+
+/**
+ * Language and phonetic encoders.
+ */
+package org.apache.commons.codec.language;
diff --git a/src/main/java/org/apache/commons/codec/language/package.html b/src/main/java/org/apache/commons/codec/language/package.html
deleted file mode 100644
index 427a67a7..00000000
--- a/src/main/java/org/apache/commons/codec/language/package.html
+++ /dev/null
@@ -1,23 +0,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.
--->
-<html>
-  <body>
-    <p>
-      Language and phonetic encoders.
-    </p>
-  </body>
-</html>


[commons-codec] 06/07: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit cfc4ec2cad44702c4a1c955bfe088de0a869d0d0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:12:56 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/commons/codec/net/package-info.java | 21 ++++++++++++++++++++
 .../java/org/apache/commons/codec/net/package.html | 23 ----------------------
 2 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/net/package-info.java b/src/main/java/org/apache/commons/codec/net/package-info.java
new file mode 100644
index 00000000..0e587eda
--- /dev/null
+++ b/src/main/java/org/apache/commons/codec/net/package-info.java
@@ -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.
+ */
+
+/**
+ * Network related encoding and decoding.
+ */
+package org.apache.commons.codec.net;
diff --git a/src/main/java/org/apache/commons/codec/net/package.html b/src/main/java/org/apache/commons/codec/net/package.html
deleted file mode 100644
index 1b755090..00000000
--- a/src/main/java/org/apache/commons/codec/net/package.html
+++ /dev/null
@@ -1,23 +0,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.
--->
-<html>
-  <body>
-    <p>
-      Network related encoding and decoding.
-    </p>
-  </body>
-</html>