opensim-development – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 XML-RPC.NET - XML-RPC for .NET
2 v2.1.0
3 Copyright (C) 2001-2006 Charles Cook (chascook@gmail.com)
4  
5 xmlrpcgen
6 Copyright (C) 2003 Joe Bork
7  
8 For more information about XML-RPC.NET visit http://www.xml-rpc.net.
9  
10 XML-RPC.NET is licensed with MIT X11 license.
11 (see http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#6.12)
12  
13 For more information about XML-RPC refer to http://www.xmlrpc.com/
14  
15  
16 PREQUISITES
17 -----------
18 Assembly CookComputing.XmlRpc.dll requires 1.0 .NET runtime and
19 runs on all later versions.
20  
21 Assembly CookComputing.XmlRpcV2.dll requires 2.0 .NET runtime.
22  
23  
24 DOCUMENTATION
25 -------------
26 For help on using XML-RPC.NET, see
27 http://www.xml-rpc.net/faq/xmlrpcnetfaq.html.