Fix @package description; add @license tag
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 May 2010 17:25:07 +0000 (11:25 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 May 2010 18:10:30 +0000 (12:10 -0600)
horde/docs/CODING_STANDARDS

index e58b461..d4db778 100644 (file)
@@ -257,9 +257,10 @@ Example for `LGPL`_'ed Horde code::
      *
      * @author   Original Author <author@example.com>
      * @author   Your Name <you@example.com>
-     * @since    Horde 4.0.1 [only if needed]
      * @category Horde
-     * @package  Horde_Package
+     * @package  Package
+     * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+     * @since    Horde 4.0.1 [only if needed]
      */
 
 .. _LGPL: http://www.opensource.org/licenses/lgpl-license.php
@@ -277,9 +278,10 @@ Example for `GPL`_'ed application code::
      *
      * @author   Original Author <author@example.com>
      * @author   Your Name <you@example.com>
-     * @since    App 1.0.1 [only if needed]
      * @category Horde
-     * @package  app
+     * @package  App
+     * @license  http://www.fsf.org/copyleft/gpl.html GPL
+     * @since    App 1.0.1 [only if needed]
      */