Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ouroboros: Correct license statements | dimitri staessens | 2016-12-24 | 1 | -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 file | Sander Vrijders | 2016-03-14 | 1 | -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. |