Mercurial > hg > octave-lyh
comparison src/version.h @ 4829:71dade3c16b6
[project @ 2004-03-10 05:12:06 by jwe]
author | jwe |
---|---|
date | Wed, 10 Mar 2004 05:12:07 +0000 |
parents | d0aa1a59b73b |
children | 91638098904a |
comparison
equal
deleted
inserted
replaced
4828:e78bc84ac0d3 | 4829:71dade3c16b6 |
---|---|
38 | 38 |
39 #define OCTAVE_WARRANTY_STATEMENT \ | 39 #define OCTAVE_WARRANTY_STATEMENT \ |
40 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\ | 40 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\ |
41 FITNESS FOR A PARTICULAR PURPOSE." | 41 FITNESS FOR A PARTICULAR PURPOSE." |
42 | 42 |
43 #define OCTAVE_WWW_STATEMENT \ | |
44 "Additional information about Octave is available at http://www.octave.org." | |
45 | |
43 #define OCTAVE_CONTRIB_STATEMENT \ | 46 #define OCTAVE_CONTRIB_STATEMENT \ |
44 "Please contribute if you find this software useful.\n\ | 47 "Please contribute if you find this software useful.\n\ |
45 For more information, visit http://www.octave.org/help-wanted.html" | 48 For more information, visit http://www.octave.org/help-wanted.html" |
46 | 49 |
47 #define OCTAVE_BUGS_STATEMENT \ | 50 #define OCTAVE_BUGS_STATEMENT \ |
58 OCTAVE_WARRANTY_STATEMENT | 61 OCTAVE_WARRANTY_STATEMENT |
59 | 62 |
60 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \ | 63 #define X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS(ARG) \ |
61 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \ | 64 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY \ |
62 ARG \ | 65 ARG \ |
66 OCTAVE_WWW_STATEMENT "\n\n" \ | |
67 OCTAVE_CONTRIB_STATEMENT "\n\n" \ | |
63 OCTAVE_BUGS_STATEMENT | 68 OCTAVE_BUGS_STATEMENT |
64 | 69 |
65 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ | 70 #define OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ |
66 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("\n\n") | 71 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS ("\n\n") |
67 | 72 |
68 #define OCTAVE_STARTUP_MESSAGE \ | 73 #define OCTAVE_STARTUP_MESSAGE \ |
69 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ | 74 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS \ |
70 (" For details, type `warranty'.\n\n" OCTAVE_CONTRIB_STATEMENT "\n\n") | 75 (" For details, type `warranty'.\n\n") |
71 | 76 |
72 #endif | 77 #endif |
73 | 78 |
74 /* | 79 /* |
75 ;;; Local Variables: *** | 80 ;;; Local Variables: *** |