On Tue, 2007-08-28 at 23:40 -0700, Dor Laor wrote: > >I just noticed this: > > > >> --- /dev/null > >> +++ b/qemu/hw/paravirt_net.c > >> @@ -0,0 +1,213 @@ > >> +/* > >> + * QEMU para virtual network emulation > >> + * > >> + * Copyright (c) 2007 Qumranet > >> + * > >> + * Permission is hereby granted, free of charge, to any person > >> obtaining a copy > >> + * of this software and associated documentation files (the > >> "Software"), to deal > >> + * in the Software without restriction, including without limitation > >> the rights > >> + * to use, copy, modify, merge, publish, distribute, sublicense, > >and/or > >> sell > >> + * copies of the Software, and to permit persons to whom the Software > >> is > >> + * furnished to do so, subject to the following conditions: > >> + * > >> + * The above copyright notice and this permission notice shall be > >> included in > >> + * all copies or substantial portions of the Software. > >[cut] > > > >Shouldn't you use the standard GPL boilerplate? (IANAL, so maybe the > >text above is a superset of the GPL and is fine...) > >
That text is the X11 license. It is not the GPL. Most device emulation in QEMU is not actually GPL'd but rather X11. Regards, Anthony Liguori > >Luca > > > I took it from the rtl8139 driver. Persoanly I don’t mind to switch to > something > better for the community. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > kvm-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/kvm-dev ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
