From dcdbbff878d58bbdd690afd58d35774a0f750256 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 5 Jun 2024 12:33:14 +1200 Subject: [PATCH] add copying notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d6f31c0..150d369 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ and `INISection`s back into an INI document. Handy for if your program has some sort of GUI configuration interface or if you're passing around INI through a network connection. +initial.d is licensed under the Boost Software License, version 1.0. See +COPYING for the full licence text. + ## Demo ```d