|
| 1 | +--- |
| 2 | +name: csv |
| 3 | +version: 3.3.2 |
| 4 | +type: bundler |
| 5 | +summary: CSV Reading and Writing |
| 6 | +homepage: https://github.com/ruby/csv |
| 7 | +license: other |
| 8 | +licenses: |
| 9 | +- sources: LICENSE.txt |
| 10 | + text: | |
| 11 | + Copyright (C) 2005-2016 James Edward Gray II. All rights reserved. |
| 12 | + Copyright (C) 2007-2017 Yukihiro Matsumoto. All rights reserved. |
| 13 | + Copyright (C) 2017 SHIBATA Hiroshi. All rights reserved. |
| 14 | + Copyright (C) 2017 Olivier Lacan. All rights reserved. |
| 15 | + Copyright (C) 2017 Espartaco Palma. All rights reserved. |
| 16 | + Copyright (C) 2017 Marcus Stollsteimer. All rights reserved. |
| 17 | + Copyright (C) 2017 pavel. All rights reserved. |
| 18 | + Copyright (C) 2017-2018 Steven Daniels. All rights reserved. |
| 19 | + Copyright (C) 2018 Tomohiro Ogoke. All rights reserved. |
| 20 | + Copyright (C) 2018 Kouhei Sutou. All rights reserved. |
| 21 | + Copyright (C) 2018 Mitsutaka Mimura. All rights reserved. |
| 22 | + Copyright (C) 2018 Vladislav. All rights reserved. |
| 23 | +
|
| 24 | + Redistribution and use in source and binary forms, with or without |
| 25 | + modification, are permitted provided that the following conditions |
| 26 | + are met: |
| 27 | + 1. Redistributions of source code must retain the above copyright |
| 28 | + notice, this list of conditions and the following disclaimer. |
| 29 | + 2. Redistributions in binary form must reproduce the above copyright |
| 30 | + notice, this list of conditions and the following disclaimer in the |
| 31 | + documentation and/or other materials provided with the distribution. |
| 32 | +
|
| 33 | + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 34 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 35 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 36 | + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 37 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 38 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 39 | + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 40 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 41 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 42 | + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 43 | + SUCH DAMAGE. |
| 44 | +- sources: README.md |
| 45 | + text: |- |
| 46 | + The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). |
| 47 | +
|
| 48 | + See LICENSE.txt for details. |
| 49 | +notices: [] |
0 commit comments