Index: openacs-4/packages/acs-templating/tcl/paginator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/paginator-procs.tcl,v diff -u -r1.22.2.5 -r1.22.2.6 --- openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 27 Sep 2016 08:04:02 -0000 1.22.2.5 +++ openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 3 Oct 2016 18:52:07 -0000 1.22.2.6 @@ -1,14 +1,18 @@ -# Query paginator for the ArsDigita Templating System +ad_library { + Query paginator for the ArsDigita Templating System -# Copyright (C) 1999-2000 ArsDigita Corporation -# Authors: Karl Goldstein (karlg@arsdigita.com) + @author Karl Goldstein (karlg@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::paginator {}