diff --git a/README.md b/README.md index 8a774c9..4d94a81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![zx branch](https://prj.zxalexis.ru/gitea/zx/bforce/actions/workflows/arch.yaml/badge.svg?branch=zx) +![master branch](https://prj.zxalexis.ru/gitea/zx/bforce/actions/workflows/arch.yaml/badge.svg?branch=master) BinkleyForce FTN mailer ----------------------- @@ -45,6 +45,10 @@ New Versions https://prj.zxalexis.ru/gitea/zx/bforce +SAST Tools +---------- +[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code. + Older Sources ------------- https://github.com/zotrix/binkleyforce/ diff --git a/source/include/version.h b/source/include/version.h index 3f679f3..24399e0 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -21,7 +21,7 @@ #define BF_VERSION RELEASE_VERSION #define BF_CDATE __DATE__ __TIME__ #define BF_REG "free software" -#define BF_COPYRIGHT "(c) 1997-2000 by Alexander Belkin" +#define BF_COPYRIGHT "(c) 1997-2000 by Alexander Belkin, 2004-2025 fidonet members" #define BF_BANNERVER BF_NAME" "BF_VERSION"/"BF_OS