From: Simon McVittie Date: Mon, 17 Dec 2018 11:17:59 +0000 (+0000) Subject: dbus-hash: Attempt to update copyright holders from git history X-Git-Tag: dbus-1.13.10~25^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10a5a2c695da968880aeab94c919248801f3ae16;p=thirdparty%2Fdbus.git dbus-hash: Attempt to update copyright holders from git history This is in preparation for splitting the file, tests vs. non-tests. Signed-off-by: Simon McVittie --- diff --git a/dbus/dbus-hash.c b/dbus/dbus-hash.c index 12b803f78..cf20fd58f 100644 --- a/dbus/dbus-hash.c +++ b/dbus/dbus-hash.c @@ -1,9 +1,14 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* dbus-hash.c Generic hash table utility (internal to D-Bus implementation) * - * Copyright (C) 2002 Red Hat, Inc. - * Copyright (c) 1991-1993 The Regents of the University of California. - * Copyright (c) 1994 Sun Microsystems, Inc. + * Copyright 1991-1993 The Regents of the University of California. + * Copyright 1994 Sun Microsystems, Inc. + * Copyright 2002-2005 Red Hat, Inc. + * Copyright 2003 Joe Shaw + * Copyright 2006 Sjoerd Simons + * Copyright 2010 Fridrich Å trba + * Copyright 2016 Ralf Habacker + * Copyright 2017 Endless Mobile, Inc. * * Hash table implementation based on generic/tclHash.c from the Tcl * source code. The original Tcl license applies to portions of the