From: gggeek Date: Sat, 21 Feb 2015 19:39:33 +0000 (+0000) Subject: Move license file inside the lib and away from sf.net X-Git-Tag: 4.0.0-alpha^2~184 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=df75e8d81f7544f743243120d0f876c77e33f90d Move license file inside the lib and away from sf.net --- diff --git a/debugger/action.php b/debugger/action.php index 4c39c62..2e5e4c5 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -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? diff --git a/debugger/common.php b/debugger/common.php index 69b89ba..642326a 100644 --- a/debugger/common.php +++ b/debugger/common.php @@ -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 diff --git a/debugger/controller.php b/debugger/controller.php index 2435c02..d5c8610 100644 --- a/debugger/controller.php +++ b/debugger/controller.php @@ -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 diff --git a/demo/client/simple_call.php b/demo/client/simple_call.php index ffb66dd..f2c03e0 100644 --- a/demo/client/simple_call.php +++ b/demo/client/simple_call.php @@ -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 */ /** diff --git a/demo/server/proxy.php b/demo/server/proxy.php index 3f09d7e..c78d890 100644 --- a/demo/server/proxy.php +++ b/demo/server/proxy.php @@ -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"; diff --git a/doc/custom.fo.xsl b/doc/custom.fo.xsl index 215a12f..1fe0dda 100644 --- a/doc/custom.fo.xsl +++ b/doc/custom.fo.xsl @@ -6,7 +6,7 @@ Customization xsl stylesheet for docbook to pdf transform @author Gaetano Giunta @copyright (c) 2007-2015 G. Giunta - @license + @license code licensed under the BSD License @todo make the xsl more dynamic: the path to import docbook.xsl could be f.e. rewritten/injected by the php user --> diff --git a/doc/custom.xsl b/doc/custom.xsl index 5efa666..7a2e6bb 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -5,7 +5,7 @@ Customization xsl stylesheet for docbook to chunked html transform @author Gaetano Giunta @copyright (c) 2007-2015 G. Giunta - @license + @license code licensed under the BSD License @todo make the xsl more dynamic: the path to import chunk.xsl could be f.e. rewritten/injected by the php user --> diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..37313ac --- /dev/null +++ b/license.txt @@ -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. diff --git a/src/Wrapper.php b/src/Wrapper.php index 6ca3669..8e573e3 100644 --- a/src/Wrapper.php +++ b/src/Wrapper.php @@ -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; diff --git a/tests/benchmark.php b/tests/benchmark.php index 32a3fed..0108701 100644 --- a/tests/benchmark.php +++ b/tests/benchmark.php @@ -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 diff --git a/tests/parse_args.php b/tests/parse_args.php index 4397e64..744afbf 100644 --- a/tests/parse_args.php +++ b/tests/parse_args.php @@ -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 { diff --git a/tests/verify_compat.php b/tests/verify_compat.php index 7d6d38a..1d9f90c 100644 --- a/tests/verify_compat.php +++ b/tests/verify_compat.php @@ -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? */