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
Utilities
Konsole
Commits
039b4652
Commit
039b4652
authored
Jan 06, 2022
by
Kurt Hindenburg
Browse files
Update copyright year
parent
7a1e4768
Pipeline
#119900
passed with stage
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
039b4652
...
...
@@ -311,7 +311,7 @@ if(APPLE)
MACOSX_BUNDLE_LONG_VERSION_STRING
"Konsole
${
RELEASE_SERVICE_VERSION
}
"
MACOSX_BUNDLE_SHORT_VERSION_STRING
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
"
MACOSX_BUNDLE_BUNDLE_VERSION
"
${
RELEASE_SERVICE_VERSION
}
"
MACOSX_BUNDLE_COPYRIGHT
"1997-202
1
The Konsole Developers"
)
MACOSX_BUNDLE_COPYRIGHT
"1997-202
2
The Konsole Developers"
)
endif
()
install
(
TARGETS konsole
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
src/main.cpp
View file @
039b4652
...
...
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
QStringLiteral
(
KONSOLE_VERSION
),
i18nc
(
"@title"
,
"Terminal emulator"
),
KAboutLicense
::
GPL_V2
,
i18nc
(
"@info:credit"
,
"(c) 1997-202
1
, The Konsole Developers"
),
i18nc
(
"@info:credit"
,
"(c) 1997-202
2
, The Konsole Developers"
),
QString
(),
QStringLiteral
(
"https://konsole.kde.org/"
));
fillAboutData
(
about
);
...
...
Kurt Hindenburg
@hindenburg
mentioned in commit
3f566b69
·
Jan 06, 2022
mentioned in commit
3f566b69
mentioned in commit 3f566b69de34824aa39f2eb77d0fdec1e08ff74e
Toggle commit list
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