home *** CD-ROM | disk | FTP | other *** search
- $$ Lines starting with $$ are not inserted into newly created files
- $$ The following substitutions are made:
- $$
- $$ $FILENAME$ e.g. foo.m
- $$ $FILENAMESANSEXTENSION$ e.g. foo
- $$ $DIRECTORY$ e.g. /tmp/MyNewApp
- $$ $PROJECTNAME$ e.g. MyNewApp
- $$ $SUBPROJECTNAME$ e.g. TheGoodPart.subproj
- $$ $USERNAME$ e.g. mwagner
- $$ $DATE$ e.g. Jan-1-1994
- $$
-
- // $FILENAME$
- //
- // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
- // Copyright (c)1997
- //
- // This file is distributed under the terms of the
- // GNU General Public License.
-
- #import "$FILENAMESANSEXTENSION$.h"
-
- @implementation $FILENAMESANSEXTENSION$
-
- @end
-