From 0b6ce9d05062466967fe94c00f451aa51fae05fb Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 1 Oct 2012 09:20:36 +0000 Subject: [PATCH] Remove svn:keywords git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8350 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/pear/Cache/Container.php | 4 +--- lib/pear/Cache/Error.php | 2 -- lib/pear/Cache/Graphics.php | 4 +--- lib/pear/DB/Pager.php | 1 - lib/pear/DB/common.php | 4 +--- lib/pear/DB/dbase.php | 4 +--- lib/pear/DB/fbsql.php | 4 +--- lib/pear/DB/ibase.php | 4 +--- lib/pear/DB/ifx.php | 4 +--- lib/pear/DB/ldap.php | 2 -- lib/pear/DB/msql.php | 4 +--- lib/pear/DB/mssql.php | 4 +--- lib/pear/DB/mysql.php | 4 +--- lib/pear/DB/mysqli.php | 4 +--- lib/pear/DB/oci8.php | 4 +--- lib/pear/DB/odbc.php | 4 +--- lib/pear/DB/pgsql.php | 4 +--- lib/pear/DB/sqlite.php | 4 +--- lib/pear/DB/storage.php | 4 +--- lib/pear/DB/sybase.php | 4 +--- tests/unit/lib/AtomParserTest.php | 1 - tests/unit/lib/DumpHtml.php | 2 +- tests/unit/lib/HtmlParserTest.php | 2 -- tests/unit/lib/InlineParserTest.php | 2 -- tests/unit/lib/PageListTest.php | 2 +- tests/unit/lib/SetupWiki.php | 2 +- tests/unit/lib/TextSearchTest.php | 2 +- tests/unit/lib/XmlRpcTest.php | 2 -- 28 files changed, 21 insertions(+), 67 deletions(-) diff --git a/lib/pear/Cache/Container.php b/lib/pear/Cache/Container.php index 722ae84b5..a6bd3e812 100644 --- a/lib/pear/Cache/Container.php +++ b/lib/pear/Cache/Container.php @@ -16,8 +16,6 @@ // | Sebastian Bergmann | // | Christian Stocker | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'Cache/Error.php'; @@ -39,7 +37,7 @@ require_once 'Cache/Error.php'; * not recommended! * * @author Ulf Wendel -* @version $Id$ +* @version * @package Cache * @access public * @abstract diff --git a/lib/pear/Cache/Error.php b/lib/pear/Cache/Error.php index af035f017..ff245ff8b 100644 --- a/lib/pear/Cache/Error.php +++ b/lib/pear/Cache/Error.php @@ -14,8 +14,6 @@ // +----------------------------------------------------------------------+ // | Authors: Ulf Wendel | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'PEAR.php'; diff --git a/lib/pear/Cache/Graphics.php b/lib/pear/Cache/Graphics.php index 2399dd032..9ac39db49 100644 --- a/lib/pear/Cache/Graphics.php +++ b/lib/pear/Cache/Graphics.php @@ -14,8 +14,6 @@ // +----------------------------------------------------------------------+ // | Authors: Ulf Wendel | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'Cache.php'; @@ -66,7 +64,7 @@ require_once 'Cache.php'; * the output buffer. Modify it if required! * * @author Ulf Wendel -* @version $Id$ +* @version * @package Cache */ class Cache_Graphics extends Cache { diff --git a/lib/pear/DB/Pager.php b/lib/pear/DB/Pager.php index 9739294b3..9a72332d8 100644 --- a/lib/pear/DB/Pager.php +++ b/lib/pear/DB/Pager.php @@ -20,7 +20,6 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // // -// $Id$ /// // Based on DB_Pager 0.7 from the pear.php.net repository. // The only modifications made have been modification of the include paths. diff --git a/lib/pear/DB/common.php b/lib/pear/DB/common.php index c56a16756..b6be6bd4d 100644 --- a/lib/pear/DB/common.php +++ b/lib/pear/DB/common.php @@ -17,8 +17,6 @@ // | Tomas V.V.Cox | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'PEAR.php'; @@ -27,7 +25,7 @@ require_once 'PEAR.php'; * inherited by all such * * @package DB - * @version $Id$ + * @version * @category Database * @author Stig Bakken * @author Tomas V.V.Cox diff --git a/lib/pear/DB/dbase.php b/lib/pear/DB/dbase.php index 28aa85349..67412482c 100644 --- a/lib/pear/DB/dbase.php +++ b/lib/pear/DB/dbase.php @@ -16,8 +16,6 @@ // | Author: Tomas V.V.Cox | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // XXX legend: // You have to compile your PHP with the --enable-dbase option @@ -29,7 +27,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Stig Bakken */ diff --git a/lib/pear/DB/fbsql.php b/lib/pear/DB/fbsql.php index bfe299c03..410e61241 100644 --- a/lib/pear/DB/fbsql.php +++ b/lib/pear/DB/fbsql.php @@ -16,8 +16,6 @@ // | Author: Frank M. Kromann | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // XXX legend: // @@ -35,7 +33,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Frank M. Kromann */ diff --git a/lib/pear/DB/ibase.php b/lib/pear/DB/ibase.php index 171e76ddd..95bf121c1 100644 --- a/lib/pear/DB/ibase.php +++ b/lib/pear/DB/ibase.php @@ -16,8 +16,6 @@ // | Author: Sterling Hughes | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // Bugs: // - If dbsyntax is not firebird, the limitQuery may fail @@ -29,7 +27,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Sterling Hughes */ diff --git a/lib/pear/DB/ifx.php b/lib/pear/DB/ifx.php index 099a7785f..cdf7fbba8 100644 --- a/lib/pear/DB/ifx.php +++ b/lib/pear/DB/ifx.php @@ -16,8 +16,6 @@ // | Author: Tomas V.V.Cox | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // Legend: // For more info on Informix errors see: @@ -34,7 +32,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Tomas V.V.Cox */ diff --git a/lib/pear/DB/ldap.php b/lib/pear/DB/ldap.php index f6a5ef330..c638f5570 100644 --- a/lib/pear/DB/ldap.php +++ b/lib/pear/DB/ldap.php @@ -23,8 +23,6 @@ // - Piotr Roszatycki // DB_ldap::base() method, support for LDAP sequences, various fixes // -// $Id$ -// // Based on DB 1.3 from the pear.php.net repository. // The only modifications made have been modification of the include paths. // diff --git a/lib/pear/DB/msql.php b/lib/pear/DB/msql.php index 40cd7bb0f..f1beff321 100644 --- a/lib/pear/DB/msql.php +++ b/lib/pear/DB/msql.php @@ -16,8 +16,6 @@ // | Author: Sterling Hughes | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'DB/common.php'; @@ -26,7 +24,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Sterling Hughes */ diff --git a/lib/pear/DB/mssql.php b/lib/pear/DB/mssql.php index 4f0e3f825..39e65b28b 100644 --- a/lib/pear/DB/mssql.php +++ b/lib/pear/DB/mssql.php @@ -16,8 +16,6 @@ // | Author: Sterling Hughes | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'DB/common.php'; @@ -26,7 +24,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Sterling Hughes */ diff --git a/lib/pear/DB/mysql.php b/lib/pear/DB/mysql.php index 02e0c37f9..d65dae950 100644 --- a/lib/pear/DB/mysql.php +++ b/lib/pear/DB/mysql.php @@ -16,8 +16,6 @@ // | Author: Stig Bakken | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // XXX legend: // @@ -37,7 +35,7 @@ require_once 'DB/common.php'; * This is for MySQL versions 4.0 and below. * * @package DB - * @version $Id$ + * @version * @category Database * @author Stig Bakken */ diff --git a/lib/pear/DB/mysqli.php b/lib/pear/DB/mysqli.php index 132676977..d37287815 100644 --- a/lib/pear/DB/mysqli.php +++ b/lib/pear/DB/mysqli.php @@ -17,8 +17,6 @@ // | Based on mysql.php by Stig Bakken | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // NOTE: The tableInfo() method must be redone because the functions it // relies on no longer exist in the new extension. @@ -36,7 +34,7 @@ require_once 'DB/common.php'; * Note that persistent connections no longer exist. * * @package DB - * @version $Id$ + * @version * @category Database * @author Chaillan Nicolas */ diff --git a/lib/pear/DB/oci8.php b/lib/pear/DB/oci8.php index d99a8a378..382ab12d6 100644 --- a/lib/pear/DB/oci8.php +++ b/lib/pear/DB/oci8.php @@ -16,8 +16,6 @@ // | Author: James L. Pine | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // be aware... OCIError() only appears to return anything when given a // statement, so functions return the generic DB_ERROR instead of more @@ -32,7 +30,7 @@ require_once 'DB/common.php'; * Definitely works with versions 8 and 9 of Oracle. * * @package DB - * @version $Id$ + * @version * @category Database * @author James L. Pine */ diff --git a/lib/pear/DB/odbc.php b/lib/pear/DB/odbc.php index fa643aec1..a17b5e665 100644 --- a/lib/pear/DB/odbc.php +++ b/lib/pear/DB/odbc.php @@ -16,8 +16,6 @@ // | Author: Stig Bakken | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // XXX legend: // More info on ODBC errors could be found here: @@ -33,7 +31,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Stig Bakken */ diff --git a/lib/pear/DB/pgsql.php b/lib/pear/DB/pgsql.php index 6db9eaf67..b7d43e0ac 100644 --- a/lib/pear/DB/pgsql.php +++ b/lib/pear/DB/pgsql.php @@ -17,8 +17,6 @@ // | Stig Bakken | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'DB/common.php'; @@ -27,7 +25,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Rui Hirokawa * @author Stig Bakken diff --git a/lib/pear/DB/sqlite.php b/lib/pear/DB/sqlite.php index a6c34d016..eda222079 100644 --- a/lib/pear/DB/sqlite.php +++ b/lib/pear/DB/sqlite.php @@ -17,8 +17,6 @@ // | Mika Tuupola | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'DB/common.php'; @@ -27,7 +25,7 @@ require_once 'DB/common.php'; * PECL extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Urs Gehrig * @author Mika Tuupola diff --git a/lib/pear/DB/storage.php b/lib/pear/DB/storage.php index bc3653375..8c05706fe 100644 --- a/lib/pear/DB/storage.php +++ b/lib/pear/DB/storage.php @@ -16,8 +16,6 @@ // | Author: Stig Bakken | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ require_once 'DB.php'; @@ -28,7 +26,7 @@ require_once 'DB.php'; * statements. * * @package DB - * @version $Id$ + * @version * @category Database * @author Stig Bakken */ diff --git a/lib/pear/DB/sybase.php b/lib/pear/DB/sybase.php index 468540eee..6e4959404 100644 --- a/lib/pear/DB/sybase.php +++ b/lib/pear/DB/sybase.php @@ -17,8 +17,6 @@ // | Antônio Carlos Venâncio Júnior | // | Maintainer: Daniel Convissor | // +----------------------------------------------------------------------+ -// -// $Id$ // TODO // - This driver may fail with multiple connections under the same @@ -31,7 +29,7 @@ require_once 'DB/common.php'; * extension. * * @package DB - * @version $Id$ + * @version * @category Database * @author Sterling Hughes * @author Antônio Carlos Venâncio Júnior diff --git a/tests/unit/lib/AtomParserTest.php b/tests/unit/lib/AtomParserTest.php index 1d540e6a7..79a80f8b2 100644 --- a/tests/unit/lib/AtomParserTest.php +++ b/tests/unit/lib/AtomParserTest.php @@ -1,5 +1,4 @@ */ diff --git a/tests/unit/lib/InlineParserTest.php b/tests/unit/lib/InlineParserTest.php index 8a0199ee0..0570b7fae 100644 --- a/tests/unit/lib/InlineParserTest.php +++ b/tests/unit/lib/InlineParserTest.php @@ -1,6 +1,4 @@ * (C) 2006, 2007 Reini Urban */ diff --git a/tests/unit/lib/PageListTest.php b/tests/unit/lib/PageListTest.php index 51b06057e..a40b81ac4 100644 --- a/tests/unit/lib/PageListTest.php +++ b/tests/unit/lib/PageListTest.php @@ -1,4 +1,4 @@ -