|
| 1 | +--- |
| 2 | +name: ostruct |
| 3 | +version: 0.6.3 |
| 4 | +type: bundler |
| 5 | +summary: Class to build custom data structures, similar to a Hash. |
| 6 | +homepage: https://github.com/ruby/ostruct |
| 7 | +license: other |
| 8 | +licenses: |
| 9 | +- sources: COPYING |
| 10 | + text: | |
| 11 | + Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>. |
| 12 | + You can redistribute it and/or modify it under either the terms of the |
| 13 | + 2-clause BSDL (see the file BSDL), or the conditions below: |
| 14 | +
|
| 15 | + 1. You may make and give away verbatim copies of the source form of the |
| 16 | + software without restriction, provided that you duplicate all of the |
| 17 | + original copyright notices and associated disclaimers. |
| 18 | +
|
| 19 | + 2. You may modify your copy of the software in any way, provided that |
| 20 | + you do at least ONE of the following: |
| 21 | +
|
| 22 | + a. place your modifications in the Public Domain or otherwise |
| 23 | + make them Freely Available, such as by posting said |
| 24 | + modifications to Usenet or an equivalent medium, or by allowing |
| 25 | + the author to include your modifications in the software. |
| 26 | +
|
| 27 | + b. use the modified software only within your corporation or |
| 28 | + organization. |
| 29 | +
|
| 30 | + c. give non-standard binaries non-standard names, with |
| 31 | + instructions on where to get the original software distribution. |
| 32 | +
|
| 33 | + d. make other distribution arrangements with the author. |
| 34 | +
|
| 35 | + 3. You may distribute the software in object code or binary form, |
| 36 | + provided that you do at least ONE of the following: |
| 37 | +
|
| 38 | + a. distribute the binaries and library files of the software, |
| 39 | + together with instructions (in the manual page or equivalent) |
| 40 | + on where to get the original distribution. |
| 41 | +
|
| 42 | + b. accompany the distribution with the machine-readable source of |
| 43 | + the software. |
| 44 | +
|
| 45 | + c. give non-standard binaries non-standard names, with |
| 46 | + instructions on where to get the original software distribution. |
| 47 | +
|
| 48 | + d. make other distribution arrangements with the author. |
| 49 | +
|
| 50 | + 4. You may modify and include the part of the software into any other |
| 51 | + software (possibly commercial). But some files in the distribution |
| 52 | + are not written by the author, so that they are not under these terms. |
| 53 | +
|
| 54 | + For the list of those files and their copying conditions, see the |
| 55 | + file LEGAL. |
| 56 | +
|
| 57 | + 5. The scripts and library files supplied as input to or produced as |
| 58 | + output from the software do not automatically fall under the |
| 59 | + copyright of the software, but belong to whomever generated them, |
| 60 | + and may be sold commercially, and may be aggregated with this |
| 61 | + software. |
| 62 | +
|
| 63 | + 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR |
| 64 | + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
| 65 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 66 | + PURPOSE. |
| 67 | +- sources: README.md |
| 68 | + text: The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). |
| 69 | +notices: [] |
0 commit comments