From 8c02538a66d7193c38a45a5ab375381b6c1b99fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Fri, 15 Nov 2024 13:30:47 +0200 Subject: [PATCH] Update README: intent of the library Co-authored-by: David Sankel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c44766..0cfe045 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Documentation and associated papers are licensed with the Creative Commons Attri // SPDX-License-Identifier: CC-BY-4.0 -The intent is that the source and documentation are available for use by people implementing their iterator types as well as people using the iterator_interface presented here as-is. +The intent is that the source and documentation are available for use by people implementing their iterator types. The README itself is licesed with CC0 1.0 Universal. Copy the contents and incorporate in your own work as you see fit.