Skip to content

Commit

Permalink
Welcome 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Feb 21, 2015
1 parent 35d2340 commit 885d735
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion debugger/action.php
@@ -1,7 +1,7 @@
<?php
/**
* @author Gaetano Giunta
* @copyright (C) 2005-2014 G. Giunta
* @copyright (C) 2005-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*
* @todo switch params for http compression from 0,1,2 to values to be used directly
Expand Down
2 changes: 1 addition & 1 deletion debugger/common.php
@@ -1,7 +1,7 @@
<?php
/**
* @author Gaetano Giunta
* @copyright (C) 2005-2014 G. Giunta
* @copyright (C) 2005-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*
* @todo switch params for http compression from 0,1,2 to values to be used directly
Expand Down
2 changes: 1 addition & 1 deletion debugger/controller.php
@@ -1,7 +1,7 @@
<?php
/**
* @author Gaetano Giunta
* @copyright (C) 2005-2014 G. Giunta
* @copyright (C) 2005-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*
* @todo add links to documentation from every option caption
Expand Down
2 changes: 1 addition & 1 deletion demo/client/simple_call.php
Expand Up @@ -2,7 +2,7 @@
/**
* Helper function for the terminally lazy.
*
* @copyright (c) 2006-2014 G. Giunta
* @copyright (c) 2006-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion demo/server/proxy.php
Expand Up @@ -5,7 +5,7 @@
* the originating server).
*
* @author Gaetano Giunta
* @copyright (C) 2006-2014 G. Giunta
* @copyright (C) 2006-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*/
include_once __DIR__ . "/../../vendor/autoload.php";
Expand Down
2 changes: 1 addition & 1 deletion doc/convert.php
Expand Up @@ -2,7 +2,7 @@
/**
* Script used to convert docbook source to human readable docs.
*
* @copyright (c) 2007-2014 G. Giunta
* @copyright (c) 2007-2015 G. Giunta
*/
if ($_SERVER['argc'] < 4) {
die("Usage: php convert.php docbook.xml \path\\to\stylesheet.xsl output-dir|output_file\n");
Expand Down
2 changes: 1 addition & 1 deletion doc/custom.fo.xsl
Expand Up @@ -5,7 +5,7 @@
<!--
Customization xsl stylesheet for docbook to pdf transform
@author Gaetano Giunta
@copyright (c) 2007-2014 G. Giunta
@copyright (c) 2007-2015 G. Giunta
@license
@todo make the xsl more dynamic: the path to import docbook.xsl could be f.e. rewritten/injected by the php user
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/custom.xsl
Expand Up @@ -4,7 +4,7 @@
<!--
Customization xsl stylesheet for docbook to chunked html transform
@author Gaetano Giunta
@copyright (c) 2007-2014 G. Giunta
@copyright (c) 2007-2015 G. Giunta
@license
@todo make the xsl more dynamic: the path to import chunk.xsl could be f.e. rewritten/injected by the php user
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/highlight.php
Expand Up @@ -3,7 +3,7 @@
* takes a dir as arg, highlights all php code found in html files inside.
*
* @author Gaetano Giunta
* @copyright (c) 2007-2014 G. Giunta
* @copyright (c) 2007-2015 G. Giunta
*/
function highlight($file)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Wrapper.php
@@ -1,7 +1,7 @@
<?php
/**
* @author Gaetano Giunta
* @copyright (C) 2006-2014 G. Giunta
* @copyright (C) 2006-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/benchmark.php
Expand Up @@ -3,7 +3,7 @@
* Benchmarking suite for the PHP-XMLRPC lib.
*
* @author Gaetano Giunta
* @copyright (c) 2005-2014 G. Giunta
* @copyright (c) 2005-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*
* @todo add a test for response ok in call testing
Expand Down
2 changes: 1 addition & 1 deletion tests/verify_compat.php
Expand Up @@ -3,7 +3,7 @@
* Verify compatibility level of current php install with php-xmlrpc lib.
*
* @author Gaetano Giunta
* @copyright (C) 2006-2014 G. Giunta
* @copyright (C) 2006-2015 G. Giunta
* @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
*
* @todo add a test for php output buffering?
Expand Down

0 comments on commit 885d735

Please sign in to comment.