diff --git a/Il2CppDumper/Il2CppIDAScriptDumper.cs b/Il2CppDumper/Il2CppIDAScriptDumper.cs index 613ae0d..8787536 100644 --- a/Il2CppDumper/Il2CppIDAScriptDumper.cs +++ b/Il2CppDumper/Il2CppIDAScriptDumper.cs @@ -1,4 +1,8 @@ -using System; +// Copyright (c) 2019-2020 Carter Bush - https://github.com/carterbush +// Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +// All rights reserved + +using System; using System.Collections.Generic; using System.Linq; using System.IO;