From b42a8e833c43620bb95b92688f45a259f513f37e Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Tue, 1 Oct 2024 13:16:03 +0200 Subject: [PATCH] Schema transformation utils: add missing description and copyright notice --- schema_transformations_utils.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema_transformations_utils.py b/schema_transformations_utils.py index 34904a39a..d5cf58f68 100644 --- a/schema_transformations_utils.py +++ b/schema_transformations_utils.py @@ -1,3 +1,9 @@ +# -*- coding: utf-8 -*- +"""JSON schema transformation utility functions.""" + +__copyright__ = 'Copyright (c) 2024, Utrecht University' +__license__ = 'GPLv3, see LICENSE' + import re