summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2003-12-02 10:44:22 +0000
committerRichard Hult <richard@imendio.com>2003-12-02 10:44:22 +0000
commita1df3040f29223eddaa3ace0fe018fcb28cddcd9 (patch)
tree79e803abcafa51051dd5ebf08cf84f7d6d2b782b /bus
parent8e1fc1d7795f8a7a23c4ab9568d5b787526c0cfa (diff)
2003-12-02 Richard Hult <richard@imendio.com>
* Update AFL version to 2.0 throughout the source files to reflect the update that was done a while ago.
Diffstat (limited to 'bus')
-rw-r--r--bus/activation.c2
-rw-r--r--bus/activation.h2
-rw-r--r--bus/bus.c2
-rw-r--r--bus/bus.h2
-rw-r--r--bus/config-loader-expat.c2
-rw-r--r--bus/config-loader-libxml.c2
-rw-r--r--bus/config-parser.c2
-rw-r--r--bus/config-parser.h2
-rw-r--r--bus/connection.c2
-rw-r--r--bus/connection.h2
-rw-r--r--bus/desktop-file.c2
-rw-r--r--bus/desktop-file.h2
-rw-r--r--bus/dispatch.c2
-rw-r--r--bus/dispatch.h2
-rw-r--r--bus/driver.c2
-rw-r--r--bus/driver.h2
-rw-r--r--bus/expirelist.c2
-rw-r--r--bus/expirelist.h2
-rw-r--r--bus/main.c2
-rw-r--r--bus/policy.c2
-rw-r--r--bus/policy.h2
-rw-r--r--bus/services.c2
-rw-r--r--bus/services.h2
-rw-r--r--bus/signals.c2
-rw-r--r--bus/signals.h2
-rw-r--r--bus/test-main.c2
-rw-r--r--bus/test.c2
-rw-r--r--bus/test.h2
-rw-r--r--bus/utils.c2
-rw-r--r--bus/utils.h2
30 files changed, 30 insertions, 30 deletions
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