From 05d55bbe96eb1da2e7fbaedf817d49f00e036638 Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 1 Oct 2012 08:36:17 +0000 Subject: [PATCH] Remove svn:keywords git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8346 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/XMLRPC/xmlrpc.inc | 4 +--- lib/XMLRPC/xmlrpc_emu.inc | 5 +---- lib/XMLRPC/xmlrpcs.inc | 1 - lib/XMLRPC/xmlrpcs_emu.inc | 4 +--- tests/unit/mysql-test-destroy.sql | 2 -- tests/unit/mysql-test-initialize.sql | 1 - tests/unit/psql-test-initialize.sql | 1 - 7 files changed, 3 insertions(+), 15 deletions(-) diff --git a/lib/XMLRPC/xmlrpc.inc b/lib/XMLRPC/xmlrpc.inc index 6cc23ed1b..1768acd59 100644 --- a/lib/XMLRPC/xmlrpc.inc +++ b/lib/XMLRPC/xmlrpc.inc @@ -1,8 +1,6 @@ - -// $Id$ - // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. diff --git a/lib/XMLRPC/xmlrpc_emu.inc b/lib/XMLRPC/xmlrpc_emu.inc index 954b56c80..d74887236 100644 --- a/lib/XMLRPC/xmlrpc_emu.inc +++ b/lib/XMLRPC/xmlrpc_emu.inc @@ -36,9 +36,6 @@ Notes: // // -// $Id$ - - // Copyright (c) 1999,2000,2001 Edd Dumbill. // All rights reserved. // @@ -675,4 +672,4 @@ function php_to_val($php_val) { return $xmlrpc_val; } -?> \ No newline at end of file +?> diff --git a/lib/XMLRPC/xmlrpcs.inc b/lib/XMLRPC/xmlrpcs.inc index 6f4c608de..8aa821eee 100644 --- a/lib/XMLRPC/xmlrpcs.inc +++ b/lib/XMLRPC/xmlrpcs.inc @@ -1,7 +1,6 @@ -// $Id$ // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. diff --git a/lib/XMLRPC/xmlrpcs_emu.inc b/lib/XMLRPC/xmlrpcs_emu.inc index 473d53b9c..63a760f61 100644 --- a/lib/XMLRPC/xmlrpcs_emu.inc +++ b/lib/XMLRPC/xmlrpcs_emu.inc @@ -38,10 +38,8 @@ Notes: */ - // by Edd Dumbill (C) 1999,2000 // -// $Id$ // License is granted to use or modify this software ("XML-RPC for PHP") // for commercial or non-commercial use provided the copyright of the author @@ -269,4 +267,4 @@ function xmlrpc_debugmsg($m) global $_xmlrpc_debuginfo; $_xmlrpc_debuginfo=$_xmlrpc_debuginfo . $m . "\n"; } -?> \ No newline at end of file +?> diff --git a/tests/unit/mysql-test-destroy.sql b/tests/unit/mysql-test-destroy.sql index 4c86fb012..2931a262d 100644 --- a/tests/unit/mysql-test-destroy.sql +++ b/tests/unit/mysql-test-destroy.sql @@ -1,5 +1,3 @@ --- $Id$ - drop table if exists test_page; drop table if exists test_version; drop table if exists test_recent; diff --git a/tests/unit/mysql-test-initialize.sql b/tests/unit/mysql-test-initialize.sql index 1af37ff45..6b2084895 100644 --- a/tests/unit/mysql-test-initialize.sql +++ b/tests/unit/mysql-test-initialize.sql @@ -1,4 +1,3 @@ --- $Id$ -- for the regression suite drop table if exists test_page; diff --git a/tests/unit/psql-test-initialize.sql b/tests/unit/psql-test-initialize.sql index bf1bca86b..38b208ab7 100644 --- a/tests/unit/psql-test-initialize.sql +++ b/tests/unit/psql-test-initialize.sql @@ -1,4 +1,3 @@ --- $Id$ -- for the regression suite \set prefix 'test_' -- 2.45.0