source: trunk/abcl/contrib/named-readtables/LICENSE

Last change on this file was 15019, checked in by Mark Evenson, 7 years ago

abcl-contrib: add NAMED-READTABLES

From <https://github.com/melisgl/named-readtables>.

c.f. <https://github.com/melisgl/named-readtables/issues/10>

File size: 1.7 KB
Line 
1
2Copyright (c) 2007 - 2009 Tobias C. Rittweiler <tcr@freebits.de>
3Copyright (c) 2007, Robert P. Goldman <rpgoldman@sift.info> and SIFT, LLC
4
5All rights reserved.
6
7Redistribution and use in source and binary forms, with or without
8modification, are permitted provided that the following conditions are
9met:
10
11    * Redistributions of source code must retain the above copyright
12      notice, this list of conditions and the following disclaimer.
13
14    * Redistributions in binary form must reproduce the above
15      copyright notice, this list of conditions and the following
16      disclaimer in the documentation and/or other materials provided
17      with the distribution.
18
19    * Neither the names of Tobias C. Rittweiler, Robert P. Goldman,
20      SIFT, LLC nor the names of its contributors may be used to
21      endorse or promote products derived from this software without
22      specific prior written permission.
23
24THIS SOFTWARE IS PROVIDED BY Tobias C. Rittweiler, Robert
25P. Goldman and SIFT, LLC ``AS IS'' AND ANY EXPRESS OR IMPLIED
26WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
27OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28DISCLAIMED. IN NO EVENT SHALL Tobias C. Rittweiler, Robert
29P. Goldman or SIFT, LLC BE LIABLE FOR ANY DIRECT, INDIRECT,
30INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
32SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
35OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
36EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note: See TracBrowser for help on using the repository browser.