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

[mina-sshd] branch master updated: Javadoc: Port package.html to package-info.java

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/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cd1896d2 Javadoc: Port package.html to package-info.java
     new ef1399672 Merge branch 'master' of https://gitbox.apache.org/repos/asf/mina-sshd.git
1cd1896d2 is described below

commit 1cd1896d21a0074737f6b0f7a965f9f01f80636b
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Mar 20 11:42:09 2023 -0400

    Javadoc: Port package.html to package-info.java
---
 .../apache/sshd/common/cipher/package-info.java    | 23 +++++++++++++++++++
 .../org/apache/sshd/common/cipher/package.html     | 26 ----------------------
 .../sshd/common/compression/package-info.java      | 24 ++++++++++++++++++++
 .../apache/sshd/common/compression/package.html    | 26 ----------------------
 .../apache/sshd/common/digest/package-info.java    | 23 +++++++++++++++++++
 .../org/apache/sshd/common/digest/package.html     | 26 ----------------------
 .../org/apache/sshd/common/mac/package-info.java   | 23 +++++++++++++++++++
 .../java/org/apache/sshd/common/mac/package.html   | 26 ----------------------
 .../apache/sshd/common/random/package-info.java    | 23 +++++++++++++++++++
 .../org/apache/sshd/common/random/package.html     | 26 ----------------------
 .../apache/sshd/common/signature/package-info.java | 23 +++++++++++++++++++
 .../org/apache/sshd/common/signature/package.html  | 26 ----------------------
 12 files changed, 139 insertions(+), 156 deletions(-)

diff --git a/sshd-common/src/main/java/org/apache/sshd/common/cipher/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/cipher/package-info.java
new file mode 100644
index 000000000..6bc993bb8
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/cipher/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/cipher/Cipher.html"> <code>Cipher</code> </a> implementations.
+ */
+package org.apache.sshd.common.cipher;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html b/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html
deleted file mode 100644
index 5d1be58cb..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/cipher/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/cipher/Cipher.html"> 
-            <code>Cipher</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/compression/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/compression/package-info.java
new file mode 100644
index 000000000..a6763d71c
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/compression/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/compression/Compression.html"> <code>Compression</code> </a>
+ * implementations.
+ */
+package org.apache.sshd.common.compression;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html b/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html
deleted file mode 100644
index 089bb1d9f..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/compression/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/compression/Compression.html"> 
-            <code>Compression</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/digest/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/digest/package-info.java
new file mode 100644
index 000000000..4d55d5b90
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/digest/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/digest/Digest.html"> <code>Digest</code> </a> implementations.
+ */
+package org.apache.sshd.common.digest;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html b/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html
deleted file mode 100644
index 69ece5c61..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/digest/Digest.html"> 
-            <code>Digest</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/mac/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/mac/package-info.java
new file mode 100644
index 000000000..4bb3d2d77
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/mac/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/mac/Mac.html"> <code>Mac</code> </a> implementations.
+ */
+package org.apache.sshd.common.mac;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html b/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html
deleted file mode 100644
index 3dfd646c1..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/mac/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/mac/Mac.html"> 
-            <code>Mac</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/random/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/random/package-info.java
new file mode 100644
index 000000000..865fb2911
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/random/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/random/Random.html"> <code>Random</code> </a> implementations.
+ */
+package org.apache.sshd.common.random;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/random/package.html b/sshd-common/src/main/java/org/apache/sshd/common/random/package.html
deleted file mode 100644
index eda4db023..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/random/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/random/Random.html"> 
-            <code>Random</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/signature/package-info.java b/sshd-common/src/main/java/org/apache/sshd/common/signature/package-info.java
new file mode 100644
index 000000000..0fb828bbd
--- /dev/null
+++ b/sshd-common/src/main/java/org/apache/sshd/common/signature/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * <a href="{@docRoot}/org/apache/sshd/common/signature/Signature.html"> <code>Signature</code> </a> implementations.
+ */
+package org.apache.sshd.common.signature;
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html b/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html
deleted file mode 100644
index 944912816..000000000
--- a/sshd-common/src/main/java/org/apache/sshd/common/signature/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> 
-    <head> 
-    </head> 
-    <body> 
-        <a href="{@docRoot}/org/apache/sshd/common/signature/Signature.html"> 
-            <code>Signature</code> 
-        </a>
-         implementations.  
-    </body>
-</html>
\ No newline at end of file