[interchange-cvs] interchange - pajamian modified code/SystemTag/captcha.coretag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Mar 30 18:55:57 EST 2007


User:      pajamian
Date:      2007-03-30 23:55:57 GMT
Modified:  code/SystemTag captcha.coretag
Log:
Added License, version, and copyright info to captcha tag.

Revision  Changes    Path
1.4       +15 -4     interchange/code/SystemTag/captcha.coretag


rev 1.4, prev_rev 1.3
Index: captcha.coretag
===================================================================
RCS file: /var/cvs/interchange/code/SystemTag/captcha.coretag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- captcha.coretag	11 Aug 2006 15:30:39 -0000	1.3
+++ captcha.coretag	30 Mar 2007 23:55:57 -0000	1.4
@@ -1,8 +1,19 @@
-UserTag captcha Order function
-UserTag captcha attrAlias func function
+# Copyright 2006-2007 Interchange Development Group and others
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.  See the LICENSE file for details.
+# 
+# $Id: captcha.coretag,v 1.4 2007/03/30 23:55:57 pajamian Exp $
+
+UserTag captcha Order		function
+UserTag captcha attrAlias	func function
 UserTag captcha addAttr
-UserTag captcha Description Generate captcha codes for authentication check
-UserTag captcha Routine <<EOR
+UserTag captcha Description	Generate captcha codes for authentication check
+UserTag captcha Version		$Revision: 1.4 $
+
+UserTag captcha Routine		<<EOR
 my $Have_Captcha;
 eval {
 	require Authen::Captcha;








More information about the interchange-cvs mailing list