Updated homepage URLs and some copyright notices.

This commit is contained in:
Alexander Shaduri
2021-03-01 14:53:00 +04:00
parent d760a3d0f2
commit d5785606a0
9 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
### Hard disk drive and SSD health inspection tool
[GSmartControl](https://gsmartcontrol.sourceforge.io/)
[GSmartControl](https://gsmartcontrol.shaduri.dev/)
is a graphical user interface for smartctl (from [smartmontools](https://www.smartmontools.org/)
package), which is a tool for
querying and controlling [SMART](https://en.wikipedia.org/wiki/S.M.A.R.T.)
+1 -1
View File
@@ -74,7 +74,7 @@ Disable logging; same as \fB\-\-verbosity\-level\fP 0
Set verbosity level [0\-5]
.PP
.SH COPYRIGHT
Copyright \(co 2008 \- 2021 Alexander Shaduri <ashaduri \'at\' gmail.com>
Copyright \(co 2008 \- 2021 Alexander Shaduri <ashaduri@gmail.com>
.PP
.SH AUTHOR
This manual page was originally written by Giuseppe Iuculano
+1 -1
View File
@@ -20,7 +20,7 @@ Copyright:
</p>
</description>
<launchable type="desktop-id">gsmartcontrol.desktop</launchable>
<url type="homepage">https://gsmartcontrol.sourceforge.io</url>
<url type="homepage">https://gsmartcontrol.shaduri.dev</url>
<screenshots>
<screenshot type="default">
<caption>Main window</caption>
+1 -1
View File
@@ -1,7 +1,7 @@
Source: gsmartcontrol
Section: utils
Priority: extra
Homepage: https://gsmartcontrol.sourceforge.io/
Homepage: https://gsmartcontrol.shaduri.dev/
Maintainer: Alexander Shaduri <ashaduriREMOVETHIS@gmail.com>
Build-Depends: debhelper (>= 5), autotools-dev,
libpcre3-dev, libgtkmm-3.0-dev (>= 3.4.0)
+3 -3
View File
@@ -1,11 +1,11 @@
This package was debianized by Alexander Shaduri <ashaduri@gmail.com> on
Sat, 15 Nov 2008 00:12:04 +0400.
It was downloaded from <https://gsmartcontrol.sourceforge.io/>
It was downloaded from <https://gsmartcontrol.shaduri.dev/>
Copyright:
Copyright (C) 2008 - 2021 Alexander Shaduri <ashaduri@gmail.com>
Copyright (C) 2008 - 2021 Alexander Shaduri <ashaduri@gmail.com>
License:
@@ -25,6 +25,6 @@ If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is (C) 2008 - 2021 Alexander Shaduri <ashaduri 'at' gmail.com> and
The Debian packaging is (C) 2008 - 2021 Alexander Shaduri <ashaduri@gmail.com> and
is licensed under the GPLv3, see above.
+3 -3
View File
@@ -6,9 +6,9 @@ Name: gsmartcontrol
Version: @CMAKE_PROJECT_VERSION@
Release: 0
License: GPL-3.0
Url: https://gsmartcontrol.sourceforge.io/
Vendor: Alexander Shaduri <ashaduri 'at' gmail.com>
# Packager: Alexander Shaduri <ashaduri 'at' gmail.com>
Url: https://gsmartcontrol.shaduri.dev/
Vendor: Alexander Shaduri <ashaduri@gmail.com>
# Packager: Alexander Shaduri <ashaduri@gmail.com>
Source: http://sourceforge.net/projects/gsmartcontrol/files/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GSmartControl - Hard Disk Drive and SSD Health Inspection Tool
+1 -1
View File
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gsmartcontrol 2.0.0\n"
"Report-Msgid-Bugs-To: https://gsmartcontrol.sourceforge.io/home/index.php/"
"Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev/"
"Support\n"
"POT-Creation-Date: 2018-02-05 01:51+0400\n"
"PO-Revision-Date: 2018-02-05 01:22+0400\n"
+5 -1
View File
@@ -34,7 +34,7 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, Glib::RefPtr<Gtk::Builde
set_version(PACKAGE_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_type(Gtk::LICENSE_GPL_3_0_ONLY); // this overrides set_license()
// set_license(hz::data_file_get_contents("doc", "LICENSE.txt", 1*1024*1024)); // 1M
@@ -43,6 +43,10 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, Glib::RefPtr<Gtk::Builde
set_copyright(Glib::ustring::compose("Copyright (C) %1",
"2008 - 2021 Alexander Shaduri <ashaduri@gmail.com>"));
// set_authors({"Alexander Shaduri <ashaduri@gmail.com>"});
// set_documenters({"Alexander Shaduri <ashaduri@gmail.com>"});
// set_translator_credits({"Alexander Shaduri <ashaduri@gmail.com>"});
// std::string authors_str = hz::data_file_get_contents("doc", "AUTHORS.txt", 1*1024*1024); // 1M
// hz::string_any_to_unix(authors_str);
-5
View File
@@ -32,11 +32,6 @@ along with GSmartControl. If not, see <http://www.gnu.org/licenses/>.
<property name="window_position">center-on-parent</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="copyright">[here be copyrights]</property>
<property name="comments" translatable="yes"></property>
<property name="authors">[here be authors]</property>
<property name="documenters">here be documentors</property>
<property name="translator_credits">translator-credits</property>
<property name="logo_icon_name"/>
<property name="license_type">gpl-3-0-only</property>
<child>