Skip to content

Commit e6c27cf

Browse files
committed
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

Lines changed: 481 additions & 0 deletions
Large diffs are not rendered by default.

include/unicorn/arm.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

include/unicorn/arm64.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

include/unicorn/m68k.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2014-2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

include/unicorn/mips.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

include/unicorn/platform.h

Lines changed: 4 additions & 0 deletions
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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2014-2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

include/unicorn/unicorn.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* Unicorn Emulator Engine */
2-
/* By Nguyen Anh Quynh <[email protected]>, 2015 */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/* Unicorn Emulator Engine */
2+
/* By Nguyen Anh Quynh <[email protected]>, 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 <[email protected]>, 2015 */
6-
710
#ifdef __cplusplus
811
extern "C" {
912
#endif

0 commit comments

Comments
 (0)