Howdy,
I'm trying my hand at creating a package. It mostly involves using
the existing bboard package renaming everything, removing unneeded
code, adding some tcl functions and will eventually include adapted
code from two other packages. What is the correct way to modify the
author lines in the package; better yet what is the purpose of these
lines:
-- @author Anukul Kapoor
-- @author John Prevost
-- @creation -date 2000-08-29
-- @cvs-id $Id: bboard-create.sql, v 1.3 2001/11/29 22:19:47 donb Exp $
Is it a way to give credit to someone or a way to know who to blame? :)
Thanks, Zack.