diff options
| author | Fuwn <[email protected]> | 2022-02-09 18:08:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-09 18:08:32 +0000 |
| commit | 001fc52afe9eb1f8bb833298701684238e9b5678 (patch) | |
| tree | 08fef74279b2e2f46375b337d0fed8bd282a78cb /resource | |
| parent | fix(soyuz): actually output pid (diff) | |
| download | soyuz-001fc52afe9eb1f8bb833298701684238e9b5678.tar.xz soyuz-001fc52afe9eb1f8bb833298701684238e9b5678.zip | |
chore: update license date
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/resource.rc b/resource/resource.rc index 2882425..f31e468 100644 --- a/resource/resource.rc +++ b/resource/resource.rc @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2021 Fuwn +// Copyright (C) 2021-2022 Fuwn // SPDX-License-Identifier: GPL-3.0-only #include "soyuz/resource.hh" @@ -28,7 +28,7 @@ VALUE "CompanyName", "Fuwn Technologies\0" VALUE "FileDescription", "Discord RPC Blocker for Lunar Client\0" VALUE "FileVersion", "1,0,0,0\0" VALUE "InternalName", "Soyuz\0" -VALUE "LegalCopyright", "Copyright (C) 2021-2021 Fuwn\0" +VALUE "LegalCopyright", "Copyright (C) 2021-2022 Fuwn\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "soyuz.exe\0" VALUE "PrivateBuild", "1\0" |