From 0ccae3fe507a343ccddd6d64a9fd99612e9e8d32 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Mon, 10 Feb 2020 06:30:33 +0100 Subject: [PATCH] GUI: Add copyright notice to App.xaml.cs --- Il2CppInspector.GUI/App.xaml.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Il2CppInspector.GUI/App.xaml.cs b/Il2CppInspector.GUI/App.xaml.cs index 840e840..7fd9ca0 100644 --- a/Il2CppInspector.GUI/App.xaml.cs +++ b/Il2CppInspector.GUI/App.xaml.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) 2020 Katy Coe - https://www.djkaty.com - https://github.com/djkaty +// All rights reserved + +using System; using System.Collections.Generic; using System.IO; using System.Linq;