Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -N -r1.52.2.7 -r1.52.2.8 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 3 Mar 2016 20:33:07 -0000 1.52.2.7 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 3 Oct 2016 18:52:07 -0000 1.52.2.8 @@ -1,15 +1,19 @@ -# Form widgets for the ArsDigita Templating System +ad_library { + Form widgets for the ArsDigita Templating System -# Copyright (C) 1999-2000 ArsDigita Corporation -# Authors: Karl Goldstein (karlg@arsdigita.com) -# Stanislav Freidin (sfreidin@arsdigita.com) + @author Karl Goldstein (karlg@arsdigita.com) + @author Stanislav Freidin (sfreidin@arsdigita.com) -# $Id$ + @cvs-id $Id$ +} +# Copyright (C) 1999-2000 ArsDigita Corporation + # 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::widget {} namespace eval template::data {}