summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gproxy.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-08-10 03:07:01 +0000
committerHavoc Pennington <hp@redhat.com>2004-08-10 03:07:01 +0000
commit43605a6f4e78a8c28afb4b1e924dff0301e0e95c (patch)
tree85a0cb9cda1bdac4692129c576f42401b2482705 /glib/dbus-gproxy.c
parent138e17cce0ab1051ff4f7b6d60521c70beb0269c (diff)
2004-08-09 Havoc Pennington <hp@redhat.com>
* COPYING: switch to Academic Free License version 2.1 instead of 2.0, to resolve complaints about patent termination clause.
Diffstat (limited to 'glib/dbus-gproxy.c')
-rw-r--r--glib/dbus-gproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c
index a5827be9..fe285ab3 100644
--- a/glib/dbus-gproxy.c
+++ b/glib/dbus-gproxy.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -903,7 +903,7 @@ dbus_g_proxy_new_for_service (DBusGConnection *connection,
g_return_val_if_fail (interface_name != NULL, NULL);
proxy = dbus_g_proxy_new (connection, service_name,
- path_name, interface_name);
+ path_name, interface_name);
return proxy;
}