libraries/spcre/grep/Grep.cif
changeset 96 dae66483be2b
parent 0 7f656887cf89
equal deleted inserted replaced
95:b3ffff030d5c 96:dae66483be2b
    47 
    47 
    48 The grep command itself is copyright (c) 2009 - 2010 Accenture. All rights reserved.
    48 The grep command itself is copyright (c) 2009 - 2010 Accenture. All rights reserved.
    49 
    49 
    50 The copyright notice for the PCRE library follows:
    50 The copyright notice for the PCRE library follows:
    51 
    51 
    52 			   Copyright (c) 1997-2008 University of Cambridge
    52                Copyright (c) 1997-2008 University of Cambridge
    53 
    53 
    54 	-----------------------------------------------------------------------------
    54     -----------------------------------------------------------------------------
    55 	Redistribution and use in source and binary forms, with or without
    55     Redistribution and use in source and binary forms, with or without
    56 	modification, are permitted provided that the following conditions are met:
    56     modification, are permitted provided that the following conditions are met:
    57 
    57 
    58 		* Redistributions of source code must retain the above copyright notice,
    58         * Redistributions of source code must retain the above copyright notice,
    59 		  this list of conditions and the following disclaimer.
    59           this list of conditions and the following disclaimer.
    60 
    60 
    61 		* Redistributions in binary form must reproduce the above copyright
    61         * Redistributions in binary form must reproduce the above copyright
    62 		  notice, this list of conditions and the following disclaimer in the
    62           notice, this list of conditions and the following disclaimer in the
    63 		  documentation and/or other materials provided with the distribution.
    63           documentation and/or other materials provided with the distribution.
    64 
    64 
    65 		* Neither the name of the University of Cambridge nor the names of its
    65         * Neither the name of the University of Cambridge nor the names of its
    66 		  contributors may be used to endorse or promote products derived from
    66           contributors may be used to endorse or promote products derived from
    67 		  this software without specific prior written permission.
    67           this software without specific prior written permission.
    68 
    68 
    69 	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    69     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    70 	AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    70     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    71 	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    71     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    72 	ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    72     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    73 	LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    73     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    74 	CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    74     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    75 	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    75     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    76 	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    76     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    77 	CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    77     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    78 	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    78     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    79 	POSSIBILITY OF SUCH DAMAGE.
    79     POSSIBILITY OF SUCH DAMAGE.
    80 	-----------------------------------------------------------------------------
    80     -----------------------------------------------------------------------------
    81 
    81 
    82 The copyright notice for the C++ wrappers to PCRE library follows:
    82 The copyright notice for the C++ wrappers to PCRE library follows:
    83 
    83 
    84 	Copyright (c) 2005 - 2006, Google Inc.
    84     Copyright (c) 2005 - 2006, Google Inc.
    85 	All rights reserved.
    85     All rights reserved.
    86 
    86 
    87 	Redistribution and use in source and binary forms, with or without
    87     Redistribution and use in source and binary forms, with or without
    88 	modification, are permitted provided that the following conditions are
    88     modification, are permitted provided that the following conditions are
    89 	met:
    89     met:
    90 
    90 
    91 		* Redistributions of source code must retain the above copyright
    91         * Redistributions of source code must retain the above copyright
    92 	notice, this list of conditions and the following disclaimer.
    92     notice, this list of conditions and the following disclaimer.
    93 		* Redistributions in binary form must reproduce the above
    93         * Redistributions in binary form must reproduce the above
    94 	copyright notice, this list of conditions and the following disclaimer
    94     copyright notice, this list of conditions and the following disclaimer
    95 	in the documentation and/or other materials provided with the
    95     in the documentation and/or other materials provided with the
    96 	distribution.
    96     distribution.
    97 		* Neither the name of Google Inc. nor the names of its
    97         * Neither the name of Google Inc. nor the names of its
    98 	contributors may be used to endorse or promote products derived from
    98     contributors may be used to endorse or promote products derived from
    99 	this software without specific prior written permission.
    99     this software without specific prior written permission.
   100 
   100 
   101 	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   101     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   102 	"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   102     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   103 	LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   103     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   104 	A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   104     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   105 	OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   105     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   106 	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   106     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   107 	LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   107     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   108 	DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   108     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   109 	THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   109     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   110 	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   110     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   111 	OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   111     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.