I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 7b52b443 authored by zzz's avatar zzz
Browse files

Build: Use package-info.java for empty dirs

instead of package.html and Dummy.java
parent 8b94b9dd
No related branches found
No related tags found
No related merge requests found
Pipeline #2251 passed
package org.minidns;
/**
* Exists only to enable package.html to be included in javadoc.
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
*/
abstract class Dummy {}
/**
* This is a portion of release 1.0.0 of MiniDNS from https://github.com/MiniDNS/minidns/ 2020-07-18
* Only contains the minidns-core portion of the library.
* Removed tests, most util classes, and DnsRootServer class.
*
* This software may be used under the terms of (at your choice)
* - LGPL version 2 (or later) (see LICENSE-LGPLv2.1 for details)
* - Apache Software licence (see LICENSE-APACHE2.0 for details)
* - WTFPL (see LICENSE-WTFPL for details)
*/
package org.minidns;
<html><body>
<p>
This is a portion of release 1.0.0 of MiniDNS from https://github.com/MiniDNS/minidns/ 2020-07-18
Only contains the minidns-core portion of the library.
Removed tests, most util classes, and DnsRootServer class.
</p><pre>
This software may be used under the terms of (at your choice)
- LGPL version 2 (or later) (see LICENCE_LGPL2.1 for details)
- Apache Software licence (see LICENCE_APACHE for details)
- WTFPL (see LICENCE_WTFPL for details)
</pre>
</body></html>
package org.cybergarage;
/**
* Exists only to enable package.html to be included in javadoc.
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
*/
abstract class Dummy {}
/**
* The cybergarage cyberlink UPnP library version 3.0, with minor mods for I2P.
*/
package org.cybergarage;
<html>
<body>
<p>
The cybergarage cyberlink UPnP library version 3.0, with minor mods for I2P.
</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment