From 4deabf81dca5f440579cc2a5d0115ad370a6a6ae Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 24 May 2026 21:51:19 +0200 Subject: [PATCH] add copyright --- license | 2 +- src/CMakeLists.txt | 2 ++ src/debian/copyright | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/debian/copyright diff --git a/license b/license index 9bd11d6..0d3eaaa 100644 --- a/license +++ b/license @@ -1,4 +1,4 @@ -Copyright © 2024 Bastian Dehn +Copyright © 2024-2026 Bastian Dehn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f4da182..a115bff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,6 +58,8 @@ set(CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}xml DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}) +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/debian/copyright + DESTINATION ${CMAKE_INSTALL_DOCDIR}) set(CPACK_GENERATOR "DEB") set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) diff --git a/src/debian/copyright b/src/debian/copyright new file mode 100644 index 0000000..3eaad05 --- /dev/null +++ b/src/debian/copyright @@ -0,0 +1,4 @@ +Files: + * +Copyright: 2024-2026 Bastian Dehn +License: MIT \ No newline at end of file -- 2.47.3