From 43605a6f4e78a8c28afb4b1e924dff0301e0e95c Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 10 Aug 2004 03:07:01 +0000 Subject: 2004-08-09 Havoc Pennington * COPYING: switch to Academic Free License version 2.1 instead of 2.0, to resolve complaints about patent termination clause. --- glib/dbus-gproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib/dbus-gproxy.c') 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; } -- cgit