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
|
This package was debianized by Matthias Klose <doko@debian.org> on Sun, 20
Aug 2006 14:22:13 +0200 and is maintained by the Debian Perl group.
It was downloaded from http://search.cpan.org/dist/Sys-Syslog/
Upstream Maintainer: Sebastien Aperghis-Tramoni
COPYRIGHT
Copyright (C) 1990-2008 by Larry Wall and others.
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
AUTHORS & ACKNOWLEDGEMENTS
Tom Christiansen <tchrist (at) perl.com> and Larry Wall <larry (at)
wall.org>.
UNIX domain sockets added by Sean Robinson <robinson_s (at) sc.maricopa.edu>
with support from Tim Bunce <Tim.Bunce (at) ig.co.uk> and the
"perl5-porters" mailing list.
Dependency on syslog.ph replaced with XS code by Tom Hughes <tom (at)
compton.nu>.
Code for "constant()"s regenerated by Nicholas Clark <nick (at) ccl4.org>.
Failover to different communication modes by Nick Williams <Nick.Williams
(at) morganstanley.com>.
Extracted from core distribution for publishing on the CPAN by Sebastien
Aperghis-Tramoni <sebastien (at) aperghis.net>.
XS code for using native C functions borrowed from "Unix::Syslog", written
by Marcus Harnisch <mar- cus.harnisch (at) gmx.net>.
Yves Orton suggested and helped for making "Sys::Syslog" use the native
event logger under Win32 systems.
Jerry D. Hedden and Reini Urban provided greatly appreciated help to debug
and polish "Sys::Syslog" under Cygwin.
~~~~~
./ppport.h:
COPYRIGHT
Version 3.x, Copyright (c) 2004-2006, Marcus Holland-Moritz.
Version 2.x, Copyright (C) 2001, Paul Marquess.
Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
~~~~~
The license terms for Perl are as follows:
This program is free software; you can redistribute it and/or modify
it under the terms of either:
a) the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or
b) the "Artistic License" which comes with Perl.
On Debian GNU/Linux systems, the complete texts of the GNU General
Public License and the Artistic License can be found in the files
`/usr/share/common-licenses/GPL' and `/usr/share/common-licenses/Artistic'
respectively.
|