From 47728b1cd8f242d6f1bf6bb10221b4591b1f1322 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 5 Sep 2009 00:11:33 +0300 Subject: [PATCH] Dual license dbus helpers to match the libdbus licensing Juuso Alasuutari will sign this commit with a GPG signed git tag --- dbus/error.c | 2 ++ dbus/error.h | 2 ++ dbus/helpers.c | 2 ++ dbus/helpers.h | 2 ++ dbus/interface.c | 2 ++ dbus/interface.h | 2 ++ dbus/introspection.c | 2 ++ dbus/introspection.h | 2 ++ dbus/method.c | 2 ++ dbus/method.h | 2 ++ dbus/object_path.c | 2 ++ dbus/object_path.h | 2 ++ dbus/signal.c | 2 ++ dbus/signal.h | 2 ++ dbus/types.h | 2 ++ 15 files changed, 30 insertions(+) diff --git a/dbus/error.c b/dbus/error.c index 7d5c70d7..7ffa3aa3 100644 --- a/dbus/error.c +++ b/dbus/error.c @@ -9,6 +9,8 @@ * This file contains dbus error helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/error.h b/dbus/error.h index f1c0512a..c646b732 100644 --- a/dbus/error.h +++ b/dbus/error.h @@ -9,6 +9,8 @@ * This file contains interface to dbus error helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/helpers.c b/dbus/helpers.c index 2971bb38..5fa0fb2e 100644 --- a/dbus/helpers.c +++ b/dbus/helpers.c @@ -9,6 +9,8 @@ * This file contains code of the D-Bus helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/helpers.h b/dbus/helpers.h index 2456066a..0430883e 100644 --- a/dbus/helpers.h +++ b/dbus/helpers.h @@ -9,6 +9,8 @@ * This file contains interface to the D-Bus helpers code ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/interface.c b/dbus/interface.c index 0699984c..341dd886 100644 --- a/dbus/interface.c +++ b/dbus/interface.c @@ -9,6 +9,8 @@ * This file contains D-Bus interface dispatcher ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/interface.h b/dbus/interface.h index 548b8218..34e17d55 100644 --- a/dbus/interface.h +++ b/dbus/interface.h @@ -9,6 +9,8 @@ * This file contains declaration of macros used to define D-Bus interfaces ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/introspection.c b/dbus/introspection.c index cae04905..e33c865a 100644 --- a/dbus/introspection.c +++ b/dbus/introspection.c @@ -9,6 +9,8 @@ * This file contains the D-Bus introspection interface handler ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/introspection.h b/dbus/introspection.h index b1a48cc1..26198cf8 100644 --- a/dbus/introspection.h +++ b/dbus/introspection.h @@ -9,6 +9,8 @@ * This file contains interface to D-Bus introspection interface handler ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/method.c b/dbus/method.c index 96cce858..03889d52 100644 --- a/dbus/method.c +++ b/dbus/method.c @@ -9,6 +9,8 @@ * This file contains D-Bus methods helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/method.h b/dbus/method.h index 1a03acf3..d1a61ba7 100644 --- a/dbus/method.h +++ b/dbus/method.h @@ -9,6 +9,8 @@ * This file contains interface to D-Bus methods helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/object_path.c b/dbus/object_path.c index 99395d04..13dd11c3 100644 --- a/dbus/object_path.c +++ b/dbus/object_path.c @@ -9,6 +9,8 @@ * This file contains D-Bus object path helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/object_path.h b/dbus/object_path.h index e28fab51..2f27e9f0 100644 --- a/dbus/object_path.h +++ b/dbus/object_path.h @@ -9,6 +9,8 @@ * This file contains interface to D-Bus object path helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/signal.c b/dbus/signal.c index c780c4ca..67368e1d 100644 --- a/dbus/signal.c +++ b/dbus/signal.c @@ -9,6 +9,8 @@ * This file contains D-Bus signal helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/signal.h b/dbus/signal.h index cea0d271..9458a4ea 100644 --- a/dbus/signal.h +++ b/dbus/signal.h @@ -9,6 +9,8 @@ * This file contains interface to D-Bus signal helpers ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/dbus/types.h b/dbus/types.h index cac0db29..1e35a11f 100644 --- a/dbus/types.h +++ b/dbus/types.h @@ -9,6 +9,8 @@ * This file contains typdefs for internal structs (obsolete) ************************************************************************** * + * Licensed under the Academic Free License version 2.1 + * * LADI Session Handler is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or -- 2.11.4.GIT