Snippet name: Copyright
Snippet description: Returns a copyright statement
Revision: 1.1 ships with Etomite 0.6.1-Final
Description:
Returns a copyright statement of the form:
'Copyright (c) 2006 by Lloyd Borrett. All rights reserved.'
'Copyright (c) 2005-2006 by Lloyd Borrett. All rights reserved.'
'Copyright (c) 2005-2006. All rights reserved.'
(Note: the (c) is replaced with the actual copyright symbol character.
the '-' is replaced with an en dash.)
The year range being from either a site start year (if provided)
to the current year, or from the year the document was created
to the current year. All year values are based on local time
using the Etomite server offset time configuration setting.
The copyright holder can be the one entity for the
whole web site (if provided), or the author of the current
document (if provided).
Snippet Author:
Lloyd Borrett (lloyd@borrett.id.au)