From: Michael M Slusarz Date: Wed, 19 May 2010 17:25:07 +0000 (-0600) Subject: Fix @package description; add @license tag X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5e2dfa927f89ca13fdcc17cb9bd918feb6622d10;p=horde.git Fix @package description; add @license tag --- diff --git a/horde/docs/CODING_STANDARDS b/horde/docs/CODING_STANDARDS index e58b461c3..d4db778ba 100644 --- a/horde/docs/CODING_STANDARDS +++ b/horde/docs/CODING_STANDARDS @@ -257,9 +257,10 @@ Example for `LGPL`_'ed Horde code:: * * @author Original Author * @author Your Name - * @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 Your Name - * @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] */