mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Update copyright date.
This commit is contained in:
4
main.c
4
main.c
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* This file is part of the DiscImageChef Remote Server.
|
||||
* Copyright (c) 2019 Natalia Portillo.
|
||||
* Copyright (c) 2019-2020 Natalia Portillo.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -29,7 +29,7 @@ int main()
|
||||
Initialize();
|
||||
|
||||
printf("DiscImageChef Remote Server %s\n", DICMOTE_VERSION);
|
||||
printf("Copyright (C) 2019 Natalia Portillo\n");
|
||||
printf("Copyright (C) 2019-2020 Natalia Portillo\n");
|
||||
|
||||
pkt_server_hello = GetHello();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user