From 3aba065f1d069e033c6993ceac301adc25d865b3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 17 Mar 2017 14:27:47 -0400 Subject: Extend license for tutorial code --- doc/tlc.ur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tlc.ur') diff --git a/doc/tlc.ur b/doc/tlc.ur index 630dcaab..dac3ce3d 100644 --- a/doc/tlc.ur +++ b/doc/tlc.ur @@ -4,7 +4,7 @@ val show_string = mkShow (fn s => "\"" ^ s ^ "\"") (* end *) -(* This tutorial by Adam Chlipala is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License. *) +(* This tutorial by Adam Chlipala is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License. The code, but not the accompanying prose, is also released under the same license as Ur/Web itself. *) (* The last chapter reviewed some Ur features imported from ML and Haskell. This chapter explores uncharted territory, introducing the features that make Ur unique. *) -- cgit v1.2.3