From a1df3040f29223eddaa3ace0fe018fcb28cddcd9 Mon Sep 17 00:00:00 2001 From: Richard Hult Date: Tue, 2 Dec 2003 10:44:22 +0000 Subject: 2003-12-02 Richard Hult * Update AFL version to 2.0 throughout the source files to reflect the update that was done a while ago. --- qt/connection.cpp | 2 +- qt/connection.h | 2 +- qt/dbus-qt.h | 2 +- qt/dbus-qthread.cpp | 2 +- qt/integrator.cpp | 2 +- qt/integrator.h | 2 +- qt/message.cpp | 2 +- qt/message.h | 2 +- qt/server.cpp | 2 +- qt/server.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'qt') diff --git a/qt/connection.cpp b/qt/connection.cpp index 72b67ac9..0dc7e33b 100644 --- a/qt/connection.cpp +++ b/qt/connection.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/connection.h b/qt/connection.h index d1bdd015..2b9a05ca 100644 --- a/qt/connection.h +++ b/qt/connection.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/dbus-qt.h b/qt/dbus-qt.h index 9490c666..481dc799 100644 --- a/qt/dbus-qt.h +++ b/qt/dbus-qt.h @@ -4,7 +4,7 @@ * * Copyright (C) 2002 DBus Developers * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt/dbus-qthread.cpp b/qt/dbus-qthread.cpp index f85d61e9..72ccb155 100644 --- a/qt/dbus-qthread.cpp +++ b/qt/dbus-qthread.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2002 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/integrator.cpp b/qt/integrator.cpp index 4d42a76f..5cf72644 100644 --- a/qt/integrator.cpp +++ b/qt/integrator.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/integrator.h b/qt/integrator.h index ef17d3d8..32d03a3d 100644 --- a/qt/integrator.h +++ b/qt/integrator.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/message.cpp b/qt/message.cpp index 4a6fb9ec..78149559 100644 --- a/qt/message.cpp +++ b/qt/message.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/message.h b/qt/message.h index c9d9534b..a74a77a3 100644 --- a/qt/message.h +++ b/qt/message.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/server.cpp b/qt/server.cpp index 6db6e1f1..fe2edf84 100644 --- a/qt/server.cpp +++ b/qt/server.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 diff --git a/qt/server.h b/qt/server.h index 5806d662..a329de60 100644 --- a/qt/server.h +++ b/qt/server.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Zack Rusin * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * 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 -- cgit