From 68dcdd33fdba6e5f22be4a0e341e815d9d2ecff8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 25 Mar 2021 09:09:04 -0400 Subject: [PATCH] API: clarify schema license --- api/graph/schema.graphqls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/graph/schema.graphqls b/api/graph/schema.graphqls index 7ff8631..c278d2a 100644 --- a/api/graph/schema.graphqls +++ b/api/graph/schema.graphqls @@ -1,3 +1,5 @@ +# This schema definition is available in the public domain, or under the terms +# of CC-0, at your choice. scalar Cursor scalar Time scalar Upload -- 2.38.4