aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_protocols
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-18 00:02:52 +0000
committerplegall <plg@piwigo.org>2011-01-18 00:02:52 +0000
commit6db359c6222072f0f02e0c603ecfb52e8d0f13ab (patch)
treeda59561791dabd78307c3fca969e27405d159ce2 /include/ws_protocols
parent7ca4f8e06004740e3dc0c331629daeccc868defe (diff)
Happy new year 2011
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_protocols')
-rw-r--r--include/ws_protocols/index.php4
-rw-r--r--include/ws_protocols/json_encoder.php4
-rw-r--r--include/ws_protocols/php_encoder.php4
-rw-r--r--include/ws_protocols/rest_encoder.php4
-rw-r--r--include/ws_protocols/rest_handler.php4
-rw-r--r--include/ws_protocols/xmlrpc_encoder.php4
6 files changed, 12 insertions, 12 deletions
diff --git a/include/ws_protocols/index.php b/include/ws_protocols/index.php
index 17747c927..f26982d0e 100644
--- a/include/ws_protocols/index.php
+++ b/include/ws_protocols/index.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
diff --git a/include/ws_protocols/json_encoder.php b/include/ws_protocols/json_encoder.php
index badecd1ff..f5e6286f8 100644
--- a/include/ws_protocols/json_encoder.php
+++ b/include/ws_protocols/json_encoder.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
diff --git a/include/ws_protocols/php_encoder.php b/include/ws_protocols/php_encoder.php
index f292cc793..64d737812 100644
--- a/include/ws_protocols/php_encoder.php
+++ b/include/ws_protocols/php_encoder.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
diff --git a/include/ws_protocols/rest_encoder.php b/include/ws_protocols/rest_encoder.php
index 317bb1eb7..c1543cc9e 100644
--- a/include/ws_protocols/rest_encoder.php
+++ b/include/ws_protocols/rest_encoder.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
diff --git a/include/ws_protocols/rest_handler.php b/include/ws_protocols/rest_handler.php
index 67f5f6024..ece5c0203 100644
--- a/include/ws_protocols/rest_handler.php
+++ b/include/ws_protocols/rest_handler.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
diff --git a/include/ws_protocols/xmlrpc_encoder.php b/include/ws_protocols/xmlrpc_encoder.php
index 8d3201f61..390f3cc77 100644
--- a/include/ws_protocols/xmlrpc_encoder.php
+++ b/include/ws_protocols/xmlrpc_encoder.php
@@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
+// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+