Skip to content

Commit

Permalink
Schema transformation utils: add missing description and copyright no…
Browse files Browse the repository at this point in the history
…tice
  • Loading branch information
lwesterhof committed Oct 1, 2024
1 parent 39a519f commit b42a8e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema_transformations_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
"""JSON schema transformation utility functions."""

__copyright__ = 'Copyright (c) 2024, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

import re


Expand Down

0 comments on commit b42a8e8

Please sign in to comment.