mirror of
https://github.com/Telecominfraproject/openafc_final.git
synced 2026-01-01 20:52:10 +00:00
17 lines
415 B
Python
17 lines
415 B
Python
#
|
|
# Copyright © 2021 Broadcom. All rights reserved. The term "Broadcom"
|
|
# refers solely to the Broadcom Inc. corporate affiliate that owns
|
|
# the software below. This work is licensed under the OpenAFC Project License,
|
|
# a copy of which is included with this software program
|
|
#
|
|
|
|
__version__ = "0.4.0"
|
|
|
|
# Local Variables:
|
|
# mode: Python
|
|
# indent-tabs-mode: nil
|
|
# python-indent: 4
|
|
# End:
|
|
#
|
|
# vim: sw=4:et:tw=80:cc=+1
|