1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
* In gxmessage.c's main(), the default "okay:0" string is intentionally
hard-wired to avoid breaking scripts that make use of xmessage's -print
option. Please do not change or gettextize this string.
* To quit the program, call prog_cleanup() rather than exit().
prog_cleanup() correctly exits with the current value of gx.exit_code.
* To keep this package in good shape, please keep the copyright notices
updated, check that any newly added files have proper licence info,
and use the latest stuff from gnulib.
-----
Copyright (C) 2009 Timothy Richard Musson
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are
preserved.
|