Updated copyright info.

merge-requests/1/head
Teuniz 2016-10-09 17:51:49 +02:00
rodzic e1436f3961
commit 0329e08a74
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ UI_Aboutwindow::UI_Aboutwindow()
textedit1->setPlainText(
"\n " PROGRAM_NAME " " PROGRAM_VERSION "\n"
"\n This program is made by Teunis van Beelen.\n"
"\n Copyright (C) 2015 Teunis van Beelen.\n"
"\n Copyright (C) 2015, 2016 Teunis van Beelen.\n"
"\n Email: teuniz@gmail.com\n"
"\n Disclaimer:\n"
" Despite this software is intend to be useful, there is no warranty, use this software at your own risk!\n");

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.32_1610091654"
#define PROGRAM_VERSION "0.32_1610091750"
#define MAX_PATHLEN 4096