########################################################################################
# 			       Purpose of this file
########################################################################################

This File describes, how a file header on an Etheria file has to look!

########################################################################################
#                              Sample Script File header
########################################################################################



// ***************************************************************************************
// * $Revision: 1.1 $
// * $Date: 2006/08/10 20:45:44 $ 
// * $Author: firedancer $
// ***************************************************************************************
// *
// * Matrix Shard Script Project (www.etheria.org)
// * move to :packagename:filename
// *
// * ### Description:
// *  - this is mandatory... add a short description here.
// *
// * ### Additional Topic Name:
// *  - entry.... these are optional... typical are e.g. function listing or todo lists.
// *
// ***************************************************************************************


Notes: 

 - You can simply copy the first part of the header (revision, date, author) - as soon
   as you upload this file to cvs, the proper values are filled in automatically.

 - a short description is mandatory.