|
| 1 | +# -*- rdoc -*- |
| 2 | + |
| 3 | += LEGAL NOTICE INFORMATION |
| 4 | +-------------------------- |
| 5 | + |
| 6 | +All the files in this distribution are covered under either the Ruby's |
| 7 | +license (see the file COPYING) or public-domain except some files |
| 8 | +mentioned below. |
| 9 | + |
| 10 | +== MIT License |
| 11 | +>>> |
| 12 | + Permission is hereby granted, free of charge, to any person obtaining |
| 13 | + a copy of this software and associated documentation files (the |
| 14 | + "Software"), to deal in the Software without restriction, including |
| 15 | + without limitation the rights to use, copy, modify, merge, publish, |
| 16 | + distribute, sublicense, and/or sell copies of the Software, and to |
| 17 | + permit persons to whom the Software is furnished to do so, subject to |
| 18 | + the following conditions: |
| 19 | + |
| 20 | + The above copyright notice and this permission notice shall be |
| 21 | + included in all copies or substantial portions of the Software. |
| 22 | + |
| 23 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 24 | + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 25 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 26 | + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 27 | + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 28 | + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 29 | + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 30 | + |
| 31 | +== Old-style BSD license |
| 32 | +>>> |
| 33 | + Redistribution and use in source and binary forms, with or without |
| 34 | + modification, are permitted provided that the following conditions |
| 35 | + are met: |
| 36 | + 1. Redistributions of source code must retain the above copyright |
| 37 | + notice, this list of conditions and the following disclaimer. |
| 38 | + 2. Redistributions in binary form must reproduce the above copyright |
| 39 | + notice, this list of conditions and the following disclaimer in the |
| 40 | + documentation and/or other materials provided with the distribution. |
| 41 | + 3. Neither the name of the University nor the names of its contributors |
| 42 | + may be used to endorse or promote products derived from this software |
| 43 | + without specific prior written permission. |
| 44 | + |
| 45 | + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 46 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 47 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 48 | + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 49 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 50 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 51 | + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 52 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 53 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 54 | + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 55 | + SUCH DAMAGE. |
| 56 | + |
| 57 | + IMPORTANT NOTE:: |
| 58 | + |
| 59 | + From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |
| 60 | + paragraph 3 above is now null and void. |
0 commit comments