diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-01 09:48:06 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-01-02 14:08:44 +0100 |
commit | 4b306e40d86e50336753484f52e92c0adedb8759 (patch) | |
tree | 14fb26a0cdddd0b4f92bd589907d350feff20b71 /README | |
parent | 574dedbb6e958cf25c13a50fc3bdc83a193046be (diff) | |
download | ouroboros-4b306e40d86e50336753484f52e92c0adedb8759.tar.gz ouroboros-4b306e40d86e50336753484f52e92c0adedb8759.zip |
build: Add BSD license to the main directory
The BSD license is used for the tools, but not mentioned in the main
directory. The README is updated to reflect where the licenses apply.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,2 +1,13 @@ This is the repository holding the Ouroboros IPC subsystem. For more -information please refer to the doc/ folder.
\ No newline at end of file +information please refer to the doc/ folder. + +LICENSES: + +The Ouroboros library is distributed under the LGPLv2.1 license. +See LICENSE-LGPL for more details. + +The Ouroboros daemons are distributed under the GPLv2 license. +See LICENSE-GPL for more details. + +The Ouroboros tools are distributed under the 3-clause BSD license. +See LICENSE-BSD for more details. |