|
| 1 | +PURPOSE |
| 2 | + |
| 3 | +Harvest is a file format conversion tool for use with the Harvest tool |
| 4 | +suite (github.com/marbl/harvest). Harvest is implemented in C++ and |
| 5 | +uses Google Protocol Buffers for serialization. |
| 6 | + |
| 7 | +COPYRIGHT LICENSE |
| 8 | + |
| 9 | +Copyright © 2014, Battelle National Biodefense Institute (BNBI); |
| 10 | +all rights reserved. Authored by: Brian Ondov, Todd Treangen, and |
| 11 | +Adam Phillippy |
| 12 | + |
| 13 | +This Software was prepared for the Department of Homeland Security |
| 14 | +(DHS) by the Battelle National Biodefense Institute, LLC (BNBI) as |
| 15 | +part of contract HSHQDC-07-C-00020 to manage and operate the National |
| 16 | +Biodefense Analysis and Countermeasures Center (NBACC), a Federally |
| 17 | +Funded Research and Development Center. |
| 18 | + |
| 19 | +Redistribution and use in source and binary forms, with or without |
| 20 | +modification, are permitted provided that the following conditions are |
| 21 | +met: |
| 22 | + |
| 23 | +1. Redistributions of source code must retain the above copyright |
| 24 | +notice, this list of conditions and the following disclaimer. |
| 25 | + |
| 26 | +2. Redistributions in binary form must reproduce the above copyright |
| 27 | +notice, this list of conditions and the following disclaimer in the |
| 28 | +documentation and/or other materials provided with the distribution. |
| 29 | + |
| 30 | +3. Neither the name of the copyright holder nor the names of its |
| 31 | +contributors may be used to endorse or promote products derived from |
| 32 | +this software without specific prior written permission. |
| 33 | + |
| 34 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 35 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 36 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 37 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 38 | +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 39 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 40 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 41 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 42 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 43 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 44 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments