Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-07 Thread Eric Blake
On 03/07/2016 02:33 PM, Programmingkid wrote: >> If you don't have a strong license preference, then there are plenty of >> GPLv2+ files you can copy from: >> >> $ git grep -l 'GPL, version 2 or' | wc -l >> 482 > > Rather than place the whole license agreement in the file, could I just say > this

Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-07 Thread Programmingkid
On Mar 7, 2016, at 4:10 PM, Eric Blake wrote: > On 03/06/2016 01:35 PM, Programmingkid wrote: >> >> On Mar 5, 2016, at 7:02 PM, Eric Blake wrote: >> >>> On 03/04/2016 10:15 PM, Programmingkid wrote: >>> + * + * Permission is hereby granted, free of charge, to any person obtaini

Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-07 Thread Eric Blake
On 03/06/2016 01:35 PM, Programmingkid wrote: > > On Mar 5, 2016, at 7:02 PM, Eric Blake wrote: > >> On 03/04/2016 10:15 PM, Programmingkid wrote: >>> >> >>> + * >>> + * Permission is hereby granted, free of charge, to any person obtaining a >>> copy >>> + * of this software and associated docum

Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-06 Thread Programmingkid
On Mar 5, 2016, at 7:02 PM, Eric Blake wrote: > On 03/04/2016 10:15 PM, Programmingkid wrote: >> > >> + * >> + * 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 th

Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-05 Thread Programmingkid
On Mar 5, 2016, at 7:02 PM, Eric Blake wrote: > On 03/04/2016 10:15 PM, Programmingkid wrote: >> This commit implements the adb-keys.h file. It holds information on adb >> keycode >> values. >> >> Signed-off-by: John Arbuckle >> --- >> Changed name of file from MacKeys.h to adb-keys.h. >> Chan

Re: [Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-05 Thread Eric Blake
On 03/04/2016 10:15 PM, Programmingkid wrote: > This commit implements the adb-keys.h file. It holds information on adb > keycode > values. > > Signed-off-by: John Arbuckle > --- > Changed name of file from MacKeys.h to adb-keys.h. > Changed name of constants from MAC_KEYS_ to ADB_KEYS_. > >

[Qemu-devel] [PATCH v3 1/4] adb-keys.h: initial commit

2016-03-04 Thread Programmingkid
This commit implements the adb-keys.h file. It holds information on adb keycode values. Signed-off-by: John Arbuckle --- Changed name of file from MacKeys.h to adb-keys.h. Changed name of constants from MAC_KEYS_ to ADB_KEYS_. include/hw/input/adb-keys.h | 160 +