From: Bastian Dehn Date: Fri, 12 Dec 2025 16:37:59 +0000 (+0100) Subject: add copyright file X-Git-Tag: v1.1.23^2~6 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=fc317d285d6a1bd3c575cf4a709bfd352c095c17;p=sane-kds-s2000w-net.git add copyright file --- 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