Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
77a5a5ce
Commit
77a5a5ce
authored
Dec 26, 2020
by
Eugen Mohr
Committed by
Jean-Baptiste Mardelle
Jan 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year to 2021
parent
ffb46fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main.cpp
src/main.cpp
+1
-1
No files found.
src/main.cpp
View file @
77a5a5ce
...
...
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
// Create KAboutData
KAboutData
aboutData
(
QByteArray
(
"kdenlive"
),
i18n
(
"Kdenlive"
),
KDENLIVE_VERSION
,
i18n
(
"An open source video editor."
),
KAboutLicense
::
GPL
,
i18n
(
"Copyright © 2007–202
0
Kdenlive authors"
),
i18n
(
"Please report bugs to https://bugs.kde.org"
),
i18n
(
"Copyright © 2007–202
1
Kdenlive authors"
),
i18n
(
"Please report bugs to https://bugs.kde.org"
),
QStringLiteral
(
"https://kdenlive.org"
));
aboutData
.
addAuthor
(
i18n
(
"Jean-Baptiste Mardelle"
),
i18n
(
"MLT and KDE SC 4 / KF5 port, main developer and maintainer"
),
QStringLiteral
(
"jb@kdenlive.org"
));
aboutData
.
addAuthor
(
i18n
(
"Nicolas Carion"
),
i18n
(
"Code re-architecture & timeline rewrite"
),
QStringLiteral
(
"french.ebook.lover@gmail.com"
));
...
...
Write
Preview
Markdown
is supported
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