]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
add copyright
authorBastian Dehn <hhaalo@arcor.de>
Sun, 24 May 2026 19:51:19 +0000 (21:51 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 24 May 2026 19:51:19 +0000 (21:51 +0200)
license
src/CMakeLists.txt
src/debian/copyright [new file with mode: 0644]

diff --git a/license b/license
index 9bd11d633d579480d8e37ce8202edc46cb8aa65a..0d3eaaa8506170e7f958ded970e5c2a70120b66f 100644 (file)
--- 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
index f4da18232436a1c8d48efc123a4c013aed13770a..a115bff48657cf160e1dc6a3fabd32821bcbdb48 100644 (file)
@@ -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 (file)
index 0000000..3eaad05
--- /dev/null
@@ -0,0 +1,4 @@
+Files:
+ *
+Copyright: 2024-2026 Bastian Dehn
+License: MIT
\ No newline at end of file