Skip to content

Commit 5a8c311

Browse files
committed
Update schema2html.py to add copyright info
1 parent 6d60992 commit 5a8c311

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/yaml_schema/schema2html.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*--
3+
4+
# Copyright (c) 2021, 2022 Oracle and/or its affiliates.
5+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
16
"""This script generates the HTML page containing tables to show the YAML schema.
27
Usage:
38
python schema2html path/to/yaml

0 commit comments

Comments
 (0)