|
1 | | -# COPYRIGHT NOTICES |
2 | | - |
3 | | -## Ruby Test |
4 | | - |
5 | | -**Project** | Ruby Test |
6 | | ---------------|------------------------------------------ |
7 | | -**Website** | http://rubyworks.github.com/ruby-test |
8 | | -**License** | BSD-2-Clause |
9 | | -**Copyright** | (c) 2011 Rubyworks |
10 | | - |
11 | | - Copyright 2011 Rubyworks. All rights reserved. |
12 | | - |
13 | | - Redistribution and use in source and binary forms, with or without |
14 | | - modification, are permitted provided that the following conditions are met: |
15 | | - |
16 | | - 1. Redistributions of source code must retain the above copyright notice, |
17 | | - this list of conditions and the following disclaimer. |
18 | | - |
19 | | - 2. Redistributions in binary form must reproduce the above copyright |
20 | | - notice, this list of conditions and the following disclaimer in the |
21 | | - documentation and/or other materials provided with the distribution. |
22 | | - |
23 | | - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
24 | | - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
25 | | - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
26 | | - COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
27 | | - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
28 | | - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
29 | | - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
30 | | - OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
31 | | - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
32 | | - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1 | +(BSD-2-Clause License) |
| 2 | + |
| 3 | +Redistribution and use in source and binary forms, with or without |
| 4 | +modification, are permitted provided that the following conditions are met: |
| 5 | + |
| 6 | + 1. Redistributions of source code must retain the above copyright notice, |
| 7 | + this list of conditions and the following disclaimer. |
| 8 | + |
| 9 | + 2. Redistributions in binary form must reproduce the above copyright |
| 10 | + notice, this list of conditions and the following disclaimer in the |
| 11 | + documentation and/or other materials provided with the distribution. |
| 12 | + |
| 13 | +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 14 | +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 15 | +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 16 | +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 17 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 18 | +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 19 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| 20 | +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 21 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 22 | +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | 23 |
|
0 commit comments