Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cmake,ui): update copyright year #1628

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Project information.
set(PROJECT_COMPANY_NAME "Oleg Shparber")
set(PROJECT_COPYRIGHT "© 2013-2023 Oleg Shparber and other contributors")
set(PROJECT_COPYRIGHT "© 2013-2024 Oleg Shparber and other contributors")

# Find available major Qt version. It will be stored in QT_VERSION_MAJOR.
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
Expand All @@ -38,7 +38,7 @@
if(Zeal_GIT_VERSION_SHA)
# Extra check in case we forgot to bump version in project() directive.
if(NOT PROJECT_VERSION_PATCH EQUAL Zeal_GIT_VERSION_PATCH_NEXT)
message(WARNING "Incorrect patch version! Forgot to bump?")

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Windows Server 2019 / Qt 5

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Ubuntu 20.04 / Qt 5

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Windows Server 2019 / Qt 5 / Portable

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Ubuntu 20.04 / Qt 5 / Portable

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Windows Server 2022 / Qt 6

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Windows Server 2022 / Qt 6 / Portable

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Ubuntu 22.04 / Qt 6

Incorrect patch version! Forgot to bump?

Check warning on line 41 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Ubuntu 22.04 / Qt 6 / Portable

Incorrect patch version! Forgot to bump?
endif()

set(ZEAL_VERSION_SUFFIX "-dev.${Zeal_GIT_VERSION_AHEAD}+${Zeal_GIT_VERSION_SHA}")
Expand Down
2 changes: 1 addition & 1 deletion src/libs/ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<property name="text">
<string>&lt;strong&gt;A simple offline documentation browser&lt;/strong&gt;
&lt;br&gt;&lt;br&gt;
Copyright &amp;copy; Oleg Shparber and other contributors, 2013-2023.
Copyright &amp;copy; Oleg Shparber and other contributors, 2013-2024.
&lt;br&gt;
&lt;a href=&quot;https://zealdocs.org&quot;&gt;zealdocs.org&lt;/a&gt;
&lt;br&gt;
Expand Down