Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KHelpCenter
Commits
bb365243
Commit
bb365243
authored
Oct 11, 2020
by
Laurent Montel
😁
Browse files
Fix copyright
parent
227041c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
application.cpp
View file @
bb365243
...
...
@@ -92,7 +92,7 @@ extern "C" int Q_DECL_EXPORT kdemain( int argc, char **argv )
QStringLiteral
(
PROJECT_VERSION
),
i18n
(
"Help Center"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1999-20
18
, The KHelpCenter developers"
)
);
i18n
(
"(c) 1999-20
20
, The KHelpCenter developers"
)
);
aboutData
.
addAuthor
(
QStringLiteral
(
"Luigi Toscano"
),
i18n
(
"Current maintainer"
),
QStringLiteral
(
"luigi.toscano@tiscali.it"
)
);
aboutData
.
addAuthor
(
QStringLiteral
(
"Pino Toscano"
),
i18n
(
"Xapian-based search, lot of bugfixes"
),
QStringLiteral
(
"pino@kde.org"
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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