From dd6ffdc6fda1944ec6e8e8d06d9d057c3caccd3f Mon Sep 17 00:00:00 2001 From: Sigilante <57601680+sigilante@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:03:31 -0500 Subject: [PATCH] Update water-towers.md --- content/guides/additional/workbook/water-towers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/guides/additional/workbook/water-towers.md b/content/guides/additional/workbook/water-towers.md index 22b3dc6..4826e40 100644 --- a/content/guides/additional/workbook/water-towers.md +++ b/content/guides/additional/workbook/water-towers.md @@ -88,11 +88,11 @@ Following a principle of test-driven development, we compose a series of tests w ## Solutions -_These solutions were submitted by the Urbit community as part of a competition in ~2023.6. They are made available under the GNU License. We ask you to acknowledge authorship should you utilize these elsewhere._ +_These solutions were submitted by the Urbit community as part of a competition in ~2023.6. They are made available under the MIT License and CC0. We ask you to acknowledge authorship should you utilize these elsewhere._ ### Solution #1 -_By ~dannul-bortux. A model for literate programming._ +_By ~dannul-bortux. A model for literate programming in Hoon._ ``` :: @@ -260,7 +260,7 @@ _By ~dannul-bortux. A model for literate programming._ ### Solution #2 -_By ~racfer-hattes. Short and elegant. Also the speed winner, clocking in at an incredible 29 minutes._ +_By ~racfer-hattes. A short and elegant solution._ ``` => @@ -378,4 +378,4 @@ $(x +(x)) == :: -- -``` \ No newline at end of file +```