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 a368bca commit 3fc8974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ project (Qsampler
set (PROJECT_TITLE "${PROJECT_NAME}")
string (TOLOWER "${PROJECT_TITLE}" PROJECT_NAME)

set (PROJECT_COPYRIGHT "Copyright (C) 2004-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
set (PROJECT_COPYRIGHT2 "Copyright (C) 2007-2019, Christian Schoenebeck")
set (PROJECT_DOMAIN "linuxsampler.org")

execute_process (
COMMAND git describe --tags --dirty --abbrev=6
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
Expand All @@ -34,10 +38,6 @@ if (GIT_DESCRIBE_RESULT EQUAL 0)
set (PROJECT_VERSION "${GIT_VERSION}")
endif ()

set (PROJECT_COPYRIGHT "Copyright (C) 2004-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
set (PROJECT_COPYRIGHT2 "Copyright (C) 2007-2019, Christian Schoenebeck")
set (PROJECT_DOMAIN "linuxsampler.org")


if (CMAKE_BUILD_TYPE MATCHES "Debug")
set (CONFIG_DEBUG 1)
Expand Down
2 changes: 1 addition & 1 deletion src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#cmakedefine PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"
#cmakedefine PROJECT_COPYRIGHT2 "@PROJECT_COPYRIGHT2@"


/* Define to the domain of this package. */
#cmakedefine PROJECT_DOMAIN "@PROJECT_DOMAIN@"


/* Default installation prefix. */
#cmakedefine CONFIG_PREFIX "@CONFIG_PREFIX@"

Expand Down

0 comments on commit 3fc8974

Please sign in to comment.