summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/ffi/src/dynasm
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /plugins/MirLua/Modules/ffi/src/dynasm
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/MirLua/Modules/ffi/src/dynasm')
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
index be003a35b1..da88199284 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
@@ -1,4 +1,4 @@
-/*
+/*
** 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.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
index 19b7672cbc..74e1c7d432 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
@@ -1,4 +1,4 @@
-/*
+/*
** 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.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
index 85959c56b7..94a79a163d 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
** 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.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
index 853ab061a9..83c6eb5a0f 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
@@ -1,4 +1,4 @@
-/*
+/*
** 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.