]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add copyright file
authorBastian Dehn <hhaalo@arcor.de>
Fri, 12 Dec 2025 16:37:59 +0000 (17:37 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 12 Dec 2025 16:37:59 +0000 (17:37 +0100)
src/CMakeLists.txt
src/copyright [new file with mode: 0644]
src/debian/copyright [new file with mode: 0644]

index 634c197b3dcb5a7f17c2145e3a941f9f4eba7404..cc2269b7da344de294e8aef3b0ef104ce642a76c 100644 (file)
@@ -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 (file)
index 0000000..c02e1d2
--- /dev/null
@@ -0,0 +1,3 @@
+Files: *
+Copyright: 2024-2025 Bastian Dehn <hhaalo@arcor.de>
+License: MIT
\ No newline at end of file
diff --git a/src/debian/copyright b/src/debian/copyright
new file mode 100644 (file)
index 0000000..c02e1d2
--- /dev/null
@@ -0,0 +1,3 @@
+Files: *
+Copyright: 2024-2025 Bastian Dehn <hhaalo@arcor.de>
+License: MIT
\ No newline at end of file