aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-03-10 00:18:39 +0100
committerKim Alvefur <zash@zash.se>2021-03-10 00:18:39 +0100
commit832296535f123a53667376b5e9dff1510e1aef9e (patch)
tree1c18ab95a49f82eb5c887661ce4367e09c1562dc /teal-src
parentee7ffc309aad349670ef65fe66030918ab7877bb (diff)
downloadprosody-832296535f123a53667376b5e9dff1510e1aef9e.tar.gz
prosody-832296535f123a53667376b5e9dff1510e1aef9e.zip
util.datamapper: Add Copyright header
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/datamapper.tl6
1 files changed, 6 insertions, 0 deletions
diff --git a/teal-src/util/datamapper.tl b/teal-src/util/datamapper.tl
index fde5a4a4..25f6c644 100644
--- a/teal-src/util/datamapper.tl
+++ b/teal-src/util/datamapper.tl
@@ -1,3 +1,9 @@
+-- Copyright (C) 2021 Kim Alvefur
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+
local st = require "util.stanza";
local js = require "util.jsonschema"