Fix copyrights
authorBen Klang <ben@alkaloid.net>
Sat, 5 Jul 2008 17:19:59 +0000 (17:19 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:28 +0000 (23:05 -0500)
graphgen.php
index.php
lib/Driver.php
lib/Driver/asterisksql.php
lib/Operator.php
lib/api.php
lib/base.php
search.php
viewgraph.php

index 9562976..04f8528 100644 (file)
@@ -1,8 +1,8 @@
 <?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.
index bab9245..0acf17d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
 <?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.
index 8f432f9..7d51f6a 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.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.
index b990d8f..f55b0bc 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.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.
index 1dc2fd7..4200565 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * 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.
index ae92a72..9c30776 100644 (file)
@@ -5,11 +5,14 @@
  * 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
  */
 
index 0e9fbdc..30fdc92 100644 (file)
@@ -2,10 +2,14 @@
 /**
  * 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
index 74de0d6..629fdec 100644 (file)
@@ -1,8 +1,8 @@
 <?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.
index c22ab3b..efb48f7 100644 (file)
@@ -1,8 +1,8 @@
 <?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.