From: Thayne Harbaugh <thayne@realmsys.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod-...
Date: Thu, 10 Feb 2005 15:57:16 -0700 [thread overview]
Message-ID: <1108076236.584.44.camel@localhost.localdomain> (raw)
In-Reply-To: <E1CzMW4-0007EK-00@savannah>
On Thu, 2005-02-10 at 17:10 -0500, Fabrice Bellard wrote:
> CVSROOT: /cvsroot/qemu
> Module name: qemu
> Branch:
> Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 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").
next prev parent reply other threads:[~2005-02-10 23:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-10 22:10 [Qemu-devel] qemu/kqemu install.sh kmod.c kqemu.h kqemu-mod- Fabrice Bellard
2005-02-10 22:57 ` Thayne Harbaugh [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-02-12 14:14 Fabrice Bellard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1108076236.584.44.camel@localhost.localdomain \
--to=thayne@realmsys.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).