Move license file inside the lib and away from sf.net
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Feb 2015 19:39:33 +0000 (19:39 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Feb 2015 19:39:33 +0000 (19:39 +0000)
12 files changed:
debugger/action.php
debugger/common.php
debugger/controller.php
demo/client/simple_call.php
demo/server/proxy.php
doc/custom.fo.xsl
doc/custom.xsl
license.txt [new file with mode: 0644]
src/Wrapper.php
tests/benchmark.php
tests/parse_args.php
tests/verify_compat.php

index 4c39c62..2e5e4c5 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @author Gaetano Giunta
  * @copyright (C) 2005-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
  * @todo use ob_start to catch debug info and echo it AFTER method call results?
index 69b89ba..642326a 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @author Gaetano Giunta
  * @copyright (C) 2005-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
  * @todo do some more sanitization of received parameters
index 2435c02..d5c8610 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @author Gaetano Giunta
  * @copyright (C) 2005-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add links to documentation from every option caption
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index ffb66dd..f2c03e0 100644 (file)
@@ -3,7 +3,7 @@
  * Helper function for the terminally lazy.
  *
  * @copyright (c) 2006-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  */
 
 /**
index 3f09d7e..c78d890 100644 (file)
@@ -6,7 +6,7 @@
  *
  * @author Gaetano Giunta
  * @copyright (C) 2006-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  */
 include_once __DIR__ . "/../../vendor/autoload.php";
 
index 215a12f..1fe0dda 100644 (file)
@@ -6,7 +6,7 @@
  Customization xsl stylesheet for docbook to pdf transform\r
  @author Gaetano Giunta\r
  @copyright (c) 2007-2015 G. Giunta\r
- @license\r
+ @license code licensed under the BSD License\r
  @todo make the xsl more dynamic: the path to import docbook.xsl could be f.e. rewritten/injected by the php user\r
 -->\r
 \r
index 5efa666..7a2e6bb 100644 (file)
@@ -5,7 +5,7 @@
  Customization xsl stylesheet for docbook to chunked html transform\r
  @author Gaetano Giunta\r
  @copyright (c) 2007-2015 G. Giunta\r
- @license\r
+ @license code licensed under the BSD License\r
  @todo make the xsl more dynamic: the path to import chunk.xsl could be f.e. rewritten/injected by the php user\r
 -->\r
 \r
diff --git a/license.txt b/license.txt
new file mode 100644 (file)
index 0000000..37313ac
--- /dev/null
@@ -0,0 +1,29 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 1999,2000,2001 Edd Dumbill, Useful Information Company
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice, this 
+   list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+ * Neither the name of the "XML-RPC for PHP" nor the names of its contributors
+   may be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
index 6ca3669..8e573e3 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @author Gaetano Giunta
  * @copyright (C) 2006-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  */
 
 namespace PhpXmlRpc;
index 32a3fed..0108701 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author Gaetano Giunta
  * @copyright (c) 2005-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a test for response ok in call testing
  * @todo add support for --help option to give users the list of supported parameters
index 4397e64..744afbf 100644 (file)
@@ -12,7 +12,7 @@
  * @param string  NOPROXY
  *
  * @copyright (C) 2007-20014 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  **/
 class argParser
 {
index 7d6d38a..1d9f90c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author Gaetano Giunta
  * @copyright (C) 2006-2015 G. Giunta
- * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
+ * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a test for php output buffering?
  */