Skip to content

Commit e6c27cf

Browse files
committedDec 16, 2017
LGPL2 for all header files under include/unicorn/
1 parent bc34c36 commit e6c27cf

File tree

9 files changed

+525
-19
lines changed

9 files changed

+525
-19
lines changed
 

‎COPYING.LGPL2

+481
Large diffs are not rendered by default.

‎include/unicorn/arm.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_ARM_H
28
#define UNICORN_ARM_H
39

4-
/* Unicorn Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

‎include/unicorn/arm64.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_ARM64_H
28
#define UNICORN_ARM64_H
39

4-
/* Unicorn Emulator Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

‎include/unicorn/m68k.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_M68K_H
28
#define UNICORN_M68K_H
39

4-
/* Unicorn Emulator Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

‎include/unicorn/mips.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_MIPS_H
28
#define UNICORN_MIPS_H
39

4-
/* Unicorn Emulator Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

‎include/unicorn/platform.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* This file is released under LGPL2.
2+
See COPYING.LGPL2 in root directory for more details
3+
*/
4+
15
/*
26
This file is to support header files that are missing in MSVC and
37
other non-standard compilers.

‎include/unicorn/sparc.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_SPARC_H
28
#define UNICORN_SPARC_H
39

4-
/* Unicorn Emulator Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

‎include/unicorn/unicorn.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* Unicorn Emulator Engine */
2-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
36

47
#ifndef UNICORN_ENGINE_H
58
#define UNICORN_ENGINE_H

‎include/unicorn/x86.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3+
/* This file is released under LGPL2.
4+
See COPYING.LGPL2 in root directory for more details
5+
*/
6+
17
#ifndef UNICORN_X86_H
28
#define UNICORN_X86_H
39

4-
/* Unicorn Emulator Engine */
5-
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.