summaryrefslogtreecommitdiff
path: root/src/lib/list.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Revise implementation of listdimitri staessens2017-01-091-90/+38
| | | | Adds LGPL license to the ouroboros lists.
* ouroboros: Correct license statementsdimitri staessens2016-12-241-3/+2
| | | | | This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2.
* lib: Move list function definitions into a source fileSander Vrijders2016-03-141-0/+125
This moves the function definitions of list.h into a separate source file to avod linker errors when including the file in more than one source file.