phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Jan 2010 06:30:17 +0000 (23:30 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Jan 2010 16:33:00 +0000 (09:33 -0700)
ansel/lib/Application.php
horde/lib/Application.php
hylax/lib/Application.php
imp/lib/Application.php
ingo/lib/Application.php
jeta/lib/Application.php
kronolith/lib/Application.php
skeleton/lib/Application.php
turba/lib/Application.php

index da5aa69..deec101 100644 (file)
@@ -3,7 +3,7 @@
  * Ansel application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Ansel through this API.
  *
  * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
  *
index b56ebd3..d661dc9 100644 (file)
@@ -5,6 +5,8 @@
  * This file defines Horde's core API interface. Other core Horde libraries
  * can interact with Horde through this API.
  *
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
+ *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
index 679f5db..aec8e9f 100644 (file)
@@ -9,6 +9,8 @@
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @package Hylax
  */
 
 if (!defined('HYLAX_BASE')) {
index 0a2ee78..afb0ce3 100644 (file)
@@ -3,7 +3,9 @@
  * IMP application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with IMP through this API.
+ *
+ * Copyright 2010 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 4b707d0..b28c3fb 100644 (file)
@@ -3,7 +3,7 @@
  * Ingo application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Ingo through this API.
  *
  * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
index 2851f34..0044598 100644 (file)
@@ -3,7 +3,9 @@
  * Jeta application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Jeta through this API.
+ *
+ * Copyright 2010 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 f32753d..ff376c0 100644 (file)
@@ -3,7 +3,9 @@
  * Kronolith application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Kronolith through this API.
+ *
+ * Copyright 2010 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 6322068..57e6537 100644 (file)
@@ -3,12 +3,14 @@
  * Skeleton application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Skeleton through this API.
+ *
+ * Copyright 2010 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.
  *
- * @package IMP
+ * @package Skeleton
  */
 
 /* Determine the base directories. */
index ef4ed75..53996b2 100644 (file)
@@ -3,7 +3,9 @@
  * Turba application API.
  *
  * This file defines Horde's core API interface. Other core Horde libraries
- * can interact with Horde through this API.
+ * can interact with Turba through this API.
+ *
+ * Copyright 2010 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.