Skip to content

Commit 5e12d77

Browse files
committed
55: Brezza92
1 parent 7f99a31 commit 5e12d77

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ManualILSpy/ManualILSpy/Extention/AstCsToJson.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22

33
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
44
//

ManualILSpy/ManualILSpy/Extention/AstCsToJson_1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22

33

44
using System;

ManualILSpy/ManualILSpy/Extention/CsSpecAstName.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22
using System;
33
using System.Collections.Generic;
44
using ICSharpCode.NRefactory.CSharp;

ManualILSpy/ManualILSpy/Extention/FirstTimeUseException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22
using System;
33
namespace ManualILSpy.Extention
44
{

ManualILSpy/ManualILSpy/Extention/MyJson.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27
1+
//MIT, 2016, Brezza92
22
using System;
33
using System.Text;
44
using System.Collections.Generic;

ManualILSpy/ManualILSpy/Extention/SemanticSymbol.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22
using System;
33
using System.Text;
44
using System.Collections.Generic;

ManualILSpy/ManualILSpy/Extention/TextOutput.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//MIT, 2016, Brezza27, EngineKit
1+
//MIT, 2016, Brezza92, EngineKit
22
using System;
33
using System.IO;
44
using System.Text;

0 commit comments

Comments
 (0)