From 832296535f123a53667376b5e9dff1510e1aef9e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 10 Mar 2021 00:18:39 +0100 Subject: util.datamapper: Add Copyright header --- teal-src/util/datamapper.tl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'teal-src/util') 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" -- cgit v1.2.3