Skip to content

Commit 9815024

Browse files
committed
add Berthold to the list of explicitly mentioned developers
Number 3 overall committer with currently 9% of total commits and 27% of all commits in the last three years. Signed-off-by: Dirk Hohndel <[email protected]>
1 parent ce7cc79 commit 9815024

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
234234
set(MACOSX_BUNDLE_BUNDLE_VERSION "${SSRF_VERSION_STRING}")
235235
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${SSRF_VERSION_STRING}")
236236
set(MACOSX_BUNDLE_LONG_VERSION_STRING "${SSRF_VERSION_STRING}")
237-
set(MACOSX_BUNDLE_COPYRIGHT "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others")
237+
set(MACOSX_BUNDLE_COPYRIGHT "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger and others")
238238
set_source_files_properties(${ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
239239
set(SUBSURFACE_PKG MACOSX_BUNDLE ${ICON_FILE})
240240
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")

desktop-widgets/about.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
2121
"Subsurface %1 </span><br><br>"
2222
"Multi-platform divelog software<br>"
2323
"<span style='font-size: 8pt'>"
24-
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2020"
24+
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2020"
2525
"</span>").arg(versionString));
2626

2727
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);

packaging/ios/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>NOTE</key>
2828
<string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright © 2011-2020 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string>
30+
<string>Copyright © 2011-2020 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and the Subsurface developer team</string>
3131
<key>NSMainNibFile</key>
3232
<string>SubsurfaceMobileLaunch</string>
3333
<key>UILaunchStoryboardName</key>

packaging/ubuntu/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Source: <url://subsurface-divelog.org>
33

44
Files: *
5-
Copyright: 2011-2020 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava and others
5+
Copyright: 2011-2020 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava, Berthold Stoeger, and others
66
License: GPL-2.0
77

88
Files: debian/*

0 commit comments

Comments
 (0)