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. --- bus/activation.c | 2 +- bus/activation.h | 2 +- bus/bus.c | 2 +- bus/bus.h | 2 +- bus/config-loader-expat.c | 2 +- bus/config-loader-libxml.c | 2 +- bus/config-parser.c | 2 +- bus/config-parser.h | 2 +- bus/connection.c | 2 +- bus/connection.h | 2 +- bus/desktop-file.c | 2 +- bus/desktop-file.h | 2 +- bus/dispatch.c | 2 +- bus/dispatch.h | 2 +- bus/driver.c | 2 +- bus/driver.h | 2 +- bus/expirelist.c | 2 +- bus/expirelist.h | 2 +- bus/main.c | 2 +- bus/policy.c | 2 +- bus/policy.h | 2 +- bus/services.c | 2 +- bus/services.h | 2 +- bus/signals.c | 2 +- bus/signals.h | 2 +- bus/test-main.c | 2 +- bus/test.c | 2 +- bus/test.h | 2 +- bus/utils.c | 2 +- bus/utils.h | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) (limited to 'bus') diff --git a/bus/activation.c b/bus/activation.c index bdb294a8..86d0cc03 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/activation.h b/bus/activation.h index 2bf2eb47..76a1b265 100644 --- a/bus/activation.h +++ b/bus/activation.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 CodeFactory AB * - * 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/bus/bus.c b/bus/bus.c index 73fe9e55..803a6584 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/bus.h b/bus/bus.h index 0ebe737c..44b94334 100644 --- a/bus/bus.h +++ b/bus/bus.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/config-loader-expat.c b/bus/config-loader-expat.c index 3e45166d..15fbdd15 100644 --- a/bus/config-loader-expat.c +++ b/bus/config-loader-expat.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/config-loader-libxml.c b/bus/config-loader-libxml.c index 250fbd2f..4e0ebe8b 100644 --- a/bus/config-loader-libxml.c +++ b/bus/config-loader-libxml.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/config-parser.c b/bus/config-parser.c index ab2ed3b1..a4e266f2 100644 --- a/bus/config-parser.c +++ b/bus/config-parser.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/config-parser.h b/bus/config-parser.h index f4488a4e..028ec430 100644 --- a/bus/config-parser.h +++ b/bus/config-parser.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/connection.c b/bus/connection.c index cfd07651..557401fd 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/connection.h b/bus/connection.h index 666de829..1d93957b 100644 --- a/bus/connection.h +++ b/bus/connection.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/desktop-file.c b/bus/desktop-file.c index dd621214..59f0f509 100644 --- a/bus/desktop-file.c +++ b/bus/desktop-file.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat Inc. * - * 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/bus/desktop-file.h b/bus/desktop-file.h index d498b1bf..d1d04954 100644 --- a/bus/desktop-file.h +++ b/bus/desktop-file.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 CodeFactory AB * - * 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/bus/dispatch.c b/bus/dispatch.c index c5331915..b4d782ee 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/dispatch.h b/bus/dispatch.h index d8107b1a..740a6b04 100644 --- a/bus/dispatch.h +++ b/bus/dispatch.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 CodeFactory AB * - * 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/bus/driver.c b/bus/driver.c index 9681d84f..1679a876 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/driver.h b/bus/driver.h index ac80c15f..bc3c371d 100644 --- a/bus/driver.h +++ b/bus/driver.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 CodeFactory AB * - * 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/bus/expirelist.c b/bus/expirelist.c index 3725bdd9..ea2760ab 100644 --- a/bus/expirelist.c +++ b/bus/expirelist.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/expirelist.h b/bus/expirelist.h index e534e8d9..c91964eb 100644 --- a/bus/expirelist.h +++ b/bus/expirelist.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/main.c b/bus/main.c index 8c605be3..33c67657 100644 --- a/bus/main.c +++ b/bus/main.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/policy.c b/bus/policy.c index 5cd23ca8..ed58a959 100644 --- a/bus/policy.c +++ b/bus/policy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/policy.h b/bus/policy.h index f570da55..7fbb2c6c 100644 --- a/bus/policy.h +++ b/bus/policy.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/services.c b/bus/services.c index a8020a17..dc251b93 100644 --- a/bus/services.c +++ b/bus/services.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 Red Hat, Inc. * Copyright (C) 2003 CodeFactory AB * - * 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/bus/services.h b/bus/services.h index 40300df9..fae324d7 100644 --- a/bus/services.h +++ b/bus/services.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/signals.c b/bus/signals.c index d136e613..60c88117 100644 --- a/bus/signals.c +++ b/bus/signals.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/signals.h b/bus/signals.h index ef578c86..447109b5 100644 --- a/bus/signals.h +++ b/bus/signals.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/test-main.c b/bus/test-main.c index 31a9e158..b4e84884 100644 --- a/bus/test-main.c +++ b/bus/test-main.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/test.c b/bus/test.c index b48ba0fe..51764bcd 100644 --- a/bus/test.c +++ b/bus/test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/test.h b/bus/test.h index 585f1c8e..c5f054e8 100644 --- a/bus/test.h +++ b/bus/test.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/utils.c b/bus/utils.c index 65873b59..c4d31fa6 100644 --- a/bus/utils.c +++ b/bus/utils.c @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat, Inc. * - * 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/bus/utils.h b/bus/utils.h index 15f05088..5f065a1c 100644 --- a/bus/utils.h +++ b/bus/utils.h @@ -4,7 +4,7 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2003 Red Hat, Inc. * - * 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