From d9be4d9e24c4cd6991ea6763fa4f07250f53f240 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 30 Oct 2024 13:52:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25f6757..07bbf58 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,5 @@ run for which GitHub makes more sense. Of course, this is something that can cha The library is licensed with the BSD-3-Clause license, more information in [LICENSE](LICENSE). This is a permissive license which allows for any type of use, provided the copyright notice is included. + +This library project was initially created from [JetBrains's Library Template](https://github.com/Kotlin/multiplatform-library-template) under the Apachage 2.0 license.