]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus-hash: Attempt to update copyright holders from git history
authorSimon McVittie <smcv@collabora.com>
Mon, 17 Dec 2018 11:17:59 +0000 (11:17 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 21 Jan 2019 15:20:05 +0000 (15:20 +0000)
This is in preparation for splitting the file, tests vs. non-tests.

Signed-off-by: Simon McVittie <smcv@collabora.com>
dbus/dbus-hash.c

index 12b803f7899d6d236e5957345005b910b367fd42..cf20fd58f682099d4a54af3f10a733961c6ffa79 100644 (file)
@@ -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