diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-05-31 20:39:52 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-05-31 20:39:52 +0100 |
commit | 466b738fa9bd7d1c0165ad69bf4d09c4a48a60c8 (patch) | |
tree | 320b2653521becec3744227660f355d16e64c063 /org | |
parent | 417244f5799811b08002ad6a11dd75e3aeaa425b (diff) |
relicence to LGPL
Diffstat (limited to 'org')
103 files changed, 106 insertions, 105 deletions
diff --git a/org/freedesktop/DBus.java b/org/freedesktop/DBus.java index 7be8b85..83e7f67 100644 --- a/org/freedesktop/DBus.java +++ b/org/freedesktop/DBus.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/AbstractConnection.java b/org/freedesktop/dbus/AbstractConnection.java index 701a131..219ad00 100644 --- a/org/freedesktop/dbus/AbstractConnection.java +++ b/org/freedesktop/dbus/AbstractConnection.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/ArrayFrob.java b/org/freedesktop/dbus/ArrayFrob.java index 5a9e14a..978b198 100644 --- a/org/freedesktop/dbus/ArrayFrob.java +++ b/org/freedesktop/dbus/ArrayFrob.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/BusAddress.java b/org/freedesktop/dbus/BusAddress.java index 65673c7..84594da 100644 --- a/org/freedesktop/dbus/BusAddress.java +++ b/org/freedesktop/dbus/BusAddress.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/CallbackHandler.java b/org/freedesktop/dbus/CallbackHandler.java index 9764a50..2e78336 100644 --- a/org/freedesktop/dbus/CallbackHandler.java +++ b/org/freedesktop/dbus/CallbackHandler.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Container.java b/org/freedesktop/dbus/Container.java index 55df41d..d2efb67 100644 --- a/org/freedesktop/dbus/Container.java +++ b/org/freedesktop/dbus/Container.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusAsyncReply.java b/org/freedesktop/dbus/DBusAsyncReply.java index cd277a6..252cf07 100644 --- a/org/freedesktop/dbus/DBusAsyncReply.java +++ b/org/freedesktop/dbus/DBusAsyncReply.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusCallInfo.java b/org/freedesktop/dbus/DBusCallInfo.java index df1a67b..d34ef4e 100644 --- a/org/freedesktop/dbus/DBusCallInfo.java +++ b/org/freedesktop/dbus/DBusCallInfo.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusConnection.java b/org/freedesktop/dbus/DBusConnection.java index 2ee444a..6af864a 100644 --- a/org/freedesktop/dbus/DBusConnection.java +++ b/org/freedesktop/dbus/DBusConnection.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. @@ -183,6 +183,7 @@ public class DBusConnection extends AbstractConnection } } + @SuppressWarnings("unchecked") DBusInterface dynamicProxy(String source, String path) throws DBusException { try { diff --git a/org/freedesktop/dbus/DBusInterface.java b/org/freedesktop/dbus/DBusInterface.java index 613cb50..7b0d30a 100644 --- a/org/freedesktop/dbus/DBusInterface.java +++ b/org/freedesktop/dbus/DBusInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusInterfaceName.java b/org/freedesktop/dbus/DBusInterfaceName.java index c6f76bf..5400a92 100644 --- a/org/freedesktop/dbus/DBusInterfaceName.java +++ b/org/freedesktop/dbus/DBusInterfaceName.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusMap.java b/org/freedesktop/dbus/DBusMap.java index 821ac72..2ac65f1 100644 --- a/org/freedesktop/dbus/DBusMap.java +++ b/org/freedesktop/dbus/DBusMap.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusMatchRule.java b/org/freedesktop/dbus/DBusMatchRule.java index 76afd91..a6f54ed 100644 --- a/org/freedesktop/dbus/DBusMatchRule.java +++ b/org/freedesktop/dbus/DBusMatchRule.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusMemberName.java b/org/freedesktop/dbus/DBusMemberName.java index 6cb9cba..da7f8fd 100644 --- a/org/freedesktop/dbus/DBusMemberName.java +++ b/org/freedesktop/dbus/DBusMemberName.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusSerializable.java b/org/freedesktop/dbus/DBusSerializable.java index 8a61671..8e31137 100644 --- a/org/freedesktop/dbus/DBusSerializable.java +++ b/org/freedesktop/dbus/DBusSerializable.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusSigHandler.java b/org/freedesktop/dbus/DBusSigHandler.java index b863103..a56d845 100644 --- a/org/freedesktop/dbus/DBusSigHandler.java +++ b/org/freedesktop/dbus/DBusSigHandler.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DBusSignal.java b/org/freedesktop/dbus/DBusSignal.java index bc8ec52..e3b5dee 100644 --- a/org/freedesktop/dbus/DBusSignal.java +++ b/org/freedesktop/dbus/DBusSignal.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/DirectConnection.java b/org/freedesktop/dbus/DirectConnection.java index 010d071..62cf7e8 100644 --- a/org/freedesktop/dbus/DirectConnection.java +++ b/org/freedesktop/dbus/DirectConnection.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/EfficientMap.java b/org/freedesktop/dbus/EfficientMap.java index 45c6f4f..67a2484 100644 --- a/org/freedesktop/dbus/EfficientMap.java +++ b/org/freedesktop/dbus/EfficientMap.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/EfficientQueue.java b/org/freedesktop/dbus/EfficientQueue.java index 59be8f6..5724730 100644 --- a/org/freedesktop/dbus/EfficientQueue.java +++ b/org/freedesktop/dbus/EfficientQueue.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Error.java b/org/freedesktop/dbus/Error.java index 947cd67..16e1126 100644 --- a/org/freedesktop/dbus/Error.java +++ b/org/freedesktop/dbus/Error.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/ExportedObject.java b/org/freedesktop/dbus/ExportedObject.java index c7bb905..3afa54b 100644 --- a/org/freedesktop/dbus/ExportedObject.java +++ b/org/freedesktop/dbus/ExportedObject.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Gettext.java b/org/freedesktop/dbus/Gettext.java index dc38189..3399eb3 100644 --- a/org/freedesktop/dbus/Gettext.java +++ b/org/freedesktop/dbus/Gettext.java @@ -4,12 +4,12 @@ * Copyright (C) 2007 Matthew Johnson * * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License Version 2 as published by + * under the terms of the GNU Lesser General Public License Version 2 as published by * the Free Software Foundation. This program is distributed in the hope that * it will be useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. You should have received a - * copy of the GNU General Public License along with this program; if not, + * GNU Lesser General Public License for more details. You should have received a + * copy of the GNU Lesser General Public License along with this program; if not, * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * diff --git a/org/freedesktop/dbus/InternalSignal.java b/org/freedesktop/dbus/InternalSignal.java index 84ce71e..55954d5 100644 --- a/org/freedesktop/dbus/InternalSignal.java +++ b/org/freedesktop/dbus/InternalSignal.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Marshalling.java b/org/freedesktop/dbus/Marshalling.java index 5028860..811fb4a 100644 --- a/org/freedesktop/dbus/Marshalling.java +++ b/org/freedesktop/dbus/Marshalling.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Message.java b/org/freedesktop/dbus/Message.java index c514002..405b202 100644 --- a/org/freedesktop/dbus/Message.java +++ b/org/freedesktop/dbus/Message.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/MessageReader.java b/org/freedesktop/dbus/MessageReader.java index 2aec172..4f1437d 100644 --- a/org/freedesktop/dbus/MessageReader.java +++ b/org/freedesktop/dbus/MessageReader.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/MessageWriter.java b/org/freedesktop/dbus/MessageWriter.java index 9928d12..bf19d03 100644 --- a/org/freedesktop/dbus/MessageWriter.java +++ b/org/freedesktop/dbus/MessageWriter.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/MethodCall.java b/org/freedesktop/dbus/MethodCall.java index 9ed96ec..c10b1b0 100644 --- a/org/freedesktop/dbus/MethodCall.java +++ b/org/freedesktop/dbus/MethodCall.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/MethodReturn.java b/org/freedesktop/dbus/MethodReturn.java index ac3a6fd..b0f719a 100644 --- a/org/freedesktop/dbus/MethodReturn.java +++ b/org/freedesktop/dbus/MethodReturn.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/MethodTuple.java b/org/freedesktop/dbus/MethodTuple.java index 374cd7c..dd2c4a9 100644 --- a/org/freedesktop/dbus/MethodTuple.java +++ b/org/freedesktop/dbus/MethodTuple.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/ObjectPath.java b/org/freedesktop/dbus/ObjectPath.java index c32e7fc..2cd177e 100644 --- a/org/freedesktop/dbus/ObjectPath.java +++ b/org/freedesktop/dbus/ObjectPath.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/ObjectTree.java b/org/freedesktop/dbus/ObjectTree.java index 4c8932c..f7d0591 100644 --- a/org/freedesktop/dbus/ObjectTree.java +++ b/org/freedesktop/dbus/ObjectTree.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Path.java b/org/freedesktop/dbus/Path.java index 6642393..449604d 100644 --- a/org/freedesktop/dbus/Path.java +++ b/org/freedesktop/dbus/Path.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Position.java b/org/freedesktop/dbus/Position.java index 576fb5d..45e68d8 100644 --- a/org/freedesktop/dbus/Position.java +++ b/org/freedesktop/dbus/Position.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/RemoteInvocationHandler.java b/org/freedesktop/dbus/RemoteInvocationHandler.java index e1a262f..cf4fad3 100644 --- a/org/freedesktop/dbus/RemoteInvocationHandler.java +++ b/org/freedesktop/dbus/RemoteInvocationHandler.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/RemoteObject.java b/org/freedesktop/dbus/RemoteObject.java index 46b7025..8a1f620 100644 --- a/org/freedesktop/dbus/RemoteObject.java +++ b/org/freedesktop/dbus/RemoteObject.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/SignalTuple.java b/org/freedesktop/dbus/SignalTuple.java index e35f101..94cadee 100644 --- a/org/freedesktop/dbus/SignalTuple.java +++ b/org/freedesktop/dbus/SignalTuple.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Struct.java b/org/freedesktop/dbus/Struct.java index c24d666..7d37ed0 100644 --- a/org/freedesktop/dbus/Struct.java +++ b/org/freedesktop/dbus/Struct.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Transport.java b/org/freedesktop/dbus/Transport.java index 12f2f1a..7c289f8 100644 --- a/org/freedesktop/dbus/Transport.java +++ b/org/freedesktop/dbus/Transport.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Tuple.java b/org/freedesktop/dbus/Tuple.java index 0ab1760..becfc60 100644 --- a/org/freedesktop/dbus/Tuple.java +++ b/org/freedesktop/dbus/Tuple.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/TypeSignature.java b/org/freedesktop/dbus/TypeSignature.java index 59a4601..c297821 100644 --- a/org/freedesktop/dbus/TypeSignature.java +++ b/org/freedesktop/dbus/TypeSignature.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/UInt16.java b/org/freedesktop/dbus/UInt16.java index fb21c9e..45af710 100644 --- a/org/freedesktop/dbus/UInt16.java +++ b/org/freedesktop/dbus/UInt16.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/UInt32.java b/org/freedesktop/dbus/UInt32.java index 5bacc0c..17b9f07 100644 --- a/org/freedesktop/dbus/UInt32.java +++ b/org/freedesktop/dbus/UInt32.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/UInt64.java b/org/freedesktop/dbus/UInt64.java index 855e1aa..b3e4cb9 100644 --- a/org/freedesktop/dbus/UInt64.java +++ b/org/freedesktop/dbus/UInt64.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/Variant.java b/org/freedesktop/dbus/Variant.java index 03e8cce..621296a 100644 --- a/org/freedesktop/dbus/Variant.java +++ b/org/freedesktop/dbus/Variant.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/Caller.java b/org/freedesktop/dbus/bin/Caller.java index 9b7c6f2..ecd6002 100644 --- a/org/freedesktop/dbus/bin/Caller.java +++ b/org/freedesktop/dbus/bin/Caller.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/CreateInterface.java b/org/freedesktop/dbus/bin/CreateInterface.java index 73c5ea8..18769f9 100644 --- a/org/freedesktop/dbus/bin/CreateInterface.java +++ b/org/freedesktop/dbus/bin/CreateInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/DBusDaemon.java b/org/freedesktop/dbus/bin/DBusDaemon.java index 5147a72..30ecff9 100644 --- a/org/freedesktop/dbus/bin/DBusDaemon.java +++ b/org/freedesktop/dbus/bin/DBusDaemon.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/IdentifierMangler.java b/org/freedesktop/dbus/bin/IdentifierMangler.java index 0ccf60b..db596f4 100644 --- a/org/freedesktop/dbus/bin/IdentifierMangler.java +++ b/org/freedesktop/dbus/bin/IdentifierMangler.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/IterableNodeList.java b/org/freedesktop/dbus/bin/IterableNodeList.java index 96a0260..ddd5884 100644 --- a/org/freedesktop/dbus/bin/IterableNodeList.java +++ b/org/freedesktop/dbus/bin/IterableNodeList.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/ListDBus.java b/org/freedesktop/dbus/bin/ListDBus.java index 18a767b..93d4ad5 100644 --- a/org/freedesktop/dbus/bin/ListDBus.java +++ b/org/freedesktop/dbus/bin/ListDBus.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/NodeListIterator.java b/org/freedesktop/dbus/bin/NodeListIterator.java index 37ad038..ea2d23a 100644 --- a/org/freedesktop/dbus/bin/NodeListIterator.java +++ b/org/freedesktop/dbus/bin/NodeListIterator.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/bin/StructStruct.java b/org/freedesktop/dbus/bin/StructStruct.java index d824d8e..f302f6d 100644 --- a/org/freedesktop/dbus/bin/StructStruct.java +++ b/org/freedesktop/dbus/bin/StructStruct.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/DBusException.java b/org/freedesktop/dbus/exceptions/DBusException.java index 62afac1..15f46d0 100644 --- a/org/freedesktop/dbus/exceptions/DBusException.java +++ b/org/freedesktop/dbus/exceptions/DBusException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/DBusExecutionException.java b/org/freedesktop/dbus/exceptions/DBusExecutionException.java index f64f0be..7dd54fd 100644 --- a/org/freedesktop/dbus/exceptions/DBusExecutionException.java +++ b/org/freedesktop/dbus/exceptions/DBusExecutionException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/FatalDBusException.java b/org/freedesktop/dbus/exceptions/FatalDBusException.java index 3fca524..6f8d401 100644 --- a/org/freedesktop/dbus/exceptions/FatalDBusException.java +++ b/org/freedesktop/dbus/exceptions/FatalDBusException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/FatalException.java b/org/freedesktop/dbus/exceptions/FatalException.java index 21b057c..d69efa5 100644 --- a/org/freedesktop/dbus/exceptions/FatalException.java +++ b/org/freedesktop/dbus/exceptions/FatalException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/InternalMessageException.java b/org/freedesktop/dbus/exceptions/InternalMessageException.java index ff6e80f..4113bca 100644 --- a/org/freedesktop/dbus/exceptions/InternalMessageException.java +++ b/org/freedesktop/dbus/exceptions/InternalMessageException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/MarshallingException.java b/org/freedesktop/dbus/exceptions/MarshallingException.java index 384fb2e..cf60d3b 100644 --- a/org/freedesktop/dbus/exceptions/MarshallingException.java +++ b/org/freedesktop/dbus/exceptions/MarshallingException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/MessageFormatException.java b/org/freedesktop/dbus/exceptions/MessageFormatException.java index 2c0ddfd..b7efcf7 100644 --- a/org/freedesktop/dbus/exceptions/MessageFormatException.java +++ b/org/freedesktop/dbus/exceptions/MessageFormatException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/MessageProtocolVersionException.java b/org/freedesktop/dbus/exceptions/MessageProtocolVersionException.java index 761a495..9f6e44e 100644 --- a/org/freedesktop/dbus/exceptions/MessageProtocolVersionException.java +++ b/org/freedesktop/dbus/exceptions/MessageProtocolVersionException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/MessageTypeException.java b/org/freedesktop/dbus/exceptions/MessageTypeException.java index 73db673..b36f30e 100644 --- a/org/freedesktop/dbus/exceptions/MessageTypeException.java +++ b/org/freedesktop/dbus/exceptions/MessageTypeException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/NonFatalException.java b/org/freedesktop/dbus/exceptions/NonFatalException.java index 3941329..dc565f2 100644 --- a/org/freedesktop/dbus/exceptions/NonFatalException.java +++ b/org/freedesktop/dbus/exceptions/NonFatalException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/NotConnected.java b/org/freedesktop/dbus/exceptions/NotConnected.java index 2367209..71b8d44 100644 --- a/org/freedesktop/dbus/exceptions/NotConnected.java +++ b/org/freedesktop/dbus/exceptions/NotConnected.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/exceptions/UnknownTypeCodeException.java b/org/freedesktop/dbus/exceptions/UnknownTypeCodeException.java index 354d82c..b00f5b6 100644 --- a/org/freedesktop/dbus/exceptions/UnknownTypeCodeException.java +++ b/org/freedesktop/dbus/exceptions/UnknownTypeCodeException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/ProfileStruct.java b/org/freedesktop/dbus/test/ProfileStruct.java index b8b6b83..9fa963b 100644 --- a/org/freedesktop/dbus/test/ProfileStruct.java +++ b/org/freedesktop/dbus/test/ProfileStruct.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/Profiler.java b/org/freedesktop/dbus/test/Profiler.java index 8263f07..f62d66f 100644 --- a/org/freedesktop/dbus/test/Profiler.java +++ b/org/freedesktop/dbus/test/Profiler.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/ProfilerInstance.java b/org/freedesktop/dbus/test/ProfilerInstance.java index 775bf0e..db39932 100644 --- a/org/freedesktop/dbus/test/ProfilerInstance.java +++ b/org/freedesktop/dbus/test/ProfilerInstance.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestException.java b/org/freedesktop/dbus/test/TestException.java index b36d5d6..2314ec3 100644 --- a/org/freedesktop/dbus/test/TestException.java +++ b/org/freedesktop/dbus/test/TestException.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestNewInterface.java b/org/freedesktop/dbus/test/TestNewInterface.java index b0775ce..4199403 100644 --- a/org/freedesktop/dbus/test/TestNewInterface.java +++ b/org/freedesktop/dbus/test/TestNewInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestRemoteInterface.java b/org/freedesktop/dbus/test/TestRemoteInterface.java index 25a637f..fab14bb 100644 --- a/org/freedesktop/dbus/test/TestRemoteInterface.java +++ b/org/freedesktop/dbus/test/TestRemoteInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestRemoteInterface2.java b/org/freedesktop/dbus/test/TestRemoteInterface2.java index 1867ea3..a44d627 100644 --- a/org/freedesktop/dbus/test/TestRemoteInterface2.java +++ b/org/freedesktop/dbus/test/TestRemoteInterface2.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestSerializable.java b/org/freedesktop/dbus/test/TestSerializable.java index 2da4f83..8014299 100644 --- a/org/freedesktop/dbus/test/TestSerializable.java +++ b/org/freedesktop/dbus/test/TestSerializable.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestSignalInterface.java b/org/freedesktop/dbus/test/TestSignalInterface.java index ab0a951..18cf3e6 100644 --- a/org/freedesktop/dbus/test/TestSignalInterface.java +++ b/org/freedesktop/dbus/test/TestSignalInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestStruct.java b/org/freedesktop/dbus/test/TestStruct.java index 033c5e0..ca5deac 100644 --- a/org/freedesktop/dbus/test/TestStruct.java +++ b/org/freedesktop/dbus/test/TestStruct.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestStruct2.java b/org/freedesktop/dbus/test/TestStruct2.java index 0b307d7..5c8797b 100644 --- a/org/freedesktop/dbus/test/TestStruct2.java +++ b/org/freedesktop/dbus/test/TestStruct2.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestStruct3.java b/org/freedesktop/dbus/test/TestStruct3.java index c89dc67..52edbe0 100644 --- a/org/freedesktop/dbus/test/TestStruct3.java +++ b/org/freedesktop/dbus/test/TestStruct3.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TestTuple.java b/org/freedesktop/dbus/test/TestTuple.java index 48962ca..1cf507a 100644 --- a/org/freedesktop/dbus/test/TestTuple.java +++ b/org/freedesktop/dbus/test/TestTuple.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TwoPartInterface.java b/org/freedesktop/dbus/test/TwoPartInterface.java index fd771f7..af214cf 100644 --- a/org/freedesktop/dbus/test/TwoPartInterface.java +++ b/org/freedesktop/dbus/test/TwoPartInterface.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/TwoPartObject.java b/org/freedesktop/dbus/test/TwoPartObject.java index 06c0d7f..3c7237b 100644 --- a/org/freedesktop/dbus/test/TwoPartObject.java +++ b/org/freedesktop/dbus/test/TwoPartObject.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/cross_test_client.java b/org/freedesktop/dbus/test/cross_test_client.java index 4093b9c..ae8369b 100644 --- a/org/freedesktop/dbus/test/cross_test_client.java +++ b/org/freedesktop/dbus/test/cross_test_client.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/cross_test_server.java b/org/freedesktop/dbus/test/cross_test_server.java index d8086e6..acfb2fa 100644 --- a/org/freedesktop/dbus/test/cross_test_server.java +++ b/org/freedesktop/dbus/test/cross_test_server.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/profile.java b/org/freedesktop/dbus/test/profile.java index 4edabf8..3c74b0a 100644 --- a/org/freedesktop/dbus/test/profile.java +++ b/org/freedesktop/dbus/test/profile.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/test.java b/org/freedesktop/dbus/test/test.java index dae3e27..ec18f74 100644 --- a/org/freedesktop/dbus/test/test.java +++ b/org/freedesktop/dbus/test/test.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/test_low_level.java b/org/freedesktop/dbus/test/test_low_level.java index d81587f..e65956d 100644 --- a/org/freedesktop/dbus/test/test_low_level.java +++ b/org/freedesktop/dbus/test/test_low_level.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/test_p2p_client.java b/org/freedesktop/dbus/test/test_p2p_client.java index aa6d64f..aafbca4 100644 --- a/org/freedesktop/dbus/test/test_p2p_client.java +++ b/org/freedesktop/dbus/test/test_p2p_client.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/test_p2p_server.java b/org/freedesktop/dbus/test/test_p2p_server.java index 6ba7af2..a8365fe 100644 --- a/org/freedesktop/dbus/test/test_p2p_server.java +++ b/org/freedesktop/dbus/test/test_p2p_server.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/two_part_test_client.java b/org/freedesktop/dbus/test/two_part_test_client.java index 1f132e9..f37e955 100644 --- a/org/freedesktop/dbus/test/two_part_test_client.java +++ b/org/freedesktop/dbus/test/two_part_test_client.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/test/two_part_test_server.java b/org/freedesktop/dbus/test/two_part_test_server.java index 01c0a88..7452303 100644 --- a/org/freedesktop/dbus/test/two_part_test_server.java +++ b/org/freedesktop/dbus/test/two_part_test_server.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/types/DBusListType.java b/org/freedesktop/dbus/types/DBusListType.java index 12d0f71..f7711dc 100644 --- a/org/freedesktop/dbus/types/DBusListType.java +++ b/org/freedesktop/dbus/types/DBusListType.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/types/DBusMapType.java b/org/freedesktop/dbus/types/DBusMapType.java index d845d93..825df7d 100644 --- a/org/freedesktop/dbus/types/DBusMapType.java +++ b/org/freedesktop/dbus/types/DBusMapType.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/types/DBusStructType.java b/org/freedesktop/dbus/types/DBusStructType.java index e18c577..86d7533 100644 --- a/org/freedesktop/dbus/types/DBusStructType.java +++ b/org/freedesktop/dbus/types/DBusStructType.java @@ -3,7 +3,7 @@ Copyright (c) 2005-2006 Matthew Johnson This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/DBusEntry.java b/org/freedesktop/dbus/viewer/DBusEntry.java index 38eee63..a71005e 100644 --- a/org/freedesktop/dbus/viewer/DBusEntry.java +++ b/org/freedesktop/dbus/viewer/DBusEntry.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/DBusTableModel.java b/org/freedesktop/dbus/viewer/DBusTableModel.java index cd23f4b..d4363d4 100644 --- a/org/freedesktop/dbus/viewer/DBusTableModel.java +++ b/org/freedesktop/dbus/viewer/DBusTableModel.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/DBusViewer.java b/org/freedesktop/dbus/viewer/DBusViewer.java index 660dae1..4d7e1b8 100644 --- a/org/freedesktop/dbus/viewer/DBusViewer.java +++ b/org/freedesktop/dbus/viewer/DBusViewer.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/FileSaver.java b/org/freedesktop/dbus/viewer/FileSaver.java index 78b94c7..789aa65 100644 --- a/org/freedesktop/dbus/viewer/FileSaver.java +++ b/org/freedesktop/dbus/viewer/FileSaver.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/IntrospectAction.java b/org/freedesktop/dbus/viewer/IntrospectAction.java index 43d68a7..d2110e9 100644 --- a/org/freedesktop/dbus/viewer/IntrospectAction.java +++ b/org/freedesktop/dbus/viewer/IntrospectAction.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/SaveAllAction.java b/org/freedesktop/dbus/viewer/SaveAllAction.java index 7f75925..d8bfb19 100644 --- a/org/freedesktop/dbus/viewer/SaveAllAction.java +++ b/org/freedesktop/dbus/viewer/SaveAllAction.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/SaveFileAction.java b/org/freedesktop/dbus/viewer/SaveFileAction.java index c0ff6b0..487e22d 100644 --- a/org/freedesktop/dbus/viewer/SaveFileAction.java +++ b/org/freedesktop/dbus/viewer/SaveFileAction.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/StringStreamFactory.java b/org/freedesktop/dbus/viewer/StringStreamFactory.java index 9960614..b8c28ab 100644 --- a/org/freedesktop/dbus/viewer/StringStreamFactory.java +++ b/org/freedesktop/dbus/viewer/StringStreamFactory.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/TabbedSaveAction.java b/org/freedesktop/dbus/viewer/TabbedSaveAction.java index 3b2d0fd..1f49c6a 100644 --- a/org/freedesktop/dbus/viewer/TabbedSaveAction.java +++ b/org/freedesktop/dbus/viewer/TabbedSaveAction.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. diff --git a/org/freedesktop/dbus/viewer/TextFile.java b/org/freedesktop/dbus/viewer/TextFile.java index 38b3a4a..ecff9a7 100644 --- a/org/freedesktop/dbus/viewer/TextFile.java +++ b/org/freedesktop/dbus/viewer/TextFile.java @@ -3,7 +3,7 @@ Copyright (c) 2006 Peter Cox This program is free software; you can redistribute it and/or modify it - under the terms of either the GNU General Public License Version 2 or the + under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file with this program. |