Am 31.07.2013 um 08:19 hat Paolo Bonzini geschrieben: > Most of the block layer is under the BSD license, thus it is reasonable > to license block/raw.c the same way. CCed people should ACK by replying > with a Signed-off-by line. > > Cc: Christoph Hellwig <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Anthony Liguori <[email protected]> > Cc: Markus Armbruster <[email protected]> > Cc: Stefan Hajnoczi <[email protected]> > Cc: Luiz Capitulino <[email protected]> > Cc: Jeff Cody <[email protected]> > Cc: Peter Lieven <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]>
Thanks, Paolo, for taking the effort to clarify the license. Signed-off-by: Kevin Wolf <[email protected]> > block/raw.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/block/raw.c b/block/raw.c > index f1682d4..4751825 100644 > --- a/block/raw.c > +++ b/block/raw.c > @@ -1,3 +1,26 @@ > +/* > + * Block driver for RAW format > + * > + * Copyright (c) 2006 Fabrice Bellard This part of the code is actually something that Fabrice never touched (and consequently you didn't CC him either). This should probably refer to Christoph instead or include all of the people who contributed to the file. Kevin
