~stefanor/ibid/jabber-reconnect

« back to all changes in this revision

Viewing changes to ibid/dbus.py

  • Committer: Stefano Rivera
  • Date: 2010-01-19 12:16:21 UTC
  • mfrom: (845.1.13 attribution-501937)
  • Revision ID: stefano@rivera.za.net-20100119121621-e2uqq8rt4bxbq027
Remove copyright assignment requirement, and rework COPYING a little.
Attribute file authors.
Add AUTHORS.
https://code.launchpad.net/~stefanor/ibid/attribution-501937/+merge/17636

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2008-2009, Michael Gorven
 
2
# Released under terms of the MIT/X/Expat Licence. See COPYING for details.
 
3
 
1
4
import dbus.service
2
5
 
3
6
class DbusModule(dbus.service.Object):