On 8 August 2018 at 15:16, Johannes Thumshirn <[email protected]> wrote: > The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an > FPGA to a outside bus system like PCIe. > > Signed-off-by: Johannes Thumshirn <[email protected]>
> --- /dev/null > +++ b/hw/mcb/mcb.c > @@ -0,0 +1,180 @@ > +/* > + * QEMU MEN Chameleon Bus emulation > + * > + * Copyright (C) 2016 Johannes Thumshirn <[email protected]> Really 2016? > + * > + * This code is licensed under the GNU GPL v2 or (at your opinion) any This should say "option" -- wording is important in license statements :-) You might prefer to copy-and-paste an existing copyright header. thanks -- PMM
