Skip to content

Commit

Permalink
Update copyright year from 2020 to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 4, 2021
1 parent 716892e commit 69783cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Expand Up @@ -21,7 +21,7 @@ Fixed: Very rare case where multiple players copying/editing custom blocks at sa
Fixed: Make sure /levels is always in sorted order
Improved: Allow using /nick on offline players
Improved: Allow using /skin on offline players
Improved: Allow checking specific player's ping in /ping
Improved: Allow checking specific player's ping in /ping (Thanks iD)
Fixed: /Ascend not allowing you to move to the very top of a level
Added: Visual Basic plugin compiling and creation support
Fixed: Bump record limit from 21 to 101 for database queries that are matching multiple names
Expand Down
4 changes: 2 additions & 2 deletions MCGalaxy/Config/PropertiesFile.cs
Expand Up @@ -23,8 +23,8 @@ namespace MCGalaxy {
public delegate void LineProcessor<T>(string key, string value, ref T state);
public delegate void SimpleLineProcessor(string key, string value);

/// <summary> Handles text files that have multiple key-value lines in the format 'key=value'.
/// Also supports # for commented lines. </summary>
/// <summary> Handles text files that have multiple key-value lines in the format 'key=value'. </summary>
/// <remarks> Also supports # for commented lines. </remarks>
public static class PropertiesFile {

public static bool Read(string path, SimpleLineProcessor processor,
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/properties/AssemblyInfo.cs
Expand Up @@ -21,5 +21,5 @@
[assembly: AssemblyTitle("MCGalaxy")]
[assembly: AssemblyDescription("ClassiCube Server Software")]
[assembly: AssemblyProduct("MCGalaxy")]
[assembly: AssemblyCopyright("Copyright © 2015-2020")]
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
[assembly: AssemblyVersion(MCGalaxy.Server.InternalVersion)]

0 comments on commit 69783cc

Please sign in to comment.