From 9bd23a4156796ec24f38c97de4963624c8d12942 Mon Sep 17 00:00:00 2001 From: Magnus Holm Date: Thu, 4 May 2023 13:03:46 +0200 Subject: [PATCH] Clarify that MIT is only for the code --- LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LICENSE b/LICENSE index 9b468ff..b210c71 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,10 @@ +The specification itself (anything under `spec/`) is distributed under the under the Open Web Foundation Final Specification Agreement (OWFa 1.0). +See `spec/GROQ.md` for the full details. + +The code in this repository (everything _except_ the `spec/` directory) is distributed under the MIT license, attached below. + +--- + MIT License Copyright (c) Sanity Inc (https://www.sanity.io)