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
|
This is Debian GNU/Linux's prepackaged IPC::ShareLite.
IPC::ShareLite provides a simple interface to shared memory, allowing
data to be efficiently communicated between processes. Your operating
system must support SysV IPC (shared memory and semaphores) in order to
use this module.
This package was put together by Christopher C. Chimelis
<chris@debian.org>. The original sources should always be available
from the Comprehensive Perl Archive Network (CPAN). Visit
<URL:http://www.perl.com/CPAN/> to find a CPAN site near you.
The only change for the Debian package was the addition of the debian/
files.
The IPC::ShareLite copyright is explicitely stated below. The phrase
'under the same terms as Perl itself' refers to the Perl license, which is
located on your system at /usr/share/doc/perl/copyright.
The IPC::ShareLite copyright is as follows:
Copyright (C) 1998, Maurice Aubrey <maurice@hevanet.com>.
All rights reserved.
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"
See:
/usr/share/common-licenses/Artistic
/usr/share/common-licenses/GPL
For more information regarding these licensing options
|