Add/modify copyright notices

This commit is contained in:
Robert Xiao
2020-06-20 16:15:41 -07:00
committed by Katy
parent b7c93ffcc7
commit 3ccbab2461
17 changed files with 83 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
using System.IO;
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
using System.IO;
using Il2CppInspector.Outputs.UnityHeaders;
using Il2CppInspector.Reflection;
using NUnit.Framework;

View File

@@ -1,3 +1,10 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
using System;
/* C# 1.0 feature test */

View File

@@ -1,3 +1,10 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
using System;
/* C# 2.0 feature test */

View File

@@ -1,3 +1,10 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
using System;
using System.Linq;

View File

@@ -1,3 +1,10 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
using System;
/* Test virtual method calls (VTables) and class layout */