From 529f344ab041fd6cb3745cc736604fdc4f84fb89 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 8 Dec 2005 20:56:21 +0000 Subject: [PATCH] Adding keywords git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@149 06cd67b6-e706-0410-b29e-9de616bca6e9 --- config/conf.xml | 2 +- dialplan.php | 2 +- dialplan/edit.php | 2 +- index.php | 2 +- lib/Dialplan.php | 4 ++-- lib/Driver.php | 4 ++-- lib/Shout.php | 4 ++-- lib/System.php | 2 +- lib/User.php | 2 +- lib/api.php | 2 +- lib/base.php | 2 +- lib/defines.php | 2 +- main/system.php | 2 +- security.php | 2 +- templates/javascript/dialplan.js | 2 +- users.php | 2 +- users/add.php | 2 +- users/delete.php | 2 +- users/edit.php | 2 +- users/save.php | 2 +- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/config/conf.xml b/config/conf.xml index 8da45a981..2e0a5033a 100644 --- a/config/conf.xml +++ b/config/conf.xml @@ -1,5 +1,5 @@ - + diff --git a/dialplan.php b/dialplan.php index 6fb64ba77..fcaa44378 100644 --- a/dialplan.php +++ b/dialplan.php @@ -1,6 +1,6 @@ * diff --git a/dialplan/edit.php b/dialplan/edit.php index 21e42a108..18ef2b4c9 100644 --- a/dialplan/edit.php +++ b/dialplan/edit.php @@ -1,6 +1,6 @@ * diff --git a/index.php b/index.php index 8d29eaed4..dc69e5d84 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ * diff --git a/lib/Dialplan.php b/lib/Dialplan.php index 1447f5a86..0549b3294 100644 --- a/lib/Dialplan.php +++ b/lib/Dialplan.php @@ -1,6 +1,6 @@ * @@ -21,7 +21,7 @@ * 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: framework/Tree/Tree.php,v 1.46.6.7 2005/07/03 05:22:36 selsky Exp $ + * $Id$ * * @author Ben Klang * @package Shout_Dialplan diff --git a/lib/Driver.php b/lib/Driver.php index e9674c7d6..dcc3e6e7d 100644 --- a/lib/Driver.php +++ b/lib/Driver.php @@ -2,7 +2,7 @@ /** * Shout_Driver:: defines an API for implementing storage backends for Shout. * - * $Horde: shout/lib/Driver.php,v 0.01 2005/06/28 11:15:03 ben Exp $ + * $Id$ * * Copyright 2005 Ben Klang * @@ -10,7 +10,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Ben Klang - * @version $Revision$ + * @version $Revision: 76 $ * @since Shout 0.1 * @package Shout */ diff --git a/lib/Shout.php b/lib/Shout.php index 0292e130f..aca316965 100644 --- a/lib/Shout.php +++ b/lib/Shout.php @@ -2,7 +2,7 @@ /** * Shout:: defines an set of classes for the Shout application. * - * $Horde: shout/lib/Shout.php,v 0.01 2005/06/28 11:15:03 ben Exp $ + * $Id$ * * Copyright 2005 Ben Klang * @@ -10,7 +10,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Ben Klang - * @version $Revision$ + * @version $Revision: 94 $ * @since Shout 0.1 * @package Shout */ diff --git a/lib/System.php b/lib/System.php index e7f4dcf73..6346462f6 100644 --- a/lib/System.php +++ b/lib/System.php @@ -2,7 +2,7 @@ /** * ContextForm Class * - * $Horde: shout/lib/System.php,v 1.0 2005/07/07 23:48:11 ben Exp $ + * $Id$ * * Copyright 2005 Ben Klang * diff --git a/lib/User.php b/lib/User.php index e35dac60a..d41f7fbdd 100644 --- a/lib/User.php +++ b/lib/User.php @@ -1,6 +1,6 @@ * diff --git a/lib/api.php b/lib/api.php index 2437a0831..92c583f2a 100644 --- a/lib/api.php +++ b/lib/api.php @@ -2,7 +2,7 @@ /** * Shout external API interface. * - * $Horde: shout/lib/api.php,v 1.120.2.4 2005/01/24 11:01:27 ben Exp $ + * $Id$ * * This file defines Shout's external API interface. Other * applications can interact with Shout through this API. diff --git a/lib/base.php b/lib/base.php index 31e01df49..182dfdba3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -2,7 +2,7 @@ /** * Shout base inclusion file. * - * $Horde: shout/lib/base.php,v 0.1 2005/06/29 01:00:23 ben Exp $ + * $Id$ * * This file brings in all of the dependencies that every Shout * script will need and sets up objects that all scripts use. diff --git a/lib/defines.php b/lib/defines.php index 098be3cd9..d9147fbc5 100644 --- a/lib/defines.php +++ b/lib/defines.php @@ -2,7 +2,7 @@ /** * Shout external API interface. * - * $Horde: shout/lib/defines.php,v 1.120.2.4 2005/01/24 11:01:27 ben Exp $ + * $Id$ * * This file defines Shout's constants. Any file needing to use the * driver or external API should require_once() this file. diff --git a/main/system.php b/main/system.php index c529220cc..e0a2b2084 100644 --- a/main/system.php +++ b/main/system.php @@ -1,6 +1,6 @@ * diff --git a/security.php b/security.php index c437f19ff..55d47934a 100644 --- a/security.php +++ b/security.php @@ -1,6 +1,6 @@ * diff --git a/templates/javascript/dialplan.js b/templates/javascript/dialplan.js index 0b9d2cbf7..b0f06c3e6 100644 --- a/templates/javascript/dialplan.js +++ b/templates/javascript/dialplan.js @@ -8,7 +8,7 @@ * See the enclosed file COPYING for license information (GPL). If you did not * receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * $Horde: shout/templates/javascript/dialplan.js,v 1.0.0.1 2005/11/10 06:23:22 ben Exp $ + * $Id$ * * @author Ben Klang * @package Shout diff --git a/users.php b/users.php index cbff82e5e..ea902d7fc 100644 --- a/users.php +++ b/users.php @@ -1,6 +1,6 @@ * diff --git a/users/add.php b/users/add.php index af1352f89..16f3f3b8c 100644 --- a/users/add.php +++ b/users/add.php @@ -1,6 +1,6 @@ * diff --git a/users/delete.php b/users/delete.php index 66aab0ccb..b809b740f 100644 --- a/users/delete.php +++ b/users/delete.php @@ -1,6 +1,6 @@ * diff --git a/users/edit.php b/users/edit.php index 86460603a..0d920ea17 100644 --- a/users/edit.php +++ b/users/edit.php @@ -1,6 +1,6 @@ * diff --git a/users/save.php b/users/save.php index 230f571e0..d41cbf3fc 100644 --- a/users/save.php +++ b/users/save.php @@ -1,6 +1,6 @@ * -- 2.11.0