Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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 杨阳 <mika-net@outlook.com>
License: GPL-2

Files: docs/*
Copyright:
Expand Down Expand Up @@ -410,7 +420,7 @@ License: Boost-1.0

Files: debian/linuxcnc-uspace.metainfo.xml
Copyright: 2021 Petter Reinholdtsen <pere@debian.org>
License: MIT
License: Expat

Files: unit_tests/greatest.h
Copyright: 2011-2019 Scott Vokes <vokes.s@gmail.com>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/emc/tp/ruckig_wrapper.cc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading