diff --git a/README.txt b/README.txt
index 008f4df..83f276d 100644
--- a/README.txt
+++ b/README.txt
@@ -25,7 +25,7 @@ behind such controllers can be manually added to GSmartControl using
"Add Device..." functionality or --add-device command-line option.
See https://www.smartmontools.org/wiki/Supported_RAID-Controllers .
-https://gsmartcontrol.sourceforge.io/
+https://gsmartcontrol.shaduri.dev
diff --git a/data/gsmartcontrol.appdata.xml.in b/data/gsmartcontrol.appdata.xml.in
index ec09b03..bbb0a02 100644
--- a/data/gsmartcontrol.appdata.xml.in
+++ b/data/gsmartcontrol.appdata.xml.in
@@ -1,5 +1,5 @@
-
+
gsmartcontrol
CC0-1.0
@@ -16,7 +16,7 @@
gsmartcontrol.desktop
- https://gsmartcontrol.sourceforge.io
+ https://gsmartcontrol.shaduri.dev
Main window
diff --git a/data/nsis/distribution.txt.in b/data/nsis/distribution.txt.in
index 9d8d954..b33ff51 100644
--- a/data/nsis/distribution.txt.in
+++ b/data/nsis/distribution.txt.in
@@ -4,7 +4,7 @@ Version @VERSION@
The latest version of this distribution, as well as the source code of
GSmartControl, can be found at
-https://gsmartcontrol.sourceforge.io
+https://gsmartcontrol.shaduri.dev
and
https://sourceforge.net/projects/gsmartcontrol/files/
diff --git a/data/nsis/gsmartcontrol.nsi.in b/data/nsis/gsmartcontrol.nsi.in
index 28d18b4..a976f00 100644
--- a/data/nsis/gsmartcontrol.nsi.in
+++ b/data/nsis/gsmartcontrol.nsi.in
@@ -8,7 +8,7 @@
!define PRODUCT_NAME "GSmartControl"
!define PRODUCT_NAME_SMALL "gsmartcontrol"
!define PRODUCT_PUBLISHER "Alexander Shaduri"
-!define PRODUCT_WEB_SITE "https://gsmartcontrol.sourceforge.io"
+!define PRODUCT_WEB_SITE "https://gsmartcontrol.shaduri.dev"
;!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\AppMainExe.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
diff --git a/debian.dist/control b/debian.dist/control
index 22a0809..76d1750 100644
--- a/debian.dist/control
+++ b/debian.dist/control
@@ -1,7 +1,7 @@
Source: gsmartcontrol
Section: utils
Priority: extra
-Homepage: https://gsmartcontrol.sourceforge.io/
+Homepage: https://gsmartcontrol.shaduri.dev
Maintainer: Alexander Shaduri
Build-Depends: debhelper (>= 5), autotools-dev,
libpcre3-dev, libgtkmm-3.0-dev (>= 3.4.0)
diff --git a/debian.dist/copyright b/debian.dist/copyright
index 0a03ed5..21e447c 100644
--- a/debian.dist/copyright
+++ b/debian.dist/copyright
@@ -1,11 +1,11 @@
This package was debianized by Alexander Shaduri on
Sat, 15 Nov 2008 00:12:04 +0400.
-It was downloaded from
+It was downloaded from
Copyright:
- Copyright (C) 2008 - 2017 Alexander Shaduri
+ Copyright (C) 2008 - 2022 Alexander Shaduri
License:
@@ -27,6 +27,6 @@ On Debian systems, the complete text of the GNU General
Public Licenses can be found in `/usr/share/common-licenses/GPL-2' and
`/usr/share/common-licenses/GPL-3'.
-The Debian packaging is (C) 2008 - 2017 Alexander Shaduri and
+The Debian packaging is (C) 2008 - 2022 Alexander Shaduri and
is licensed under the GPLv2 and GPLv3, see above.
diff --git a/gsmartcontrol.spec.in b/gsmartcontrol.spec.in
index d4a4c4b..934965c 100644
--- a/gsmartcontrol.spec.in
+++ b/gsmartcontrol.spec.in
@@ -6,7 +6,7 @@ Name: gsmartcontrol
Version: @VERSION@
Release: 0
License: GPL-2.0 AND GPL-3.0
-Url: https://gsmartcontrol.sourceforge.io/
+Url: https://gsmartcontrol.shaduri.dev
Vendor: Alexander Shaduri
# Packager: Alexander Shaduri
Source: http://sourceforge.net/projects/gsmartcontrol/files/%{version}/%{name}-%{version}.tar.bz2
diff --git a/src/gsc_about_dialog.cpp b/src/gsc_about_dialog.cpp
index a77423b..fc4f70a 100644
--- a/src/gsc_about_dialog.cpp
+++ b/src/gsc_about_dialog.cpp
@@ -40,7 +40,7 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, const app_ui_res_ref_t&
set_version(VERSION);
// set these properties here (after setting hooks) to make the links work.
- set_website("https://gsmartcontrol.sourceforge.io/");
+ set_website("https://gsmartcontrol.shaduri.dev");
set_license(LicenseTextResData().get_string());
@@ -50,7 +50,7 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, const app_ui_res_ref_t&
// #endif
// spammers go away
- set_copyright("Copyright (C) 2008 - 2017 Alexander Shaduri " "");
+ set_copyright("Copyright (C) 2008 - 2022 Alexander Shaduri " "");
std::string authors_str = AuthorsTextResData().get_string();
diff --git a/src/gsc_init.cpp b/src/gsc_init.cpp
index 530ac46..3192353 100644
--- a/src/gsc_init.cpp
+++ b/src/gsc_init.cpp
@@ -326,7 +326,7 @@ namespace {
std::string warningtext = std::string("\nWarning: GSmartControl");
warningtext += " comes with ABSOLUTELY NO WARRANTY.\n";
warningtext += "See LICENSE_gsmartcontrol.txt file for details.\n";
- warningtext += "\nCopyright (C) 2008 - 2017 Alexander Shaduri \n\n";
+ warningtext += "\nCopyright (C) 2008 - 2022 Alexander Shaduri \n\n";
std::fprintf(stdout, "%s%s", versiontext.c_str(), warningtext.c_str());
}
diff --git a/src/gsc_winres.rc.in b/src/gsc_winres.rc.in
index cd6dc62..27cd796 100644
--- a/src/gsc_winres.rc.in
+++ b/src/gsc_winres.rc.in
@@ -14,7 +14,7 @@ BEGIN
VALUE "FileDescription", "GSmartControl - Hard disk drive and SSD health inspection tool"
VALUE "FileVersion", "@VERSION@"
VALUE "InternalName", "gsmartcontrol.exe"
- VALUE "LegalCopyright", "Copyright (C) 2008 - 2017 Alexander Shaduri"
+ VALUE "LegalCopyright", "Copyright (C) 2008 - 2022 Alexander Shaduri"
VALUE "OriginalFilename", "gsmartcontrol.exe"
VALUE "ProductName", "GSmartControl"
VALUE "ProductVersion", "@VERSION@"