diff --git a/debian/copyright b/debian/copyright index 1db7b54fe6f..42d8d056169 100644 --- a/debian/copyright +++ b/debian/copyright @@ -150,6 +150,16 @@ Copyright: 2004-2025 The LinuxCNC Developers and notably . Please inspect the logs of the git repository to learn about the >230 (11/2021) committers. License: GPL-2+ + +Files: src/emc/tp/ruckig/* +Copyright: + 2021-2024 Lars Berscheid +License: Expat + +Files: src/emc/tp/ruckig_wrapper.* +Copyright: + 2024 杨阳 +License: GPL-2 Files: docs/* Copyright: @@ -410,7 +420,7 @@ License: Boost-1.0 Files: debian/linuxcnc-uspace.metainfo.xml Copyright: 2021 Petter Reinholdtsen -License: MIT +License: Expat Files: unit_tests/greatest.h Copyright: 2011-2019 Scott Vokes @@ -510,7 +520,7 @@ License: GPL-3+ On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". -License: MIT +License: Expat 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 the Software without restriction, including without limitation the rights diff --git a/src/emc/tp/ruckig_wrapper.cc b/src/emc/tp/ruckig_wrapper.cc index 867be54c8e2..f57164aa595 100644 --- a/src/emc/tp/ruckig_wrapper.cc +++ b/src/emc/tp/ruckig_wrapper.cc @@ -1,5 +1,5 @@ /******************************************************************** -* Description: ruckig_wrapper.c +* Description: ruckig_wrapper.cc * Ruckig trajectory planning library wrapper implementation * * This file provides a C wrapper around Ruckig C++ library