imbed your own copyright

Edward Ballot (eballot@geoworks.com)
Mon, 22 Jul 1996 13:47:23 PDT

Reno writes:
> > Glue automatically embeds "Copyright GeoWorks 1991" in your .geo file.
> > You can override this and put your own copyright notice (or any notice
> > you want to put) by passing the -N flag to glue. (The notice can be
> > up to 32 characters long.)
>
> Neat trick! Except I can only put in one word. It won't let me put in
> any spaces, it takes any additional words as filenames. Quotes make
> no difference (neither " nor ').

You're right. sorry about that. Until that gets fixed, you should be
able to pass the hexidecimal value for the space. For example
LINKFLAGS += -N Copyright\20Too\20Cool\20Laboratories

will put the string "Copyright Too Cool Laboratories" in the geode.

- -Ed-