summaryrefslogtreecommitdiff
path: root/dynasm
diff options
context:
space:
mode:
authorMike Pall <mike>2011-08-14 21:11:58 +0200
committerMike Pall <mike>2011-08-14 21:18:58 +0200
commitb500b50edc0d421e72a1126620fbe99e822d05ba (patch)
treed7c83ae824715aed53b61036a192d9616db4afd5 /dynasm
parent4a42933b1734b7ed07af748012f6a151373b145f (diff)
downloadluajit2-b500b50edc0d421e72a1126620fbe99e822d05ba.tar.gz
Clarify name of MIT license.
Diffstat (limited to 'dynasm')
-rw-r--r--dynasm/dasm_arm.h2
-rw-r--r--dynasm/dasm_ppc.h2
-rw-r--r--dynasm/dasm_proto.h2
-rw-r--r--dynasm/dasm_x86.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h
index 87db7f00..43d29633 100644
--- a/dynasm/dasm_arm.h
+++ b/dynasm/dasm_arm.h
@@ -1,7 +1,7 @@
/*
** DynASM ARM encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-** Released under the MIT/X license. See dynasm.lua for full copyright notice.
+** Released under the MIT license. See dynasm.lua for full copyright notice.
*/
#include <stddef.h>
diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h
index 1c8580fb..4b4ffe8a 100644
--- a/dynasm/dasm_ppc.h
+++ b/dynasm/dasm_ppc.h
@@ -1,7 +1,7 @@
/*
** DynASM PPC encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-** Released under the MIT/X license. See dynasm.lua for full copyright notice.
+** Released under the MIT license. See dynasm.lua for full copyright notice.
*/
#include <stddef.h>
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h
index dc9ed510..3cc3af24 100644
--- a/dynasm/dasm_proto.h
+++ b/dynasm/dasm_proto.h
@@ -1,7 +1,7 @@
/*
** DynASM encoding engine prototypes.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-** Released under the MIT/X license. See dynasm.lua for full copyright notice.
+** Released under the MIT license. See dynasm.lua for full copyright notice.
*/
#ifndef _DASM_PROTO_H
diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h
index 23e213cb..8f2dd1ca 100644
--- a/dynasm/dasm_x86.h
+++ b/dynasm/dasm_x86.h
@@ -1,7 +1,7 @@
/*
** DynASM x86 encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-** Released under the MIT/X license. See dynasm.lua for full copyright notice.
+** Released under the MIT license. See dynasm.lua for full copyright notice.
*/
#include <stddef.h>