From fc317d285d6a1bd3c575cf4a709bfd352c095c17 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 12 Dec 2025 17:37:59 +0100 Subject: [PATCH] add copyright file --- src/CMakeLists.txt | 3 +++ src/copyright | 3 +++ src/debian/copyright | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 src/copyright create mode 100644 src/debian/copyright diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 634c197..cc2269b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -142,6 +142,9 @@ install(TARGETS sane-kds_s2000w_net sane-kds_s2000w_net-static DESTINATION ${CMAKE_LIBRARY_PATH}/sane) install(FILES kds_s2000w_net.conf DESTINATION ${CONFIG_INSTALL_PATH}) +file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/debian/copyright copyright) +install(FILES copyright + DESTINATION usr/share/doc/${PROJECT_NAME}) set(CPACK_GENERATOR DEB) set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) diff --git a/src/copyright b/src/copyright new file mode 100644 index 0000000..c02e1d2 --- /dev/null +++ b/src/copyright @@ -0,0 +1,3 @@ +Files: * +Copyright: 2024-2025 Bastian Dehn +License: MIT \ No newline at end of file diff --git a/src/debian/copyright b/src/debian/copyright new file mode 100644 index 0000000..c02e1d2 --- /dev/null +++ b/src/debian/copyright @@ -0,0 +1,3 @@ +Files: * +Copyright: 2024-2025 Bastian Dehn +License: MIT \ No newline at end of file -- 2.47.3