From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h | 2 +- plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h | 2 +- plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h | 2 +- plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/MirLua/Modules/ffi/src/dynasm') 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. -- cgit v1.2.3