Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.15.2.2 -r1.15.2.3 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Oct 2016 15:47:35 -0000 1.15.2.2 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Oct 2016 18:52:07 -0000 1.15.2.3 @@ -1,20 +1,21 @@ ad_library { Currency widgets for the OpenACS Templating System - - These are modelled somewhat after the date procs. - - DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly - functional in that we accept and process currency values. We really need - to tie this in with the acs-lang money database as this code's far too - simplistic. - - This is free software distributed under the terms of the GNU Public - License. Full text of the license is available from the GNU Project: - http://www.fsf.org/copyleft/gpl.html @author Don Baccus (dhogaza@pacifier.com) } +# These are modelled somewhat after the date procs. + +# DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly +# functional in that we accept and process currency values. We really need +# to tie this in with the acs-lang money database as this code's far too +# simplistic. + +# This is free software distributed under the terms of the GNU Public +# License. Full text of the license is available from the GNU Project: +# http://www.fsf.org/copyleft/gpl.html + + namespace eval template {} namespace eval template::util {} namespace eval template::util::currency {}