Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.49.2.4 -r1.49.2.5 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 2 Oct 2016 16:40:25 -0000 1.49.2.4 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 3 Oct 2016 18:52:07 -0000 1.49.2.5 @@ -1,14 +1,17 @@ -# Date widgets for the ArsDigita Templating System +ad_library { + Date widgets for the ArsDigita Templating System + @author Stanislav Freidin (sfreidin@arsdigita.com) + @cvs-id $Id$ +} + # Copyright (C) 1999-2000 ArsDigita Corporation -# Author: Stanislav Freidin (sfreidin@arsdigita.com) -# -# $Id$ # 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 + # Prepare an array to map symbolic month names to their indices namespace eval template {}