Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
19cd2364
Commit
19cd2364
authored
Jun 09, 2022
by
Elvis Angelaccio
Browse files
Update copyright and maintainership info
parent
86c103e7
Pipeline
#213606
passed with stage
in 7 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
19cd2364
...
...
@@ -88,10 +88,16 @@ int main(int argc, char **argv)
KAboutData
aboutData
(
QStringLiteral
(
"dolphin"
),
i18n
(
"Dolphin"
),
QStringLiteral
(
DOLPHIN_VERSION_STRING
),
i18nc
(
"@title"
,
"File Manager"
),
KAboutLicense
::
GPL
,
i18nc
(
"@info:credit"
,
"(C) 2006-20
18 Peter Penz, Frank Reininghaus, Emmanuel Pescosta and Elvis Angelaccio
"
));
i18nc
(
"@info:credit"
,
"(C) 2006-20
22 The Dolphin Developers
"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"https://kde.org/applications/system/org.kde.dolphin"
));
aboutData
.
addAuthor
(
i18nc
(
"@info:credit"
,
"Felix Ernst"
),
i18nc
(
"@info:credit"
,
"Maintainer (since 2021) and developer"
),
QStringLiteral
(
"felixernst@kde.org"
));
aboutData
.
addAuthor
(
i18nc
(
"@info:credit"
,
"Méven Car"
),
i18nc
(
"@info:credit"
,
"Maintainer (since 2021) and developer (since 2019)"
),
QStringLiteral
(
"meven@kde.org"
));
aboutData
.
addAuthor
(
i18nc
(
"@info:credit"
,
"Elvis Angelaccio"
),
i18nc
(
"@info:credit"
,
"Maintainer (
since 2018
) and developer"
),
i18nc
(
"@info:credit"
,
"Maintainer (
2018-2021
) and developer"
),
QStringLiteral
(
"elvis.angelaccio@kde.org"
));
aboutData
.
addAuthor
(
i18nc
(
"@info:credit"
,
"Emmanuel Pescosta"
),
i18nc
(
"@info:credit"
,
"Maintainer (2014-2018) and developer"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment