Update year to 2024.

rewrite
Icedream 2024-05-05 08:16:13 +02:00
parent a6481c8847
commit 3a42381727
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# ![Logo](img/logo_32.png) IceCon RCON client # ![Logo](img/logo_32.png) IceCon RCON client
[![Release version](https://img.shields.io/github/release/icedream/icecon.svg?maxAge=2592000)](https://github.com/icedream/icecon/releases) [![Release version](https://img.shields.io/github/release/icedream/icecon.svg?maxAge=2592000)](https://github.com/icedream/icecon/releases)
![Maintained?](https://img.shields.io/maintenance/yes/2023.svg?maxAge=2592000) ![Maintained?](https://img.shields.io/maintenance/yes/2024.svg?maxAge=2592000)
*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI. *IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.

View File

@ -117,7 +117,7 @@ func usage() {
func main() { func main() {
fmt.Println("IceCon - Icedream's RCON Client") fmt.Println("IceCon - Icedream's RCON Client")
fmt.Println("\t\u00A9 2016-2023 Carl Kittelberger/Icedream") fmt.Println("\t\u00A9 2016-2024 Carl Kittelberger/Icedream")
fmt.Println() fmt.Println()
argAddressTCP := argAddress.TCP() argAddressTCP := argAddress.TCP()