mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +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>"
|
||||
"Multi-platform divelog software<br>"
|
||||
"<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));
|
||||
|
||||
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);
|
||||
|
|
|
@ -48,7 +48,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
|
||||
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
|
||||
color: subsurfaceTheme.textColor
|
||||
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# spec file for package subsurface
|
||||
#
|
||||
# Copyright (c) 2014-2020 Dirk Hohndel
|
||||
# Copyright (c) 2014-2021 Dirk Hohndel
|
||||
#
|
||||
|
||||
%define latestVersion 4.9.10.166
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<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>
|
||||
<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>
|
||||
<string>SubsurfaceMobileLaunch</string>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
@ -2,11 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|||
Source: <url://subsurface-divelog.org>
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue