New program for tools: dbus-service.c

amk@amk.ca amk@amk.ca
Tue, 7 Oct 2003 12:01:54 -0400


On Mon, Sep 22, 2003 at 12:20:05PM -0400, Joe Shaw wrote:
> Might be good to license it under the AFL instead of the GPL to be
> consistent with the rest of the code.

<getting back to the dbus-service.c program>

I just copied the license header from dbus-send.c, so the license is easily
changed.  However, some files have headers that are kind of confusing, e.g. 
bus/main.c:

/* main.c  main() for message bus
 *
 * Copyright (C) 2003 Red Hat, Inc.
 *
 * Licensed under the Academic Free License version 1.2
 * 
 * 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
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
	 
So what's the license for this file, AFL or GPL?

--amk