Browse Source

Update boilerplate comment

Corrects the date to current year
Coburn 2 years ago
parent
commit
716128bde9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Source/Managed/ENet.cs

+ 4 - 4
Source/Managed/ENet.cs

@@ -1,8 +1,8 @@
 /*  
- * 	Managed C# wrapper for an extended version of ENet
- *	This is a fork from upstream and is available at http://github.com/SoftwareGuy/ENet-CSharp
+ *  Managed C# wrapper for an extended version of ENet
+ *  This is a fork from upstream and is available at http://github.com/SoftwareGuy/ENet-CSharp
  *  
- *	Copyright (c) 2019-2021 Matt Coburn (SoftwareGuy/Coburn64), Chris Burns (c6burns)
+ *  Copyright (c) 2019-2023 Matt Coburn (SoftwareGuy/Coburn64), Chris Burns (c6burns)
  *  Copyright (c) 2013 James Bellinger, 2016 Nate Shoffner, 2018 Stanislav Denisov
  *
  *  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1403,4 +1403,4 @@ namespace ENet
 		[DllImport(nativeLibrary, CallingConvention = CallingConvention.Cdecl)]
 		internal static extern void enet_peer_reset(IntPtr peer);
 	}
-}
+}