Adds a readme

This commit is contained in:
Aria 2023-06-13 20:04:03 -07:00
parent 9a1c71967b
commit 3d34b5f508

View file

@ -0,0 +1,18 @@
XMLRPC
======
-----------
This was ported from Nwc.XMLRPC (C#)
The following attributes found in the Assembly for NWC XMLRPC apply as most of this code is heavily derived from it.
However, as this is Java, only a small disclaimer is provided, as this is a near full rewrite to port the code to Java.
```cs
[assembly: AssemblyVersion("1.10.0.4")]
[assembly: AssemblyCompany("Ronin Consulting Inc, OpenSimulator")]
[assembly: AssemblyDescription("XML RPC client and server")]
[assembly: AssemblyTitle("XMLRPC")]
```