diff --git a/LICENSE b/LICENSE index ffef9a2f..3960dd7b 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,8 @@ BSD 3-Clause License Copyright (C) 2001-2006 PI.(ytanaka@ipc-tokai.or.jp) Copyright (C) 2014-2020 GIMONS -Copyright (c) 2020, akuker +Copyright (c) 2020-2021 akuker +Copyright (c) RaSCSI project contributors (github.com/akuker/rascsi) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index b3d0868a..e0cdd799 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -5,6 +5,7 @@ // // Powered by XM6 TypeG Technology. // Copyright (C) 2016-2020 GIMONS +// Copyright (C) 2020-2021 Contributors to the RaSCSI project // [ RaSCSI main ] // //--------------------------------------------------------------------------- @@ -102,6 +103,7 @@ void Banner(int argc, char* argv[]) __TIME__); FPRT(stdout,"Powered by XM6 TypeG Technology / "); FPRT(stdout,"Copyright (C) 2016-2020 GIMONS\n"); + FPRT(stdout,"Copyright (C) 2020-2021 Contributors to the RaSCSI project\n"); FPRT(stdout,"Connect type : %s\n", CONNECT_DESC); if ((argc > 1 && strcmp(argv[1], "-h") == 0) || diff --git a/src/raspberrypi/rascsi_version.cpp b/src/raspberrypi/rascsi_version.cpp index c9630bb8..09f5ab97 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -14,8 +14,8 @@ // The following should be updated for each release const int rascsi_major_version = 21; // Last two digits of year -const int rascsi_minor_version = 99; // Month -const int rascsi_patch_version = -1; // Patch number - increment for each update +const int rascsi_minor_version = 10; // Month +const int rascsi_patch_version = 1; // Patch number - increment for each update static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build" diff --git a/src/raspberrypi/rasctl.cpp b/src/raspberrypi/rasctl.cpp index c8dab187..f56c42b9 100644 --- a/src/raspberrypi/rasctl.cpp +++ b/src/raspberrypi/rasctl.cpp @@ -5,6 +5,7 @@ // // Powered by XM6 TypeG Technology. // Copyright (C) 2016-2020 GIMONS +// Copyright (C) 2020-2021 Contributors to the RaSCSI project // [ Send Control Command ] // //--------------------------------------------------------------------------- diff --git a/src/raspberrypi/scsimon.cpp b/src/raspberrypi/scsimon.cpp index 8f63fa6b..06dc79b3 100644 --- a/src/raspberrypi/scsimon.cpp +++ b/src/raspberrypi/scsimon.cpp @@ -95,7 +95,7 @@ void Banner(int argc, char* argv[]) __TIME__); LOGINFO("Powered by XM6 TypeG Technology "); LOGINFO("Copyright (C) 2016-2020 GIMONS"); - LOGINFO("Copyright (C) 2020 akuker"); + LOGINFO("Copyright (C) 2020-2021 Contributors to the RaSCSI project"); LOGINFO("Connect type : %s", CONNECT_DESC); LOGINFO(" %s - Value Change Dump file that can be opened with GTKWave", log_file_name);