Skip to content

Commit

Permalink
- Updated copyright headers into the New Year. (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed Jan 3, 2024
1 parent 2387106 commit 5d49992
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ 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
8 changes: 8 additions & 0 deletions src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
/* Define to the homepage of this package. */
#cmakedefine PROJECT_HOMEPAGE_URL "@PROJECT_HOMEPAGE_URL@"

/* Define to the copyright of this package. */
#cmakedefine PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"

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


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

Expand Down Expand Up @@ -100,4 +107,5 @@
/* Define if Wayland is supported */
#cmakedefine CONFIG_WAYLAND @CONFIG_WAYLAND@


#endif /* CONFIG_H */
4 changes: 2 additions & 2 deletions src/qjackctlAbout.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#define QJACKCTL_SUBTITLE PROJECT_DESCRIPTION
#define QJACKCTL_WEBSITE PROJECT_HOMEPAGE_URL

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

#endif // __qjackctlAbout_h

Expand Down

0 comments on commit 5d49992

Please sign in to comment.