root/charlemagne/NOTICE

Revision 160, 11.9 KB (checked in by douglas, 2 years ago)

Use sysklogd after all, add logrotate and popt, use popt in rsync, other things, and use PCRE instead of POSIX regex in Charlemagne as it is included in the base system. WTF?! An actual sensible commit message?!

  • Property svn:keywords set to Id
Line 
1Charlemagne Ports/Package System
2
3Douglas Thrift
4
5$Id$
6
7This software contains a C++ wrapper for PCRE from Jay Freeman's Menes library:
8
9   Menes - C++ High-Level Utility Library
10   Copyright (C) 2002-2005  Jay Freeman (saurik)
11
12          Redistribution and use in source and binary
13   forms, with or without modification, are permitted
14   provided that the following conditions are met:
15
16   1. Redistributions of source code must retain the
17      above copyright notice, this list of conditions
18      and the following disclaimer.
19   2. Redistributions in binary form must reproduce the
20      above copyright notice, this list of conditions
21      and the following disclaimer in the documentation
22      and/or other materials provided with the
23      distribution.
24   3. The name of the author may not be used to endorse
25      or promote products derived from this software
26      without specific prior written permission.
27
28   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
29   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
30   BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
31   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32   ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
33   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
34   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
35   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
38   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
39   TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40   ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
41   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
43This software wouldn't work if there were no GNU Boure-Again Shell (bash) which
44was originally written by Brian Fox and is currently maintained by Chet Ramey.
45
46This software uses libarchive and bsdtar developed by Tim Kientzle for FreeBSD
47to provide POSIX pax interchange format support:
48
49   Copyright (c) 2003-2004 Tim Kientzle
50   All rights reserved.
51
52   Redistribution and use in source and binary forms, with or without
53   modification, are permitted provided that the following conditions
54   are met:
55   1. Redistributions of source code must retain the above copyright
56      notice, this list of conditions and the following disclaimer
57      in this position and unchanged.
58   2. Redistributions in binary form must reproduce the above copyright
59      notice, this list of conditions and the following disclaimer in the
60      documentation and/or other materials provided with the distribution.
61
62   THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
63   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
64   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
65   IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
66   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
67   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
68   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
69   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
70   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
71   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
72
73   ===========================================================================
74
75This software uses libbzip2 and bzip2 written by Julian R Seward.
76
77This software uses zlib written by Jean-loup Gailly and Mark Adler.
78
79This software uses Sleepcat Software's Berkley DB:
80
81   The following is the license that applies to this copy of the Berkeley DB
82   software.  For a license to use the Berkeley DB software under conditions
83   other than those described here, or to purchase support for this software,
84   please contact Sleepycat Software by email at info@sleepycat.com, or on
85   the Web at http://www.sleepycat.com.
86
87   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
88   /*
89    * Copyright (c) 1990-2005
90    *   Sleepycat Software.  All rights reserved.
91    *
92    * Redistribution and use in source and binary forms, with or without
93    * modification, are permitted provided that the following conditions
94    * are met:
95    * 1. Redistributions of source code must retain the above copyright
96    *    notice, this list of conditions and the following disclaimer.
97    * 2. Redistributions in binary form must reproduce the above copyright
98    *    notice, this list of conditions and the following disclaimer in the
99    *    documentation and/or other materials provided with the distribution.
100    * 3. Redistributions in any form must be accompanied by information on
101    *    how to obtain complete source code for the DB software and any
102    *    accompanying software that uses the DB software.  The source code
103    *    must either be included in the distribution or be available for no
104    *    more than the cost of distribution plus a nominal fee, and must be
105    *    freely redistributable under reasonable conditions.  For an
106    *    executable file, complete source code means the source code for all
107    *    modules it contains.  It does not include source code for modules or
108    *    files that typically accompany the major components of the operating
109    *    system on which the executable file runs.
110    *
111    * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
112    * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
113    * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
114    * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL SLEEPYCAT SOFTWARE
115    * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
116    * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
117    * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
118    * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
119    * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
120    * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
121    * THE POSSIBILITY OF SUCH DAMAGE.
122    */
123   /*
124    * Copyright (c) 1990, 1993, 1994, 1995
125    *   The Regents of the University of California.  All rights reserved.
126    *
127    * Redistribution and use in source and binary forms, with or without
128    * modification, are permitted provided that the following conditions
129    * are met:
130    * 1. Redistributions of source code must retain the above copyright
131    *    notice, this list of conditions and the following disclaimer.
132    * 2. Redistributions in binary form must reproduce the above copyright
133    *    notice, this list of conditions and the following disclaimer in the
134    *    documentation and/or other materials provided with the distribution.
135    * 3. Neither the name of the University nor the names of its contributors
136    *    may be used to endorse or promote products derived from this software
137    *    without specific prior written permission.
138    *
139    * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
140    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
141    * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
142    * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
143    * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
144    * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
145    * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
146    * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
147    * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
148    * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
149    * SUCH DAMAGE.
150    */
151   /*
152    * Copyright (c) 1995, 1996
153    *   The President and Fellows of Harvard University.  All rights reserved.
154    *
155    * Redistribution and use in source and binary forms, with or without
156    * modification, are permitted provided that the following conditions
157    * are met:
158    * 1. Redistributions of source code must retain the above copyright
159    *    notice, this list of conditions and the following disclaimer.
160    * 2. Redistributions in binary form must reproduce the above copyright
161    *    notice, this list of conditions and the following disclaimer in the
162    *    documentation and/or other materials provided with the distribution.
163    * 3. Neither the name of the University nor the names of its contributors
164    *    may be used to endorse or promote products derived from this software
165    *    without specific prior written permission.
166    *
167    * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
168    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
169    * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
170    * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
171    * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
172    * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
173    * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
174    * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
175    * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
176    * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
177    * SUCH DAMAGE.
178    */
179
180This software uses PCRE written by Philip Hazel:
181
182   PCRE LICENCE
183   ------------
184
185   PCRE is a library of functions to support regular expressions whose syntax
186   and semantics are as close as possible to those of the Perl 5 language.
187
188   Release 6 of PCRE is distributed under the terms of the "BSD" licence, as
189   specified below. The documentation for PCRE, supplied in the "doc"
190   directory, is distributed under the same terms as the software itself.
191
192   The basic library functions are written in C and are freestanding. Also
193   included in the distribution is a set of C++ wrapper functions.
194
195
196   THE BASIC LIBRARY FUNCTIONS
197   ---------------------------
198
199   Written by:       Philip Hazel
200   Email local part: ph10
201   Email domain:     cam.ac.uk
202
203   University of Cambridge Computing Service,
204   Cambridge, England. Phone: +44 1223 334714.
205
206   Copyright (c) 1997-2006 University of Cambridge
207   All rights reserved.
208
209
210   THE C++ WRAPPER FUNCTIONS
211   -------------------------
212
213   Contributed by:   Google Inc.
214
215   Copyright (c) 2006, Google Inc.
216   All rights reserved.
217
218
219   THE "BSD" LICENCE
220   -----------------
221
222   Redistribution and use in source and binary forms, with or without
223   modification, are permitted provided that the following conditions are met:
224
225       * Redistributions of source code must retain the above copyright notice,
226         this list of conditions and the following disclaimer.
227
228       * Redistributions in binary form must reproduce the above copyright
229         notice, this list of conditions and the following disclaimer in the
230         documentation and/or other materials provided with the distribution.
231
232       * Neither the name of the University of Cambridge nor the name of Google
233         Inc. nor the names of their contributors may be used to endorse or
234         promote products derived from this software without specific prior
235         written permission.
236
237   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
238   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
239   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
240   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
241   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
242   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
243   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
244   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
245   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
246   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
247   POSSIBILITY OF SUCH DAMAGE.
248
249   End
Note: See TracBrowser for help on using the browser.