Index: openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 3 Oct 2016 15:37:17 -0000 1.3.2.2 +++ openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 3 Oct 2016 18:52:07 -0000 1.3.2.3 @@ -2,19 +2,20 @@ Initialize namespaces, global macros and filters for ArsDigita Templating System - Initialize namespaces used by template procs - - 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 - @author Karl Goldstein (karlg@arsdigita.com) @cvs-id $Id$ } +# Initialize namespaces used by template procs + +# 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 + + ad_proc -public template_tag { name arglist body } { Generic wrapper for registered tag handlers. } {