diff options
| author | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-10-05 17:37:07 +0100 |
|---|---|---|
| committer | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-10-05 17:37:07 +0100 |
| commit | 263e3ad1cf99e7cd115e7051ed1ea3f2cc35c587 (patch) | |
| tree | a0222299c8363f469bb431f79821e41a6bf78fd8 /dbus/_dbus.py | |
| parent | da74c4cce7fee0dc4b5f0fa2144211f1bd0d9cdd (diff) | |
| download | dbus-python-263e3ad1cf99e7cd115e7051ed1ea3f2cc35c587.tar.gz | |
Seth was a Red Hat employee when contributing to dbus-python: alter copyright notices accordingly
Diffstat (limited to 'dbus/_dbus.py')
| -rw-r--r-- | dbus/_dbus.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/_dbus.py b/dbus/_dbus.py index b6f25b7..4712244 100644 --- a/dbus/_dbus.py +++ b/dbus/_dbus.py @@ -40,10 +40,9 @@ For example, the dbus-daemon itself provides a service and some objects:: print(dbus_object.ListServices()) """ -# Copyright (C) 2003, 2004 Seth Nickell +# Copyright (C) 2003, 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/> # Copyright (C) 2003 David Zeuthen # Copyright (C) 2004 Rob Taylor -# Copyright (C) 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/> # Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/> # # Licensed under the Academic Free License version 2.1 |
