|
| 1 | +RUBYGEMS |
| 2 | +======== |
| 3 | +RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim Weirich |
| 4 | +and others. You can redistribute it and/or modify it under either the terms of |
| 5 | +the MIT license (see the file MIT.txt), or the conditions below: |
| 6 | + |
| 7 | +You may make and give away verbatim copies of the source form of the software |
| 8 | +without restriction, provided that you duplicate all of the original copyright |
| 9 | +notices and associated disclaimers. |
| 10 | + |
| 11 | +You may modify your copy of the software in any way, provided that you do at |
| 12 | +least ONE of the following: |
| 13 | + |
| 14 | +place your modifications in the Public Domain or otherwise make them Freely |
| 15 | +Available, such as by posting said modifications to Usenet or an equivalent |
| 16 | +medium, or by allowing the author to include your modifications in the |
| 17 | +software. |
| 18 | + |
| 19 | +use the modified software only within your corporation or organization. |
| 20 | + |
| 21 | +give non-standard executables non-standard names, with instructions on where |
| 22 | +to get the original software distribution. |
| 23 | + |
| 24 | +make other distribution arrangements with the author. |
| 25 | + |
| 26 | +You may distribute the software in object code or executable form, provided |
| 27 | +that you do at least ONE of the following: |
| 28 | + |
| 29 | +distribute the executables and library files of the software, together with |
| 30 | +instructions (in the manual page or equivalent) on where to get the original |
| 31 | +distribution. |
| 32 | + |
| 33 | +accompany the distribution with the machine-readable source of the software. |
| 34 | + |
| 35 | +give non-standard executables non-standard names, with instructions on where |
| 36 | +to get the original software distribution. |
| 37 | + |
| 38 | +make other distribution arrangements with the author. |
| 39 | + |
| 40 | +You may modify and include the part of the software into any other software |
| 41 | +(possibly commercial). |
| 42 | + |
| 43 | +The scripts and library files supplied as input to or produced as output from |
| 44 | +the software do not automatically fall under the copyright of the software, |
| 45 | +but belong to whomever generated them, and may be sold commercially, and may |
| 46 | +be aggregated with this software. |
| 47 | + |
| 48 | +THIS SOFTWARE IS PROVIDED “AS IS” AND WITHOUT ANY EXPRESS OR IMPLIED |
| 49 | +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
| 50 | +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
| 51 | + |
| 52 | +RUBY |
| 53 | +======== |
| 54 | +Ruby is copyrighted free software by Yukihiro Matsumoto < [email protected]>. |
| 55 | +You can redistribute it and/or modify it under either the terms of the |
| 56 | +2-clause BSDL (see the file BSDL), or the conditions below: |
| 57 | + |
| 58 | + 1. You may make and give away verbatim copies of the source form of the |
| 59 | + software without restriction, provided that you duplicate all of the |
| 60 | + original copyright notices and associated disclaimers. |
| 61 | + |
| 62 | + 2. You may modify your copy of the software in any way, provided that |
| 63 | + you do at least ONE of the following: |
| 64 | + |
| 65 | + a) place your modifications in the Public Domain or otherwise |
| 66 | + make them Freely Available, such as by posting said |
| 67 | + modifications to Usenet or an equivalent medium, or by allowing |
| 68 | + the author to include your modifications in the software. |
| 69 | + |
| 70 | + b) use the modified software only within your corporation or |
| 71 | + organization. |
| 72 | + |
| 73 | + c) give non-standard binaries non-standard names, with |
| 74 | + instructions on where to get the original software distribution. |
| 75 | + |
| 76 | + d) make other distribution arrangements with the author. |
| 77 | + |
| 78 | + 3. You may distribute the software in object code or binary form, |
| 79 | + provided that you do at least ONE of the following: |
| 80 | + |
| 81 | + a) distribute the binaries and library files of the software, |
| 82 | + together with instructions (in the manual page or equivalent) |
| 83 | + on where to get the original distribution. |
| 84 | + |
| 85 | + b) accompany the distribution with the machine-readable source of |
| 86 | + the software. |
| 87 | + |
| 88 | + c) give non-standard binaries non-standard names, with |
| 89 | + instructions on where to get the original software distribution. |
| 90 | + |
| 91 | + d) make other distribution arrangements with the author. |
| 92 | + |
| 93 | + 4. You may modify and include the part of the software into any other |
| 94 | + software (possibly commercial). But some files in the distribution |
| 95 | + are not written by the author, so that they are not under these terms. |
| 96 | + |
| 97 | + For the list of those files and their copying conditions, see the |
| 98 | + file LEGAL. |
| 99 | + |
| 100 | + 5. The scripts and library files supplied as input to or produced as |
| 101 | + output from the software do not automatically fall under the |
| 102 | + copyright of the software, but belong to whomever generated them, |
| 103 | + and may be sold commercially, and may be aggregated with this |
| 104 | + software. |
| 105 | + |
| 106 | + 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR |
| 107 | + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
| 108 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 109 | + PURPOSE. |
0 commit comments