Software /
code /
prosody
Changeset
11450:25829015917c
util.datamapper: Add Copyright header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Mar 2021 00:18:39 +0100 |
parents | 11449:dabd1fae0540 |
children | 11451:ee4f2296e7df |
files | teal-src/util/datamapper.tl |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/teal-src/util/datamapper.tl Wed Mar 10 00:15:00 2021 +0100 +++ b/teal-src/util/datamapper.tl Wed Mar 10 00:18:39 2021 +0100 @@ -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"