diff options
author | Guillem Jover <guillem@debian.org> | 2012-08-03 13:14:17 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-07-18 01:41:18 +0200 |
commit | c24cc696c75c55dd832fc3715ebdf155f0449c0e (patch) | |
tree | 3c396ac124b1fad5f8397dce35acabaa4149d655 /debian/copyright | |
parent | 797f8512f6326a22d816a08958cef965269f1009 (diff) | |
download | dpkg-c24cc696c75c55dd832fc3715ebdf155f0449c0e.tar.gz |
libcompat: Take over md5 module from libdpkg
The md5 code is imported from the BSDs, and should not generally be
touched, only updated from there. Also on several platforms the code
should use the system available interfaces instead.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 85e2636b2..0e3149c05 100644 --- a/debian/copyright +++ b/debian/copyright @@ -37,7 +37,7 @@ Copyright © 1994 Matt Welsh <mdw@sunsite.unc.edu> Copyright © 1994 Ian Murdock <imurdock@debian.org> Includes public domain MD5 code: - lib/dpkg/md5.c and lib/dpkg/md5.h originally written by Colin Plumb, + lib/compat/md5.c and lib/compat/md5.h originally written by Colin Plumb, Includes code from ‘getopt’ and ‘gettext’: Copyright © 1984-2002 Free Software Foundation, Inc. |