From e75f3931fa4d1be876a474af55cd39903e47ac4d Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sun, 26 Jan 2020 21:55:59 +0100 Subject: [PATCH] Add copyright comments to Il2CppIDAScriptDumper.cs --- Il2CppDumper/Il2CppIDAScriptDumper.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;