summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-22 11:10:53 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-22 11:10:53 +0000
commitbe52835d092eaf45f8367838c65842baf0b21eab (patch)
tree753f033fc29706b7b87f2eaf974d9c26acde2a05
parent07b5f9b76ace4b679713f58796cb8458971f0fe6 (diff)
downloaddbus-python-be52835d092eaf45f8367838c65842baf0b21eab.tar.gz
Fix completely misplaced copyright info line which somehow ended up in dbus.data
-rw-r--r--dbus/data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/data.py b/dbus/data.py
index 08cdf60..bf573a4 100644
--- a/dbus/data.py
+++ b/dbus/data.py
@@ -26,7 +26,6 @@ types module, which is problematic in Scratchbox.
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
-Copyright holders and licensing are indicated in the source files.
__all__ = ('ObjectPath', 'ByteArray', 'Signature', 'Byte', 'Boolean',
'Int16', 'UInt16', 'Int32', 'UInt32', 'Int64', 'UInt64',
'Double', 'String', 'Array', 'Struct', 'Dictionary',