aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-03-10 00:15:00 +0100
committerKim Alvefur <zash@zash.se>2021-03-10 00:15:00 +0100
commitee7ffc309aad349670ef65fe66030918ab7877bb (patch)
treea32b3b970e708bc2d81886f733ddf7ec466c4a9c /teal-src
parent6db9456d8881cf0ea4d926384c93d25bc0c94978 (diff)
downloadprosody-ee7ffc309aad349670ef65fe66030918ab7877bb.tar.gz
prosody-ee7ffc309aad349670ef65fe66030918ab7877bb.zip
util.jsonschema: Add copyright-header
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/jsonschema.tl9
1 files changed, 9 insertions, 0 deletions
diff --git a/teal-src/util/jsonschema.tl b/teal-src/util/jsonschema.tl
index 87269f01..67e37329 100644
--- a/teal-src/util/jsonschema.tl
+++ b/teal-src/util/jsonschema.tl
@@ -1,3 +1,12 @@
+-- Copyright (C) 2021 Kim Alvefur
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+-- Based on
+-- https://json-schema.org/draft/2020-12/json-schema-core.html
+-- https://json-schema.org/draft/2020-12/json-schema-validation.html
+--
local record schema_t
enum type_e