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,6 +1,7 @@
/*
Copyright (c) 2019-2020 Carter Bush - https://github.com/carterbush
Copyright (c) 2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

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

View File

@@ -1,5 +1,6 @@
// Copyright (c) 2019-2020 Carter Bush - https://github.com/carterbush
// Copyright (c) 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
// Copyright 2020 Robert Xiao - https://robertxiao.ca/
// All rights reserved
using System;

View File

@@ -1,4 +1,11 @@
using System;
/*
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.Collections.Generic;
using System.Text;

View File

@@ -1,4 +1,11 @@
using System.Reflection;
/*
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.Reflection;
using System.IO;
using System.Linq;
using System.Collections.Generic;

View File

@@ -1,4 +1,11 @@
using System;
/*
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.Text.RegularExpressions;
namespace Il2CppInspector.Outputs.UnityHeaders

View File

@@ -1,5 +1,6 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

@@ -1,5 +1,6 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

@@ -1,5 +1,6 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

@@ -1,5 +1,6 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

@@ -1,5 +1,6 @@
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/

View File

@@ -1,4 +1,11 @@
namespace Il2CppInspector.Reflection
/*
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2020 Robert Xiao - https://robertxiao.ca
All rights reserved.
*/
namespace Il2CppInspector.Reflection
{
/// <summary>
/// A class which lazily refers to a TypeInfo instance

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 */