[Assorted-commits] SF.net SVN: assorted:[1539] shell-tools/trunk/src/bash-commons/assorted. bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-12-31 01:02:22
|
Revision: 1539 http://assorted.svn.sourceforge.net/assorted/?rev=1539&view=rev Author: yangzhang Date: 2009-12-31 01:02:05 +0000 (Thu, 31 Dec 2009) Log Message: ----------- added agpl3 Modified Paths: -------------- shell-tools/trunk/src/bash-commons/assorted.bash Modified: shell-tools/trunk/src/bash-commons/assorted.bash =================================================================== --- shell-tools/trunk/src/bash-commons/assorted.bash 2009-12-31 00:59:53 UTC (rev 1538) +++ shell-tools/trunk/src/bash-commons/assorted.bash 2009-12-31 01:02:05 UTC (rev 1539) @@ -108,6 +108,9 @@ local license_text license_links case $license in + agpl3 ) + license_text='the [GNU AGPL3]' + license_links='[GNU AGPL3]: http://www.gnu.org/licenses/agpl-3.0.html' ;; boost ) license_text='the [Boost Software License][BSL]' license_links='[BSL]: http://www.boost.org/LICENSE_1_0.txt' ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |