Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -N -r1.46.2.7 -r1.46.2.8 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 27 May 2016 08:47:35 -0000 1.46.2.7 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 3 Oct 2016 18:52:07 -0000 1.46.2.8 @@ -1,15 +1,19 @@ -# Form management for the ArsDigita Templating System +ad_library { + Form management 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 + # Commands for managing dynamic templated forms. namespace eval template {} namespace eval template::form {}