~ubuntu-branches/ubuntu/lucid/dhcp3/lucid-security

« back to all changes in this revision

Viewing changes to omapip/hash.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-10-07 23:25:53 UTC
  • mfrom: (1.2.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20091007232553-nsdu7jit2urg4jmy
Tags: 3.1.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 *   950 Charter Street
23
23
 *   Redwood City, CA 94063
24
24
 *   <info@isc.org>
25
 
 *   http://www.isc.org/
 
25
 *   https://www.isc.org/
26
26
 *
27
27
 * This software has been written for Internet Systems Consortium
28
28
 * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
29
29
 * To learn more about Internet Systems Consortium, see
30
 
 * ``http://www.isc.org/''.  To learn more about Vixie Enterprises,
 
30
 * ``https://www.isc.org/''.  To learn more about Vixie Enterprises,
31
31
 * see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
32
32
 * ``http://www.nominum.com''.
33
33
 */
34
34
 
35
35
#ifndef lint
36
36
static char copyright[] =
37
 
"$Id: hash.c,v 1.11.16.5 2008/01/22 19:03:45 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium.  All rights reserved.\n";
 
37
"$Id: hash.c,v 1.11.16.6 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium.  All rights reserved.\n";
38
38
#endif /* not lint */
39
39
 
40
40
#include <omapip/omapip_p.h>