From 266e806807e4d5bf15d7a9b89d197fa7a70c3077 Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Thu, 21 Mar 2019 12:20:27 +0000 Subject: [PATCH] Make license information in README more specific --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a8228d0..6936d629 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ Regarding #2, adding the files to your project's build system, each implementati ## License -Each subdirectory containing implementations contains a LICENSE file stating under what license -that specific implementation is released. All other code for testing etc. in this repository -is released under the conditions of [CC0](http://creativecommons.org/publicdomain/zero/1.0/). +Each subdirectory containing implementations contains a `LICENSE` file stating under what license that specific implementation is released. +The files in `common` contain licensing information at the top of the file (and are currently either public domain or MIT). +All other code in this repository is released under the conditions of [CC0](http://creativecommons.org/publicdomain/zero/1.0/). ## Running tests locally