Commit a0459c87 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated header

parent 1445e953
#!/usr/bin/env python #!/usr/bin/env python
# Check software versions on the target '''
Copyright 2020, Elphel Inc.
__author__ = "Elphel" SPDX-License-Identifier: GPL-3.0-or-later
__copyright__ = "Copyright 2016, Elphel, Inc."
__license__ = "GPL" Author: Oleg Dzhimiev <oleg@elphel.com>
__version__ = "3.0+" Description: Check software versions on the target
__maintainer__ = "Oleg K Dzhimiev" '''
__email__ = "oleg@elphel.com"
__status__ = "Development"
import json import json
import os import os
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment