summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreemin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* score: Add SPDX License IdentifierSebastian Huber2022-05-181-1/+3
| | | | | | Remove URL in copyright notice. Update #3053.
* score: Split up rbtreenext.cSebastian Huber2021-09-061-0/+55
Split up rbtreenext.c since only _RBTree_Minimum() is used by the operating system core services (thread queues and the EDF scheduler). Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.