| 1 | [The BSD License]
|
|---|
| 2 | Copyright (c) 2012 Terence Parr and Sam Harwell
|
|---|
| 3 | All rights reserved.
|
|---|
| 4 |
|
|---|
| 5 | Redistribution and use in source and binary forms, with or without modification,
|
|---|
| 6 | are permitted provided that the following conditions are met:
|
|---|
| 7 |
|
|---|
| 8 | Redistributions of source code must retain the above copyright notice,
|
|---|
| 9 | this list of conditions and the following disclaimer.
|
|---|
| 10 | Redistributions in binary form must reproduce the above copyright notice,
|
|---|
| 11 | this list of conditions and the following disclaimer in the documentation
|
|---|
| 12 | and/or other materials provided with the distribution.
|
|---|
| 13 | Neither the name of the author nor the names of its contributors may be used to
|
|---|
| 14 | endorse or promote products derived from this software without specific prior written permission.
|
|---|
| 15 |
|
|---|
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
|
|---|
| 17 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|---|
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|---|
| 19 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|---|
| 20 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|---|
| 21 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|---|
| 22 | IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|---|
| 23 | THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|---|