1 Originally this package was debianized by Matt Zimmerman <mdz@debian.org> on
2 Fri, 10 Sep 1999 10:53:19 -0700. The packaging was overhauled and all parts,
3 except debian/control and debian/changelog, were droppend and redone by
4 Bernd Zeimetz <bzed@debian.org> on Wed, 06 Feb 2008 19:14:48 +0100 for the
5 RRDtool packaging team <rrdtool@ml.snow-crash.org>.
7 The upstream source was downloaded from:
8 http://oss.oetiker.ch/rrdtool/pub/
10 Upstream author: Tobias Oetiker <tobi@oetiker.ch>
12 See CONTRIBUTORS for a list of contributors.
14 Copyright:
16 RRDTOOL - Round Robin Database Tool
17 A tool for fast logging of numerical data graphical display
18 of this data.
20 Copyright (c) 1998-2010 Tobias Oetiker
21 All rights reserved.
23 GNU GPL License
24 ===============
26 This program is free software; you can redistribute it and/or modify it
27 under the terms of the GNU General Public License as published by the Free
28 Software Foundation; either version 2 of the License, or (at your option)
29 any later version.
31 This program is distributed in the hope that it will be useful, but WITHOUT
32 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
34 more details.
36 You should have received a copy of the GNU General Public License along
37 with this program; if not, write to the Free Software
38 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
40 FLOSS License Exception
41 =======================
42 (Adapted from http://www.mysql.com/company/legal/licensing/foss-exception.html)
44 I want specified Free/Libre and Open Source Software ("FLOSS")
45 applications to be able to use specified GPL-licensed RRDtool
46 libraries (the "Program") despite the fact that not all FLOSS licenses are
47 compatible with version 2 of the GNU General Public License (the "GPL").
49 As a special exception to the terms and conditions of version 2.0 of the GPL:
51 You are free to distribute a Derivative Work that is formed entirely from
52 the Program and one or more works (each, a "FLOSS Work") licensed under one
53 or more of the licenses listed below, as long as:
55 1. You obey the GPL in all respects for the Program and the Derivative
56 Work, except for identifiable sections of the Derivative Work which are
57 not derived from the Program, and which can reasonably be considered
58 independent and separate works in themselves,
60 2. all identifiable sections of the Derivative Work which are not derived
61 from the Program, and which can reasonably be considered independent and
62 separate works in themselves,
64 1. are distributed subject to one of the FLOSS licenses listed
65 below, and
67 2. the object code or executable form of those sections are
68 accompanied by the complete corresponding machine-readable source
69 code for those sections on the same medium and under the same FLOSS
70 license as the corresponding object code or executable forms of
71 those sections, and
73 3. any works which are aggregated with the Program or with a Derivative
74 Work on a volume of a storage or distribution medium in accordance with
75 the GPL, can reasonably be considered independent and separate works in
76 themselves which are not derivatives of either the Program, a Derivative
77 Work or a FLOSS Work.
79 If the above conditions are not met, then the Program may only be copied,
80 modified, distributed or used under the terms and conditions of the GPL.
82 FLOSS License List
83 ==================
84 License name Version(s)/Copyright Date
85 Academic Free License 2.0
86 Apache Software License 1.0/1.1/2.0
87 Apple Public Source License 2.0
88 Artistic license From Perl 5.8.0
89 BSD license "July 22 1999"
90 Common Public License 1.0
91 GNU Library or "Lesser" General Public License (LGPL) 2.0/2.1
92 IBM Public License, Version 1.0
93 Jabber Open Source License 1.0
94 MIT License (As listed in file MIT-License.txt) -
95 Mozilla Public License (MPL) 1.0/1.1
96 Open Software License 2.0
97 OpenSSL license (with original SSLeay license) "2003" ("1998")
98 PHP License 3.0
99 Python license (CNRI Python License) -
100 Python Software Foundation License 2.1.1
101 Sleepycat License "1999"
102 W3C License "2001"
103 X11 License "2001"
104 Zlib/libpng License -
105 Zope Public License 2.0
107 The overhauled Debian packaging, which was started by Bernd Zeimetz on
108 Wed, 06 Feb 2008 19:14:48 +0100, is copyrighted under the same license
109 as RRDtool, see above.
111 On Debian systems, a copy of the GNU General Public License, version 2,
112 can be found in the file /usr/share/common-licenses/GPL-2. The symlink
113 /usr/share/common-licenses/GPL points to the latest version of the GPL.
115 Files with different copyrights/licenses:
117 * bindings/lua/compat-5.1r5/compat-5.1.{c,h,lua}:
119 Copyright (C) 2004-2006 Kepler Project
121 Permission is hereby granted, free of charge, to any person obtaining a
122 copy of this software and associated documentation files (the "Software"),
123 to deal in the Software without restriction, including without limitation
124 the rights to use, copy, modify, merge, publish, distribute, sublicense,
125 and/or sell copies of the Software, and to permit persons to whom the
126 Software is furnished to do so, subject to the following conditions:
128 The above copyright notice and this permission notice shall be included in
129 all copies or substantial portions of the Software.
131 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
132 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
133 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
134 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
135 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
136 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
137 DEALINGS IN THE SOFTWARE.
139 * bindings/lua/rrdlua.c:
141 Copyright (C) 2008 Fidelis Assis
143 * bindings/python/* (except rrd_extra.h):
145 Author: Hye-Shik Chang <perky@fallin.lv>
146 Contributors: Matthew W. Samsonoff <mws@rochester.rr.com>
147 Brian E. Gallew <geek+python@cmu.edu>
149 py-rrdtool is free software; you can redistribute it and/or modify
150 it under the terms of the GNU Lesser General Public License as published
151 by the Free Software Foundation; either version 2 of the License, or
152 (at your option) any later version.
154 py-rrdtool is distributed in the hope that it will be useful,
155 but WITHOUT ANY WARRANTY; without even the implied warranty of
156 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
157 GNU Lesser General Public License for more details.
159 You should have received a copy of the GNU Lesser General Public License
160 along with Foobar; if not, write to the Free Software
161 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
163 On Debian systems, a copy of the GNU Lesser General Public License,
164 version 2, can be found in the file /usr/share/common-licenses/LGPL-2
165 The symlink /usr/share/common-licenses/LGPL points to the latest version
166 of the LGPL.
168 * bindings/ruby/:
170 Author: Miles Egan <miles@caddr.com>
172 * bindings/tcl/{ifOctets.tcl.in,tclrrd.c}:
174 Copyright:
175 Copyright (c) 1999,2000 Frank Strauss
176 Technical University of Braunschweig.
177 Thread-safe code in tclrrd.c:
178 Copyright (c) 2005 Oleg Derevenetz, CenterTelecom Voronezh ISP.
180 * doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rrdgraph.pod,
181 doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
182 doc/rrdgraph_rpn.pod, doc/rrdresize.pod, doc/rrdtutorial.pod:
184 Author: Alex van den Bogaerdt <alex@vandenbogaerdt.nl>
186 * doc/rpntutorial.pod:
188 Author: Steve Rader <rader@wiscnet.net>
190 * doc/rrdcached.pod, doc/rrdflushcached.pod:
192 Author: Florian Forster <octo@verplant.org>
194 * doc/rrdfirst.pod:
196 Author: Burton Strauss <Burton@ntopSupport.com>
198 * doc/rrdgraph_libdbi.pod:
200 Author: Martin Sperl <rrdtool@martin.sperl.org>
202 * doc/rrdlast.pod:
204 Author: Russ Wright <rwwright@home.com>
206 * doc/rrdlastupdate.pod:
208 Author: Andy Riebs <andy.riebs@hp.com>
210 * doc/rrdlua.pod:
212 Author: Fidelis Assis <fidelis@pobox.com>
214 * doc/rrdthreads.pod:
216 Author: Peter Stamfest <peter@stamfest.at>
218 * doc/rrdupdate.pod:
220 Authors: Tobias Oetiker <tobi@oetiker.ch>
221 Florian Forster <octo@verplant.org>
223 * doc/rrd-beginners.pod:
225 Author: Ketan Patel <k2pattu@yahoo.com>
227 * m4/* (except m4/acinclude.m4):
229 Copyright (C) 1995-2007 Free Software Foundation, Inc.
231 This file is free software; the Free Software Foundation
232 gives unlimited permission to copy and/or distribute it,
233 with or without modifications, as long as this notice is preserved.
235 * src/{fnv.h,hash_32.c}:
237 Please do not copyright this code. This code is in the public domain.
239 LANDON CURT NOLL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
240 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
241 EVENT SHALL LANDON CURT NOLL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
242 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
243 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
244 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
245 PERFORMANCE OF THIS SOFTWARE.
247 By:
248 chongo <Landon Curt Noll> /\oo/\
249 http://reality.sgi.com/chongo/
250 EMail: chongo_fnv at prime dot engr dot sgi dot com
252 * src/gettext.h:
254 Copyright (C) 1995-2006 Free Software Foundation, Inc.
256 * src/parsetime.c:
258 parsetime.c - parse time for at(1)
260 Copyright (C) 1993, 1994 Thomas Koenig
262 modifications for English-language times
263 Copyright (C) 1993 David Parsons
265 A lot of modifications and extensions
266 (including the new syntax being useful for RRDB)
267 Copyright (C) 1999 Oleg Cherevko (aka Olwi Deer)
269 severe structural damage inflicted by Tobi Oetiker in 1999
271 Redistribution and use in source and binary forms, with or without
272 modification, are permitted provided that the following conditions
273 are met:
274 1. Redistributions of source code must retain the above copyright
275 notice, this list of conditions and the following disclaimer.
276 2. The name of the author(s) may not be used to endorse or promote
277 products derived from this software without specific prior written
278 permission.
280 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
281 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
282 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
283 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
284 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
285 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
286 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
287 THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
288 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
289 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
291 * src/plbasename.{c,h}:
293 Copyright (C) 2005 Syd Logan
295 This code is distributed without warranty. You are free to use this
296 code for any purpose, however, if this code is republished or
297 redistributed in its original form, as hardcopy or electronically,
298 then you must include this copyright notice along with the code.
300 * src/rrd_client.{c,h}, src/rrd_flushcached.c:
302 Copyright (C) 2008 Florian octo Forster <octo@verplant.org>
304 * src/rrd_daemon.c:
306 Copyright (C) 2008-2009 Florian octo Forster <octo@verplant.org>
307 Copyright (C) 2008-2009 Kevin Brintnall <kbrint@rufus.net>
309 * src/rrd_fetch_libdbi.c:
311 Author: Martin Sperl <rrdtool@martin.sperl.org>
313 * src/rrd_getopt.{c,h}, src/rrd_getopt1.c:
315 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97
316 Free Software Foundation, Inc.
318 This file is part of the GNU C Library. Its master source is NOT part of
319 the C library, however. The master source lives in /gd/gnu/lib.
321 The GNU C Library is free software; you can redistribute it and/or
322 modify it under the terms of the GNU Library General Public License as
323 published by the Free Software Foundation; either version 2 of the
324 License, or (at your option) any later version.
326 The GNU C Library is distributed in the hope that it will be useful,
327 but WITHOUT ANY WARRANTY; without even the implied warranty of
328 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
329 Library General Public License for more details.
331 You should have received a copy of the GNU Library General Public
332 License along with the GNU C Library; see the file COPYING.LIB. If not,
333 write to the Free Software Foundation, Inc.,
334 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
336 * src/rrd_hw.c:
338 Copyright (C) 1997-2010 Tobias Oetiker
339 Initial version by Jake Brutlag, WebTV Networks, 5/1/00
341 * src/rrd_i18n.h
343 Copyright (C) 2008 Takao Fujiwara
345 * src/rrd_is_thread_safe.h, src/rrd_not_thread_safe.c, src/rrd_thread_safe.c,
346 src/rrd_thread_safe_nt.c:
348 Copyright 1997-2010 Tobias Oetiker
349 Copyright 2003 Peter Stamfest <peter@stamfest.at>
351 * src/rrd_last.c:
353 Copyright (C) 1997-2010 Tobias Oetiker
354 Initial version by Russ Wright, @Home Network, 9/28/98
356 * src/rrd_lastupdate.c, src/rrd_restore.c, src/rrd_update.c:
358 Copyright (C) 1997-2010 Tobias Oetiker
359 Copyright (C) 2008 Florian Forster
361 * src/rrd_utils.c:
363 Copyright (C) 2009 Kevin Brintnall
364 Copyright (C) 2008 Sebastian Harl
366 * src/strftime.c:
368 Written 6 september 1989 by Jim Nutt.
369 Released into the public domain by Jim Nutt.
371 Modified 21 october 1989 by Rob Duff.
372 Modified 08 december 2004 by Tobias Oetiker.