summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-01 14:11:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-01 14:25:56 -0400
commitec6d3ead0331df358f4c6f35a9c4778c6742f85d (patch)
tree46b88e882f69b26e8dd879312dc5741b79ae1cbe /README.md
parent87855dd3751d00a9ff019b0c0af38173b29a9a5c (diff)
downloadgtk+-ec6d3ead0331df358f4c6f35a9c4778c6742f85d.tar.gz
Add a license clarification
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 50d6a3d9ee..cbe7809f58 100644
--- a/README.md
+++ b/README.md
@@ -161,3 +161,7 @@ version 2.1 or, at your option, any later version, as published by the Free
Software Foundation.
Please, see the [`COPYING`](./COPYING) file for further information.
+
+GTK includes a small number of source files under the Apache license:
+- A fork of the roaring bitmaps implementation in [gtk/roaring](./gtk/roaring)
+- An adaptation of timsort from python in [gtk/timsort](./gtk/timsort)