qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...


From: Thayne Harbaugh
Subject: Re: [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...
Date: Thu, 10 Feb 2005 15:57:16 -0700

On Thu, 2005-02-10 at 17:10 -0500, Fabrice Bellard wrote:
> CVSROOT:      /cvsroot/qemu
> Module name:  qemu
> Branch:       
> Changes by:   Fabrice Bellard <address@hidden>        05/02/10 22:10:28
> 
> Added files:
>       kqemu          : install.sh kmod.c kqemu.h kqemu-mod-i386.o 
>                        Makefile 
> 
> Log message:
>       kqemu support
> 
> CVSWeb URLs:
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/install.sh?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kmod.c?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu.h?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/kqemu-mod-i386.o?rev=1.1
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/kqemu/Makefile?rev=1.1



>From qemu/kqemu/kmod.c:

int init_module(void)
{
.
.
.
    printk("QEMU Accelerator Module version %d.%d.%d, Copyright (c) 2005 
Fabrice Bellard\n"
           "This is a proprietary product. Read the LICENSE file for more 
information\n"
           "Redistribution of this module is prohibited without 
authorization\n",
           (KQEMU_VERSION >> 16),
           (KQEMU_VERSION >> 8) & 0xff,
           (KQEMU_VERSION) & 0xff);


What's up with the "Redistribution of this module is prohibited without
authorization" statement?  I was hoping to see a MODULE_LICENSE("GPL").






reply via email to

[Prev in Thread] Current Thread [Next in Thread]