Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
compujuckel committed Jan 21, 2024
1 parent 9d525f4 commit 794da7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AssettoServer/Server/LegalNotice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class LegalNotice
public const string WelcomeMessage = "\n_____\nPowered by AssettoServer https://assettoserver.org\nType /legal for more details.";

public const string LegalNoticeText =
@"| Copyright (C) 2023 Niewiarowski, compujuckel
@"| Copyright (C) 2024 Niewiarowski, compujuckel
|
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion AssettoServer/Server/Lua/assettoserver.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local license = [[
Copyright (C) 2023 Niewiarowski, compujuckel
Copyright (C) 2024 Niewiarowski, compujuckel
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Expand Down

0 comments on commit 794da7c

Please sign in to comment.