|
1 | 1 | Copyright (C) 1993 David R. Hanson
|
2 |
| -All Rights Reserved. |
3 | 2 |
|
4 |
| -Iburg is protected by copyright. It is not public-domain software, |
5 |
| -shareware, and it is not protected by a ``copyleft'' agreement, like |
6 |
| -the code from the Free Software Foundation. |
| 3 | +Permission is hereby granted, free of charge, to any person obtaining |
| 4 | +a copy of this software and associated documentation files (the |
| 5 | +"Software"), to deal in the Software without restriction, including |
| 6 | +without limitation the rights to use, copy, modify, merge, publish, |
| 7 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 8 | +permit persons to whom the Software is furnished to do so, subject to |
| 9 | +the following conditions: |
7 | 10 |
|
8 |
| -Iburg is available free for your personal research and instructional |
9 |
| -use under the ``fair use'' provisions of the copyright law. |
| 11 | +The above copyright notice and this permission notice shall be |
| 12 | +included in all copies or substantial portions of the Software. |
10 | 13 |
|
11 |
| -You may not sell iburg or any product derived from it in which iburg is |
12 |
| -a significant part of the value of the product. You may use the output |
13 |
| -from iburg in products as long as you charge for only those components |
14 |
| -that are entirely your own and you acknowledge the use of iburg clearly |
15 |
| -in all product documentation and distribution media. You must also |
16 |
| -request that bug reports on your product be reported to you. |
| 14 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 15 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 16 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 17 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 18 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 19 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 20 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
17 | 21 |
|
18 | 22 | ----------------
|
19 |
| -IBM Addendum. |
| 23 | +Jikes RVM Addendum. |
20 | 24 |
|
21 | 25 | We have modified Iburg in two ways:
|
22 | 26 | (1) We modified the input patterns it accepts to be consistent with
|
23 | 27 | our intermediate representation.
|
24 | 28 | (2) We modified it to produce Java code instead of C code.
|
25 | 29 |
|
26 |
| -All bug reports related to the use of jburg in building RVM |
27 |
| -should be reported to the Jikes RVM group at IBM and _not_ to David |
28 |
| -R. Hanson. Please report them using the the normal RVM bug |
29 |
| -reporting channels. |
| 30 | +All bug reports related to the use of jburg in building Jikes RVM |
| 31 | +should be reported to the Jikes RVM project and _not_ to David |
| 32 | +R. Hanson or the iburg project. Please report them using the the |
| 33 | +normal Jikes RVM bug reporting channels. |
0 commit comments