From: Bastian Dehn Date: Sun, 24 May 2026 19:51:19 +0000 (+0200) Subject: add copyright X-Git-Tag: 1.3.23^2~4^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=4deabf81dca5f440579cc2a5d0115ad370a6a6ae;p=feierabend.git add 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