<?php
/**
- * $Horde: incubator/operator/graphgen.php,v 1.3 2008/07/05 14:38:22 bklang Exp $
+ * $Horde: incubator/operator/graphgen.php,v 1.4 2008/07/05 17:19:59 bklang Exp $
*
- * Copyright 2008 Alkaloid Networks LLC <http://projects.alkaloid.net>
+ * Copyright 2008 The Horde Project <http://www.horde.org>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
<?php
/**
- * $Horde: incubator/operator/index.php,v 1.2 2008/07/03 14:29:15 bklang Exp $
+ * $Horde: incubator/operator/index.php,v 1.3 2008/07/05 17:19:59 bklang Exp $
*
- * Copyright 2008 Alkaloid Networks LLC <http://projects.alkaloid.net>
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
* Operator_Driver:: defines an API for implementing storage backends for
* Operator.
*
- * $Horde: incubator/operator/lib/Driver.php,v 1.2 2008/06/27 04:03:51 bklang Exp $
+ * $Horde: incubator/operator/lib/Driver.php,v 1.3 2008/07/05 17:20:00 bklang Exp $
*
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
* The table structure can be created by the scripts/sql/operator_foo.sql
* script.
*
- * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.8 2008/07/03 14:29:17 bklang Exp $
+ * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.9 2008/07/05 17:20:00 bklang Exp $
*
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
/**
* Operator Base Class.
*
- * $Horde: incubator/operator/lib/Operator.php,v 1.7 2008/07/05 15:53:39 bklang Exp $
+ * $Horde: incubator/operator/lib/Operator.php,v 1.8 2008/07/05 17:20:00 bklang Exp $
*
- * Copyright 2008 Alkaloid Networks LLC <http://projects.alkaloid.net>
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
* This file defines Operator's external API interface. Other applications
* can interact with Operator through this API.
*
- * $Horde: incubator/operator/lib/api.php,v 1.1 2008/07/05 15:53:39 bklang Exp $
+ * $Horde: incubator/operator/lib/api.php,v 1.2 2008/07/05 17:20:00 bklang Exp $
+ *
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
+ * @author Ben Klang <ben@alkaloid.net>
* @package Operator
*/
/**
* Operator base application file.
*
- * $Horde: incubator/operator/lib/base.php,v 1.3 2008/06/27 17:17:11 bklang Exp $
+ * $Horde: incubator/operator/lib/base.php,v 1.4 2008/07/05 17:20:00 bklang Exp $
*
* This file brings in all of the dependencies that every Operator script will
* need, and sets up objects that all scripts use.
+ *
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
+ *
+ * @author Ben Klang <ben@alkaloid.net>
*/
// Check for a prior definition of HORDE_BASE (perhaps by an auto_prepend_file
<?php
/**
- * $Horde: incubator/operator/search.php,v 1.6 2008/07/05 14:55:32 bklang Exp $
+ * $Horde: incubator/operator/search.php,v 1.7 2008/07/05 17:19:59 bklang Exp $
*
- * Copyright 2008 Alkaloid Networks LLC <http://projects.alkaloid.net>
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
<?php
/**
- * $Horde: incubator/operator/viewgraph.php,v 1.7 2008/07/05 14:53:54 bklang Exp $
+ * $Horde: incubator/operator/viewgraph.php,v 1.8 2008/07/05 17:19:59 bklang Exp $
*
- * Copyright 2008 Alkaloid Networks LLC <http://projects.alkaloid.net>
+ * Copyright 2008 The Horde Project <http://www.horde.org/>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.