/[cvs]/stack/messages.h
ViewVC logotype

Contents of /stack/messages.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Thu Feb 19 15:35:38 2004 UTC (20 years, 2 months ago) by masse
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +22 -0 lines
File MIME type: text/plain
Extracted garbage collector to gc.c

1 /*
2 stack - an interactive interpreter for a stack-based language
3 Copyright (C) 2002 Mats Alritzson and Teddy Hogeborn
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
19 Authors: Mats Alritzson <masse@fukt.bth.se>
20 Teddy Hogeborn <teddy@fukt.bth.se>
21 */
22
23 const char *license_message=
24 " GNU GENERAL PUBLIC LICENSE\n\
25 Version 2, June 1991\n\
26 \n\
27 Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n\
28 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\
29 Everyone is permitted to copy and distribute verbatim copies\n\
30 of this license document, but changing it is not allowed.\n\
31 \n\
32 Preamble\n\
33 \n\
34 The licenses for most software are designed to take away your\n\
35 freedom to share and change it. By contrast, the GNU General Public\n\
36 License is intended to guarantee your freedom to share and change free\n\
37 software--to make sure the software is free for all its users. This\n\
38 General Public License applies to most of the Free Software\n\
39 Foundation's software and to any other program whose authors commit to\n\
40 using it. (Some other Free Software Foundation software is covered by\n\
41 the GNU Library General Public License instead.) You can apply it to\n\
42 your programs, too.\n\
43 \n\
44 When we speak of free software, we are referring to freedom, not\n\
45 price. Our General Public Licenses are designed to make sure that you\n\
46 have the freedom to distribute copies of free software (and charge for\n\
47 this service if you wish), that you receive source code or can get it\n\
48 if you want it, that you can change the software or use pieces of it\n\
49 in new free programs; and that you know you can do these things.\n\
50 \n\
51 To protect your rights, we need to make restrictions that forbid\n\
52 anyone to deny you these rights or to ask you to surrender the rights.\n\
53 These restrictions translate to certain responsibilities for you if you\n\
54 distribute copies of the software, or if you modify it.\n\
55 \n\
56 For example, if you distribute copies of such a program, whether\n\
57 gratis or for a fee, you must give the recipients all the rights that\n\
58 you have. You must make sure that they, too, receive or can get the\n\
59 source code. And you must show them these terms so they know their\n\
60 rights.\n\
61 \n\
62 We protect your rights with two steps: (1) copyright the software, and\n\
63 (2) offer you this license which gives you legal permission to copy,\n\
64 distribute and/or modify the software.\n\
65 \n\
66 Also, for each author's protection and ours, we want to make certain\n\
67 that everyone understands that there is no warranty for this free\n\
68 software. If the software is modified by someone else and passed on, we\n\
69 want its recipients to know that what they have is not the original, so\n\
70 that any problems introduced by others will not reflect on the original\n\
71 authors' reputations.\n\
72 \n\
73 Finally, any free program is threatened constantly by software\n\
74 patents. We wish to avoid the danger that redistributors of a free\n\
75 program will individually obtain patent licenses, in effect making the\n\
76 program proprietary. To prevent this, we have made it clear that any\n\
77 patent must be licensed for everyone's free use or not licensed at all.\n\
78 \n\
79 The precise terms and conditions for copying, distribution and\n\
80 modification follow.\n\
81 \n\
82 GNU GENERAL PUBLIC LICENSE\n\
83 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\
84 \n\
85 0. This License applies to any program or other work which contains\n\
86 a notice placed by the copyright holder saying it may be distributed\n\
87 under the terms of this General Public License. The \"Program\", below,\n\
88 refers to any such program or work, and a \"work based on the Program\"\n\
89 means either the Program or any derivative work under copyright law:\n\
90 that is to say, a work containing the Program or a portion of it,\n\
91 either verbatim or with modifications and/or translated into another\n\
92 language. (Hereinafter, translation is included without limitation in\n\
93 the term \"modification\".) Each licensee is addressed as \"you\".\n\
94 \n\
95 Activities other than copying, distribution and modification are not\n\
96 covered by this License; they are outside its scope. The act of\n\
97 running the Program is not restricted, and the output from the Program\n\
98 is covered only if its contents constitute a work based on the\n\
99 Program (independent of having been made by running the Program).\n\
100 Whether that is true depends on what the Program does.\n\
101 \n\
102 1. You may copy and distribute verbatim copies of the Program's\n\
103 source code as you receive it, in any medium, provided that you\n\
104 conspicuously and appropriately publish on each copy an appropriate\n\
105 copyright notice and disclaimer of warranty; keep intact all the\n\
106 notices that refer to this License and to the absence of any warranty;\n\
107 and give any other recipients of the Program a copy of this License\n\
108 along with the Program.\n\
109 \n\
110 You may charge a fee for the physical act of transferring a copy, and\n\
111 you may at your option offer warranty protection in exchange for a fee.\n\
112 \n\
113 2. You may modify your copy or copies of the Program or any portion\n\
114 of it, thus forming a work based on the Program, and copy and\n\
115 distribute such modifications or work under the terms of Section 1\n\
116 above, provided that you also meet all of these conditions:\n\
117 \n\
118 a) You must cause the modified files to carry prominent notices\n\
119 stating that you changed the files and the date of any change.\n\
120 \n\
121 b) You must cause any work that you distribute or publish, that in\n\
122 whole or in part contains or is derived from the Program or any\n\
123 part thereof, to be licensed as a whole at no charge to all third\n\
124 parties under the terms of this License.\n\
125 \n\
126 c) If the modified program normally reads commands interactively\n\
127 when run, you must cause it, when started running for such\n\
128 interactive use in the most ordinary way, to print or display an\n\
129 announcement including an appropriate copyright notice and a\n\
130 notice that there is no warranty (or else, saying that you provide\n\
131 a warranty) and that users may redistribute the program under\n\
132 these conditions, and telling the user how to view a copy of this\n\
133 License. (Exception: if the Program itself is interactive but\n\
134 does not normally print such an announcement, your work based on\n\
135 the Program is not required to print an announcement.)\n\
136 \n\
137 These requirements apply to the modified work as a whole. If\n\
138 identifiable sections of that work are not derived from the Program,\n\
139 and can be reasonably considered independent and separate works in\n\
140 themselves, then this License, and its terms, do not apply to those\n\
141 sections when you distribute them as separate works. But when you\n\
142 distribute the same sections as part of a whole which is a work based\n\
143 on the Program, the distribution of the whole must be on the terms of\n\
144 this License, whose permissions for other licensees extend to the\n\
145 entire whole, and thus to each and every part regardless of who wrote it.\n\
146 \n\
147 Thus, it is not the intent of this section to claim rights or contest\n\
148 your rights to work written entirely by you; rather, the intent is to\n\
149 exercise the right to control the distribution of derivative or\n\
150 collective works based on the Program.\n\
151 \n\
152 In addition, mere aggregation of another work not based on the Program\n\
153 with the Program (or with a work based on the Program) on a volume of\n\
154 a storage or distribution medium does not bring the other work under\n\
155 the scope of this License.\n\
156 \n\
157 3. You may copy and distribute the Program (or a work based on it,\n\
158 under Section 2) in object code or executable form under the terms of\n\
159 Sections 1 and 2 above provided that you also do one of the following:\n\
160 \n\
161 a) Accompany it with the complete corresponding machine-readable\n\
162 source code, which must be distributed under the terms of Sections\n\
163 1 and 2 above on a medium customarily used for software interchange; or,\n\
164 \n\
165 b) Accompany it with a written offer, valid for at least three\n\
166 years, to give any third party, for a charge no more than your\n\
167 cost of physically performing source distribution, a complete\n\
168 machine-readable copy of the corresponding source code, to be\n\
169 distributed under the terms of Sections 1 and 2 above on a medium\n\
170 customarily used for software interchange; or,\n\
171 \n\
172 c) Accompany it with the information you received as to the offer\n\
173 to distribute corresponding source code. (This alternative is\n\
174 allowed only for noncommercial distribution and only if you\n\
175 received the program in object code or executable form with such\n\
176 an offer, in accord with Subsection b above.)\n\
177 \n\
178 The source code for a work means the preferred form of the work for\n\
179 making modifications to it. For an executable work, complete source\n\
180 code means all the source code for all modules it contains, plus any\n\
181 associated interface definition files, plus the scripts used to\n\
182 control compilation and installation of the executable. However, as a\n\
183 special exception, the source code distributed need not include\n\
184 anything that is normally distributed (in either source or binary\n\
185 form) with the major components (compiler, kernel, and so on) of the\n\
186 operating system on which the executable runs, unless that component\n\
187 itself accompanies the executable.\n\
188 \n\
189 If distribution of executable or object code is made by offering\n\
190 access to copy from a designated place, then offering equivalent\n\
191 access to copy the source code from the same place counts as\n\
192 distribution of the source code, even though third parties are not\n\
193 compelled to copy the source along with the object code.\n\
194 \n\
195 4. You may not copy, modify, sublicense, or distribute the Program\n\
196 except as expressly provided under this License. Any attempt\n\
197 otherwise to copy, modify, sublicense or distribute the Program is\n\
198 void, and will automatically terminate your rights under this License.\n\
199 However, parties who have received copies, or rights, from you under\n\
200 this License will not have their licenses terminated so long as such\n\
201 parties remain in full compliance.\n\
202 \n\
203 5. You are not required to accept this License, since you have not\n\
204 signed it. However, nothing else grants you permission to modify or\n\
205 distribute the Program or its derivative works. These actions are\n\
206 prohibited by law if you do not accept this License. Therefore, by\n\
207 modifying or distributing the Program (or any work based on the\n\
208 Program), you indicate your acceptance of this License to do so, and\n\
209 all its terms and conditions for copying, distributing or modifying\n\
210 the Program or works based on it.\n\
211 \n\
212 6. Each time you redistribute the Program (or any work based on the\n\
213 Program), the recipient automatically receives a license from the\n\
214 original licensor to copy, distribute or modify the Program subject to\n\
215 these terms and conditions. You may not impose any further\n\
216 restrictions on the recipients' exercise of the rights granted herein.\n\
217 You are not responsible for enforcing compliance by third parties to\n\
218 this License.\n\
219 \n\
220 7. If, as a consequence of a court judgment or allegation of patent\n\
221 infringement or for any other reason (not limited to patent issues),\n\
222 conditions are imposed on you (whether by court order, agreement or\n\
223 otherwise) that contradict the conditions of this License, they do not\n\
224 excuse you from the conditions of this License. If you cannot\n\
225 distribute so as to satisfy simultaneously your obligations under this\n\
226 License and any other pertinent obligations, then as a consequence you\n\
227 may not distribute the Program at all. For example, if a patent\n\
228 license would not permit royalty-free redistribution of the Program by\n\
229 all those who receive copies directly or indirectly through you, then\n\
230 the only way you could satisfy both it and this License would be to\n\
231 refrain entirely from distribution of the Program.\n\
232 \n\
233 If any portion of this section is held invalid or unenforceable under\n\
234 any particular circumstance, the balance of the section is intended to\n\
235 apply and the section as a whole is intended to apply in other\n\
236 circumstances.\n\
237 \n\
238 It is not the purpose of this section to induce you to infringe any\n\
239 patents or other property right claims or to contest validity of any\n\
240 such claims; this section has the sole purpose of protecting the\n\
241 integrity of the free software distribution system, which is\n\
242 implemented by public license practices. Many people have made\n\
243 generous contributions to the wide range of software distributed\n\
244 through that system in reliance on consistent application of that\n\
245 system; it is up to the author/donor to decide if he or she is willing\n\
246 to distribute software through any other system and a licensee cannot\n\
247 impose that choice.\n\
248 \n\
249 This section is intended to make thoroughly clear what is believed to\n\
250 be a consequence of the rest of this License.\n\
251 \n\
252 8. If the distribution and/or use of the Program is restricted in\n\
253 certain countries either by patents or by copyrighted interfaces, the\n\
254 original copyright holder who places the Program under this License\n\
255 may add an explicit geographical distribution limitation excluding\n\
256 those countries, so that distribution is permitted only in or among\n\
257 countries not thus excluded. In such case, this License incorporates\n\
258 the limitation as if written in the body of this License.\n\
259 \n\
260 9. The Free Software Foundation may publish revised and/or new versions\n\
261 of the General Public License from time to time. Such new versions will\n\
262 be similar in spirit to the present version, but may differ in detail to\n\
263 address new problems or concerns.\n\
264 \n\
265 Each version is given a distinguishing version number. If the Program\n\
266 specifies a version number of this License which applies to it and \"any\n\
267 later version\", you have the option of following the terms and conditions\n\
268 either of that version or of any later version published by the Free\n\
269 Software Foundation. If the Program does not specify a version number of\n\
270 this License, you may choose any version ever published by the Free Software\n\
271 Foundation.\n\
272 \n\
273 10. If you wish to incorporate parts of the Program into other free\n\
274 programs whose distribution conditions are different, write to the author\n\
275 to ask for permission. For software which is copyrighted by the Free\n\
276 Software Foundation, write to the Free Software Foundation; we sometimes\n\
277 make exceptions for this. Our decision will be guided by the two goals\n\
278 of preserving the free status of all derivatives of our free software and\n\
279 of promoting the sharing and reuse of software generally.";
280
281 const char *warranty_message=
282 " NO WARRANTY\n\
283 \n\
284 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n\
285 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n\
286 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n\
287 PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n\
288 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\
289 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n\
290 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n\
291 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n\
292 REPAIR OR CORRECTION.\n\
293 \n\
294 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n\
295 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n\
296 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n\
297 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n\
298 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n\
299 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n\
300 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n\
301 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n\
302 POSSIBILITY OF SUCH DAMAGES.";

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26