Add licence and boilerplate to Online module_utils

pull/45166/merge
Rémy Léone 6 years ago committed by Toshio Kuratomi
parent 4fff85d66f
commit 1d06a86481

@ -1,3 +1,8 @@
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import json
import sys

Loading…
Cancel
Save