Skip to Navigation

2.3. Source Code Header and Charset

Attach the following header to each and every source file. Source files are saved in Charset ISO-8859-1.


# --
# (file name) - a short description what it does
# Copyright (C) (year) (name of author) (email of author)
# --
# $Id: codesyntax.xml,v 1.11 2006/04/02 23:25:09 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
        

The following line is updated by the CVS:


# $Id: codesyntax.xml,v 1.11 2006/04/02 23:25:09 martin Exp $