1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
This is Torrus (Round Robin Database Frawork), packaged for Debian
GNU/Linux by Jurij Smakov <jurij@wooyd.org> on July 1st, 2004. The
original source was downloaded from
http://sourceforge.net/projects/torrus/
Torrus is Copyright (C) 2002-2005 Stanislav Sinyagin <ssinyagin@yahoo.com>,
with the following exceptions:
doc/stylingprofile.pod.in,
doc/devdoc/devdiscover.pod,
perllib/Torrus/DevDiscover/CompaqCIM.pm,
perrlib/Torrus/DevDiscover/EmpireSystemedge.pm,
perrlib/Torrus/DevDiscover/F5BigIp.pm,
perrlib/Torrus/DevDiscover/NetApp.pm,
perrlib/Torrus/DevDiscover/NetScreen.pm,
perrlib/Torrus/DevDiscover/OracleDatabase.pm,
perrlib/Torrus/DevDiscover/RFC1697_RDBMS.pm,
perrlib/Torrus/DevDiscover/UcdSnmp.pm,
sup/styling/rainbow-schema.pl,
sup/styling/torrus-schema.pl,
examples/xmlconfig/rainbow-schema.xml,
examples/xmlconfig/generic/collector-periods.xml,
examples/xmlconfig/generic/monitors.xml,
examples/xmlconfig/old/rfc1213.xml,
xmlconfig/vendor/cisco.firewall.xml,
xmlconfig/vendor/compaq.cim.xml,
xmlconfig/vendor/empire.systemedge.ntregperf.xml,
xmlconfig/vendor/empire.systemedge.xml,
xmlconfig/vendor/f5.bigip.xml,
xmlconfig/vendor/microsoft.windows.xml,
xmlconfig/vendor/netapp.filer.xml,
xmlconfig/vendor/netscreen.xml,
xmlconfig/vendor/smokeping.xml,
xmlconfig/vendor/ucd.ucd-snmp.xml:
Copyright (C) 2003 Shawn Ferry <sferry at sevenspace dot com>
perrlib/Torrus/DevDiscover/MicrosoftWindows.pm,
perrlib/Torrus/DevDiscover/RFC2790_HOST_RESOURCES.pm,
sup/styling/colornames.pl,
examples/xmlconfig/generic/rfc2790.host-resources.xml:
Portions Copyright (C) 2003 Shawn Ferry <sferry at sevenspace dot com>
xmlconfig/examples/server.data,
xmlconfig/examples/server.tmpl:
Copyright (C) 2003 Christian Schnidrig
bin/schedulerinfo.in,
doc/scalability.pod.in:
Portions Copyright (C) 2004 Christian Schnidrig
xmlconfig/examples/ascend.max.xml,
examples/xmlconfig/generic/rfc2670.docsis-if.xml,
examples/xmlconfig/old/rfc2670.docsis-if.old.0.1.5d-20040224.xml,
xmlconfig/vendor/ascend.max.xml,
xmlconfig/vendor/cisco.ios.docsis.xml:
Portions Copyright (C) 2003 Roman Hochuli
perllib/Torrus/DevDiscover/BetterNetworks.pm,
xmlconfig/vendor/betternetworks.xml:
Portions Copyright (C) 2004 Marc Haber
examples/onmsInterfaces.sh:
Portions Copyright (C) 2004 Gustavo Torres
perllib/Torrus/Log.pm,
perrlib/Torrus/RPN.pm:
Portions Copyright (C) 1998 Jeff R. Allen and WebTV Networks, Inc.
perllib/Torrus/DevDiscover/ATMEL.pm,
xmlconfig/vendor/atmel.xml:
Copyright (C) 2004 Scott Brooks
sup/webplain/torrus.css:
Portions Copyright BlueRobot.com
Portions Copyright Ian Holsman <ian@holsman.net>
xmlconfig/examples/apc-ups.xml,
xmlconfig/vendor/apc.ups.xml,
xmlconfig/vendor/hp.hpux.xml:
Portions Copyright (C) 2003 Aaron S. Bush <abush at microelectronics dot com>
examples/xmlconfig/generic/rfc2662.adsl-line.xml,
xmlconfig/vendor/paradyne.xdsl.xml:
Portions Copyright (C) 2003 Gord Philpott <gphilpot@mnsi.net>
Torrus is distributed under the following terms:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The full text of the GNU General Public Licence is also available on
any Debian installation as /usr/share/common-licenses/GPL.
|