LGPL2 for all header files under include/unicorn/

This commit is contained in:
Nguyen Anh Quynh
2017-12-16 10:08:42 +08:00
parent bc34c36eae
commit e6c27cfbd5
9 changed files with 525 additions and 19 deletions

View File

@ -1,9 +1,12 @@
/* Unicorn Emulator Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
/* This file is released under LGPL2.
See COPYING.LGPL2 in root directory for more details
*/
#ifndef UNICORN_MIPS_H
#define UNICORN_MIPS_H
/* Unicorn Emulator Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
#ifdef __cplusplus
extern "C" {
#endif