Skip to content

Commit

Permalink
- Rephrased the new year copyright project line.
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed Jan 5, 2024
1 parent 5d49992 commit f29de19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ project (QjackCtl
set (PROJECT_TITLE "${PROJECT_NAME}")
string (TOLOWER "${PROJECT_TITLE}" PROJECT_NAME)

set (PROJECT_COPYRIGHT "Copyright (C) 2003-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
set (PROJECT_DOMAIN "rncbc.org")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

execute_process (
Expand Down Expand Up @@ -36,9 +39,6 @@ if (GIT_DESCRIBE_RESULT EQUAL 0)
set (PROJECT_VERSION "${GIT_VERSION}")
endif ()

set (PROJECT_COPYRIGHT "Copyright (C) 2003-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
set (PROJECT_DOMAIN "rncbc.org")


if (CMAKE_BUILD_TYPE MATCHES "Debug")
set (CONFIG_DEBUG 1)
Expand Down

0 comments on commit f29de19

Please sign in to comment.