Skip to content

Commit 2668cd3

Browse files
committed
Fixed File Headers
1 parent 9a647b7 commit 2668cd3

34 files changed

Lines changed: 33 additions & 427 deletions

src/HL/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/HighlightingTheme/GlobalStyle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/HighlightingTheme/SyntaxDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Interfaces/IHLTheme.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Interfaces/IThemedHighlightingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Manager/BusyManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Manager/DefaultHighlightingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Manager/DelayLoadedHighlightingDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Manager/ExtensionMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

src/HL/Manager/HLTheme.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -------------------------------------------------------------------------------------------------
2-
// HyperPost - © Copyright 2020 - Jam-Es.com
2+
// G-Code Razor - © Copyright 2020 - Jam-Es.com
33
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
44
// -------------------------------------------------------------------------------------------------
55

0 commit comments

Comments
 (0)