Happy New Year
authorJan Schneider <jan@horde.org>
Tue, 6 Jan 2009 17:51:06 +0000 (17:51 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:29 +0000 (23:05 -0500)
COPYING
graphgen.php
index.php
lib/Driver.php
lib/Driver/asterisksql.php
lib/Operator.php
lib/api.php
lib/base.php
search.php
viewgraph.php

diff --git a/COPYING b/COPYING
index 5a965fb..a6b6756 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                    GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1989, 1991 Free Software Foundation, Inc.
      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
index d15894a..4106d35 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * $Horde: incubator/operator/graphgen.php,v 1.7 2008/07/08 15:16:22 bklang Exp $
+ * $Horde: incubator/operator/graphgen.php,v 1.8 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org>
+ * Copyright 2008-2009 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.
index 0acf17d..bb539f4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
 <?php
 /**
- * $Horde: incubator/operator/index.php,v 1.3 2008/07/05 17:19:59 bklang Exp $
+ * $Horde: incubator/operator/index.php,v 1.4 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.
index 130579d..caef17e 100644 (file)
@@ -3,9 +3,9 @@
  * Operator_Driver:: defines an API for implementing storage backends for
  * Operator.
  *
- * $Horde: incubator/operator/lib/Driver.php,v 1.4 2008/07/06 18:21:50 bklang Exp $
+ * $Horde: incubator/operator/lib/Driver.php,v 1.5 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2007-2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2007-2009 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.
index 6053882..3df1acd 100644 (file)
@@ -20,9 +20,9 @@
  * The table structure can be created by the scripts/sql/operator_foo.sql
  * script.
  *
- * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.10 2008/07/06 18:21:50 bklang Exp $
+ * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.11 2009/01/06 17:51:07 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.
index 079be0d..5b8d942 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Operator Base Class.
  *
- * $Horde: incubator/operator/lib/Operator.php,v 1.12 2008/07/08 15:35:52 bklang Exp $
+ * $Horde: incubator/operator/lib/Operator.php,v 1.13 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.
index 9c30776..1163589 100644 (file)
@@ -5,9 +5,9 @@
  * 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.2 2008/07/05 17:20:00 bklang Exp $
+ * $Horde: incubator/operator/lib/api.php,v 1.3 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.
index 30fdc92..9653877 100644 (file)
@@ -2,12 +2,12 @@
 /**
  * Operator base application file.
  *
- * $Horde: incubator/operator/lib/base.php,v 1.4 2008/07/05 17:20:00 bklang Exp $
+ * $Horde: incubator/operator/lib/base.php,v 1.5 2009/01/06 17:51:06 jan 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/>
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author Ben Klang <ben@alkaloid.net>
  */
index 8d0bcb7..7dbccd4 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * $Horde: incubator/operator/search.php,v 1.9 2008/07/08 15:13:42 bklang Exp $
+ * $Horde: incubator/operator/search.php,v 1.10 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.
index efb48f7..2aab8ec 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * $Horde: incubator/operator/viewgraph.php,v 1.8 2008/07/05 17:19:59 bklang Exp $
+ * $Horde: incubator/operator/viewgraph.php,v 1.9 2009/01/06 17:51:06 jan Exp $
  *
- * Copyright 2008 The Horde Project <http://www.horde.org/>
+ * Copyright 2008-2009 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.