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
|
This is Debian GNU/Linux's prepackaged version of Digest::HMAC. This
is a perl library for implementing the HMAC mechanism described in RFC
2104.
This package was put together by Michael Alan Dorman <mdorman@debian.org>.
It is now maintained by Matthias Urlichs <smurf@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 Digest::HMAC copright is as follows:
Copyright 1998-2001 Gisle Aas.
Copyright 1998 Graham Barr.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Larry Wall's "Artistic License" for perl can be found in
/usr/share/common-licenses/Artistic, and the GPL can be found in
/usr/share/common-licenses/GPL-2.
|