mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
cleanup: update copyrights
That should have been done six months ago. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
50ef42d580
commit
329fcf7fdc
5 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent) : QDialog(parent, QFlag(0))
|
||||||
"Subsurface %1 </span><br><br>"
|
"Subsurface %1 </span><br><br>"
|
||||||
"Multi-platform divelog software<br>"
|
"Multi-platform divelog software<br>"
|
||||||
"<span style='font-size: 8pt'>"
|
"<span style='font-size: 8pt'>"
|
||||||
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2020"
|
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2021"
|
||||||
"</span>").arg(versionString));
|
"</span>").arg(versionString));
|
||||||
|
|
||||||
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);
|
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);
|
||||||
|
|
|
@ -48,7 +48,7 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
|
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
|
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2021").arg(manager.getVersion())
|
||||||
level: 5
|
level: 5
|
||||||
color: subsurfaceTheme.textColor
|
color: subsurfaceTheme.textColor
|
||||||
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# spec file for package subsurface
|
# spec file for package subsurface
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014-2020 Dirk Hohndel
|
# Copyright (c) 2014-2021 Dirk Hohndel
|
||||||
#
|
#
|
||||||
|
|
||||||
%define latestVersion 4.9.10.166
|
%define latestVersion 4.9.10.166
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<key>NOTE</key>
|
<key>NOTE</key>
|
||||||
<string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
|
<string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2011-2020 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and the Subsurface developer team</string>
|
<string>Copyright © 2011-2021 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and the Subsurface developer team</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>SubsurfaceMobileLaunch</string>
|
<string>SubsurfaceMobileLaunch</string>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
|
|
|
@ -2,11 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Source: <url://subsurface-divelog.org>
|
Source: <url://subsurface-divelog.org>
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2011-2020 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava, Berthold Stoeger, and others
|
Copyright: 2011-2021 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava, Berthold Stoeger, and others
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2012 Khalid El Fathi <khalid@elfathi.fr>, 2013-2014 Sylvestre Ledru <sylvestre@debian.org>, 2014-2020 Dirk Hohndel <dirk@hohndel.org>
|
Copyright: 2012 Khalid El Fathi <khalid@elfathi.fr>, 2013-2014 Sylvestre Ledru <sylvestre@debian.org>, 2014-2021 Dirk Hohndel <dirk@hohndel.org>
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue