From 9aa9438d661722f25946e60ff1c3bd8a23a2e6d2 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 26 May 2010 14:49:20 -0400 Subject: [PATCH] Hermes: Remove $Horde$ --- hermes/admin.php | 2 -- hermes/config/conf.xml | 1 - hermes/config/prefs.php.dist | 2 -- hermes/deliverables.php | 2 -- hermes/entry.php | 2 -- hermes/index.php | 2 -- hermes/invoicing.php | 2 -- hermes/lib/Admin.php | 4 +--- hermes/lib/Block/tree_menu.php | 2 -- hermes/lib/Block/tree_stopwatch.php | 2 -- hermes/lib/Data/hermes_csv.php | 2 -- hermes/lib/Data/hermes_tsv.php | 2 -- hermes/lib/Data/hermes_xls.php | 2 -- hermes/lib/Data/iif.php | 2 -- hermes/lib/Data/qbxml.php | 2 -- hermes/lib/Driver.php | 2 -- hermes/lib/Driver/sql.php | 2 -- hermes/lib/Forms/Deliverable.php | 2 -- hermes/lib/Forms/Export.php | 2 -- hermes/lib/Forms/Search.php | 2 -- hermes/lib/Forms/Time.php | 2 -- hermes/lib/Hermes.php | 2 -- hermes/lib/Table.php | 2 -- hermes/locale/en_US/help.xml | 1 - hermes/locale/es_ES/help.xml | 1 - hermes/scripts/Sandals.wdgt/Info.plist | 1 - .../Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist | 1 - hermes/scripts/Sandals.wdgt/Sandals.html | 1 - hermes/scripts/Sandals.wdgt/lib/Sandals.js | 1 - hermes/scripts/Sandals.wdgt/lib/horde.js | 2 -- hermes/scripts/Sandals.wdgt/lib/open_calendar.js | 1 - hermes/scripts/Sandals.wdgt/lib/stripe.js | 2 -- hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js | 1 - hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css | 4 ---- hermes/scripts/Sandals.wdgt/themes/hermes-screen.css | 4 ---- hermes/scripts/Sandals.wdgt/themes/sandals-screen.css | 1 - hermes/scripts/Sandals.wdgt/themes/screen.css | 4 ---- hermes/scripts/sql/hermes.mssql.sql | 1 - hermes/scripts/sql/hermes.oci8.sql | 1 - hermes/scripts/sql/hermes.sql | 1 - hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql | 1 - hermes/search.php | 2 -- hermes/start.php | 2 -- hermes/themes/print/screen.css | 3 --- hermes/themes/screen.css | 3 --- 45 files changed, 1 insertion(+), 85 deletions(-) diff --git a/hermes/admin.php b/hermes/admin.php index bf136de87..6b324eec7 100644 --- a/hermes/admin.php +++ b/hermes/admin.php @@ -1,7 +1,5 @@ - Time Tracking Settings diff --git a/hermes/config/prefs.php.dist b/hermes/config/prefs.php.dist index e27d551df..a08533934 100644 --- a/hermes/config/prefs.php.dist +++ b/hermes/config/prefs.php.dist @@ -1,7 +1,5 @@ * @since Hermes 0.1 * @package Hermes diff --git a/hermes/lib/Driver/sql.php b/hermes/lib/Driver/sql.php index 433e2c9b2..aa9e6c07d 100644 --- a/hermes/lib/Driver/sql.php +++ b/hermes/lib/Driver/sql.php @@ -2,8 +2,6 @@ /** * Hermes storage implementation for PHP's PEAR database abstraction layer. * - * $Horde: hermes/lib/Driver/sql.php,v 1.68 2009/07/14 00:25:33 mrubinsk Exp $ - * * Required values for $params:
  *      'phptype'       The database type (e.g. 'pgsql', 'mysql', etc.).
* diff --git a/hermes/lib/Forms/Deliverable.php b/hermes/lib/Forms/Deliverable.php index a25b85331..c2964adb1 100644 --- a/hermes/lib/Forms/Deliverable.php +++ b/hermes/lib/Forms/Deliverable.php @@ -5,8 +5,6 @@ require_once 'Horde/Form.php'; /** * DeliverableClientSelector - Form for selecting client on deliverables screen * - * $Horde: hermes/lib/Forms/Deliverable.php,v 1.7 2009/01/06 17:50:09 jan Exp $ - * * Copyright 2002-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file LICENSE for license information (BSD). If you diff --git a/hermes/lib/Forms/Export.php b/hermes/lib/Forms/Export.php index 028f1febd..b3fc12c5b 100644 --- a/hermes/lib/Forms/Export.php +++ b/hermes/lib/Forms/Export.php @@ -2,8 +2,6 @@ /** * @package Hermes * - * $Horde: hermes/lib/Forms/Export.php,v 1.9 2009/12/01 12:52:41 jan Exp $ - * * Copyright 2002-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file LICENSE for license information (BSD). If you diff --git a/hermes/lib/Forms/Search.php b/hermes/lib/Forms/Search.php index ec62ec2d5..cfb86312c 100644 --- a/hermes/lib/Forms/Search.php +++ b/hermes/lib/Forms/Search.php @@ -2,8 +2,6 @@ /** * @package Hermes * - * $Horde: hermes/lib/Forms/Search.php,v 1.15 2010/04/21 17:33:10 jan Exp $ - * * Copyright 2002-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file LICENSE for license information (BSD). If you diff --git a/hermes/lib/Forms/Time.php b/hermes/lib/Forms/Time.php index ae4901901..5e50706b7 100644 --- a/hermes/lib/Forms/Time.php +++ b/hermes/lib/Forms/Time.php @@ -2,8 +2,6 @@ /** * @package Hermes * - * $Horde: hermes/lib/Forms/Time.php,v 1.23 2009/07/08 18:29:08 slusarz Exp $ - * * Copyright 2002-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file LICENSE for license information (BSD). If you diff --git a/hermes/lib/Hermes.php b/hermes/lib/Hermes.php index a18439b8d..7edb93d1b 100644 --- a/hermes/lib/Hermes.php +++ b/hermes/lib/Hermes.php @@ -2,8 +2,6 @@ /** * Hermes Base Class. * - * $Horde: hermes/lib/Hermes.php,v 1.66 2009/12/10 17:42:31 jan Exp $ - * * @author Chuck Hagenbuch * @package Hermes */ diff --git a/hermes/lib/Table.php b/hermes/lib/Table.php index 5025aefb2..1b2cea03c 100644 --- a/hermes/lib/Table.php +++ b/hermes/lib/Table.php @@ -3,8 +3,6 @@ * The Horde_UI_Table:: class displays and allows manipulation of tabular * data. * - * $Horde: hermes/lib/Table.php,v 1.10 2009/12/10 17:42:31 jan Exp $ - * * Copyright 2001 Robert E. Coyle * * See the enclosed file LICENSE for license information (BSD). If you diff --git a/hermes/locale/en_US/help.xml b/hermes/locale/en_US/help.xml index bddd95ab4..1db7518c8 100644 --- a/hermes/locale/en_US/help.xml +++ b/hermes/locale/en_US/help.xml @@ -1,5 +1,4 @@ - Hermes Job Types diff --git a/hermes/locale/es_ES/help.xml b/hermes/locale/es_ES/help.xml index 0202ccb88..6177b40f6 100644 --- a/hermes/locale/es_ES/help.xml +++ b/hermes/locale/es_ES/help.xml @@ -1,5 +1,4 @@ - Tipos de objetos de trabajo/facturables de Hermes diff --git a/hermes/scripts/Sandals.wdgt/Info.plist b/hermes/scripts/Sandals.wdgt/Info.plist index 10636d421..a365d015f 100644 --- a/hermes/scripts/Sandals.wdgt/Info.plist +++ b/hermes/scripts/Sandals.wdgt/Info.plist @@ -1,5 +1,4 @@ - diff --git a/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist b/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist index b11b89893..066204c63 100644 --- a/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist +++ b/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist @@ -1,5 +1,4 @@ - diff --git a/hermes/scripts/Sandals.wdgt/Sandals.html b/hermes/scripts/Sandals.wdgt/Sandals.html index f20641341..fa8007d7a 100644 --- a/hermes/scripts/Sandals.wdgt/Sandals.html +++ b/hermes/scripts/Sandals.wdgt/Sandals.html @@ -1,6 +1,5 @@ - diff --git a/hermes/scripts/Sandals.wdgt/lib/Sandals.js b/hermes/scripts/Sandals.wdgt/lib/Sandals.js index d7c5e5651..37fbf10bf 100644 --- a/hermes/scripts/Sandals.wdgt/lib/Sandals.js +++ b/hermes/scripts/Sandals.wdgt/lib/Sandals.js @@ -1,5 +1,4 @@ /** - * $Horde: hermes/scripts/Sandals.wdgt/lib/Sandals.js,v 1.5 2008/03/11 22:57:38 bklang Exp $ * This file is part of Sandals.wdgt, distributed with the Hermes application. * Hermes is part of the Horde Project (http://www.horde.org/) * diff --git a/hermes/scripts/Sandals.wdgt/lib/horde.js b/hermes/scripts/Sandals.wdgt/lib/horde.js index 876e240b2..2335a4eb2 100644 --- a/hermes/scripts/Sandals.wdgt/lib/horde.js +++ b/hermes/scripts/Sandals.wdgt/lib/horde.js @@ -1,8 +1,6 @@ /** * General Horde UI effects javascript. * - * $Horde: hermes/scripts/Sandals.wdgt/lib/horde.js,v 1.2 2008/03/08 06:52:38 bklang Exp $ - * * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. */ diff --git a/hermes/scripts/Sandals.wdgt/lib/open_calendar.js b/hermes/scripts/Sandals.wdgt/lib/open_calendar.js index 9f7223af6..9562564d4 100644 --- a/hermes/scripts/Sandals.wdgt/lib/open_calendar.js +++ b/hermes/scripts/Sandals.wdgt/lib/open_calendar.js @@ -4,7 +4,6 @@ * * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. - * $Horde: hermes/scripts/Sandals.wdgt/lib/open_calendar.js,v 1.3 2009/01/06 17:50:10 jan Exp $ */ /** diff --git a/hermes/scripts/Sandals.wdgt/lib/stripe.js b/hermes/scripts/Sandals.wdgt/lib/stripe.js index 33088881d..fccd454a2 100644 --- a/hermes/scripts/Sandals.wdgt/lib/stripe.js +++ b/hermes/scripts/Sandals.wdgt/lib/stripe.js @@ -4,8 +4,6 @@ * * Copyright 2006-2009 The Horde Project (http://www.horde.org/) * - * $Horde: hermes/scripts/Sandals.wdgt/lib/stripe.js,v 1.3 2009/01/06 17:50:10 jan Exp $ - * * @author Chuck Hagenbuch * @author Matt Warden * diff --git a/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js b/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js index 4c2d1a298..d25f0864b 100644 --- a/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js +++ b/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js @@ -2,7 +2,6 @@ * This file is distributed as a component of Sandals.wdgt * Sandals is a part of the Hermes application of the Horde Project * The Horde Project (http://www.horde.org/) - * $Horde: hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js,v 1.3 2009/01/06 17:50:10 jan Exp $ * * Copyright 2000, 2001, 2002 Virtual Cowboys info@virtualcowboys.nl * diff --git a/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css b/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css index 4d3dcddf5..182ea2258 100644 --- a/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css,v 1.1 2008/03/08 06:49:07 bklang Exp $ - */ - body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #fff; diff --git a/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css b/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css index ffe0348d9..8cb8dbbd8 100644 --- a/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: hermes/scripts/Sandals.wdgt/themes/hermes-screen.css,v 1.1 2008/03/08 06:49:07 bklang Exp $ - */ - /* Special handling for non-printed timesheets. */ #approval { display: none; diff --git a/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css b/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css index fc56db442..2d5f143ae 100644 --- a/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css @@ -1,4 +1,3 @@ -/* $Horde: hermes/scripts/Sandals.wdgt/themes/sandals-screen.css,v 1.2 2008/03/08 06:52:38 bklang Exp $ */ #title { width: 100%; diff --git a/hermes/scripts/Sandals.wdgt/themes/screen.css b/hermes/scripts/Sandals.wdgt/themes/screen.css index 28538873b..346c6920a 100644 --- a/hermes/scripts/Sandals.wdgt/themes/screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: hermes/scripts/Sandals.wdgt/themes/screen.css,v 1.2 2008/04/08 18:07:29 chuck Exp $ - */ - /* Global default styles. */ * { /* Zero out all padding and margins to start with for better diff --git a/hermes/scripts/sql/hermes.mssql.sql b/hermes/scripts/sql/hermes.mssql.sql index 16dd6f40d..61b8ad070 100644 --- a/hermes/scripts/sql/hermes.mssql.sql +++ b/hermes/scripts/sql/hermes.mssql.sql @@ -1,4 +1,3 @@ --- $Horde: hermes/scripts/sql/hermes.mssql.sql,v 1.7 2008/06/30 09:03:11 jan Exp $ CREATE TABLE hermes_timeslices ( timeslice_id INT NOT NULL, diff --git a/hermes/scripts/sql/hermes.oci8.sql b/hermes/scripts/sql/hermes.oci8.sql index c72abfdbd..2bb52e30e 100644 --- a/hermes/scripts/sql/hermes.oci8.sql +++ b/hermes/scripts/sql/hermes.oci8.sql @@ -1,4 +1,3 @@ --- $Horde: hermes/scripts/sql/hermes.oci8.sql,v 1.8 2009/10/19 11:18:26 jan Exp $ CREATE TABLE hermes_timeslices ( timeslice_id NUMBER(16) NOT NULL, diff --git a/hermes/scripts/sql/hermes.sql b/hermes/scripts/sql/hermes.sql index 1562baac8..2b8387c82 100644 --- a/hermes/scripts/sql/hermes.sql +++ b/hermes/scripts/sql/hermes.sql @@ -1,4 +1,3 @@ --- $Horde: hermes/scripts/sql/hermes.sql,v 1.15 2008/06/30 22:39:27 jan Exp $ CREATE TABLE hermes_timeslices ( timeslice_id INT NOT NULL, diff --git a/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql b/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql index d47847836..7065a7d35 100644 --- a/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql +++ b/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql @@ -1,4 +1,3 @@ --- $Horde: hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql,v 1.1 2007/04/19 23:14:43 jan Exp $ DROP TABLE hermes_invoice_batches; DROP TABLE hermes_invoices; diff --git a/hermes/search.php b/hermes/search.php index 7937ee7ea..d42033e8a 100644 --- a/hermes/search.php +++ b/hermes/search.php @@ -1,7 +1,5 @@