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 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: > > Any reason you chose the weaker BSD license instead of the > project-default of GPLv2+?
Could you provide a file name or a link that has the exact text you wish to see in the file? > Can you provide a URL to the source document that you used for coming up > with this list, so that we can better double-check your work? (Do it as > a comment in this file, if you have one) Does this look good: /* * adb-keys.h * * Provides an enum of all the Macintosh keycodes. * Note: keys like Power, volume related, and eject are handled at a lower * level and are not available to QEMU. That doesn't mean we can't * substitute one key for another. The function keys like F1 make a good * substitute for these keys. This can be done in the GTK, SDL, or Cocoa * code. * Additional information: http://stackoverflow.com/questions/3202629/where-can * -i-find-a-list-of-mac-virtual-key-codes */