Skip to content

Commit

Permalink
Updated copyrights and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Kuker committed Oct 30, 2021
1 parent e90edc0 commit 21a8805
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ BSD 3-Clause License

Copyright (C) 2001-2006 PI.([email protected])
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
Expand Down
2 changes: 2 additions & 0 deletions src/raspberrypi/rascsi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
//
//---------------------------------------------------------------------------
Expand Down Expand Up @@ -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) ||
Expand Down
4 changes: 2 additions & 2 deletions src/raspberrypi/rascsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions src/raspberrypi/rasctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
//
//---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/raspberrypi/scsimon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 21a8805

Please sign in to comment.