Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 4, 2024
1 parent bfd7f4d commit f5d3989
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion B2SWindowPunch/B2SWindowPunch/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static int Main(string[] args)
private static void PrintUsage()
{
Console.WriteLine("B2SWindowPunch");
Console.WriteLine("©2023 Richard Ludwig (Jarr3) and the B2S Team\n");
Console.WriteLine( 2023-2024 Richard Ludwig (Jarr3) and the B2S Team\n");
Console.WriteLine("Usage: B2SWindowPunch \"Destination regex\" \"Cutter Regex\" \n");
Console.WriteLine("Destination and Cutter window string has to be valid regular expressions.\n");
Console.WriteLine("E.g. \n Cut holes in the \"B2S Backglass Server\" form using \"Virtual DMD\" and all \"PUPSCREEN\" forms as two regular expressions:");
Expand Down
2 changes: 1 addition & 1 deletion B2SWindowPunch/B2SWindowPunch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Visual Pinball B2S Team")]
[assembly: AssemblyProduct("B2SWindowPunch")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2023-2024")]
[assembly: AssemblyTrademark("A B2S Team production")]
[assembly: AssemblyCulture("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("B2S ScreenRes Identifier")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("A Herweh & B2S Team production")>

<Assembly: ComVisible(False)>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("B2S Backglass Server")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("A Herweh & B2S Team production")>

<Assembly: ComVisible(True)>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("Display directb2s Backglass files for Visual Pinball")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("B2S Backglass Server EXE")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("A Herweh & B2S Team production")>

<Assembly: ComVisible(True)>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("B2S Backglass Server Register")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("A Herweh & B2S Team production")>

<Assembly: ComVisible(False)>
Expand Down
2 changes: 1 addition & 1 deletion leds/BetterLed/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("BetterLed")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand Down
2 changes: 1 addition & 1 deletion leds/dream7segments/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("worlds best segment display")>
<Assembly: AssemblyCompany("ToPS")>
<Assembly: AssemblyProduct("tops segment display")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2023")>
<Assembly: AssemblyCopyright("Copyright (c) 2012-2024")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand Down

0 comments on commit f5d3989

Please sign in to comment.