Files

47 lines
1.3 KiB
Python
Raw Permalink Normal View History

2018-12-13 11:43:32 -08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2020-03-04 16:24:50 +01:00
__version__ = '2.0.2'
2018-12-13 11:43:32 -08:00
2019-12-17 01:04:54 +01:00
# Copyright (C) 2014,2015,2016,2017,2018,2019 Cumulus Networks, Inc. All rights reserved
2018-12-13 11:43:32 -08:00
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; version 2.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# https://www.gnu.org/licenses/gpl-2.0-standalone.html
#
# Authors:
# Roopa Prabhu, roopa@cumulusnetworks.com
# Julien Fortin, julien@cumulusnetworks.com
__license__ = 'GPL-2'
__status__ = 'Production'
2019-01-17 12:34:59 +08:00
__copyright__ = 'Copyright (C) 2014,2015,2016,2017,2018,2019 Cumulus Networks, Inc.'
2018-12-13 11:43:32 -08:00
__authors__ = [
'Roopa Prabhu',
'Julien Fortin'
]
__credits__ = [
'Roopa Prabhu',
'Julien Fortin'
]
__emails__ = [
'roopa@cumulusnetworks.com',
'julien@cumulusnetworks.com'
]
__maintainer__ = 'Julien Fortin'
__email__ = 'julien@cumulusnetworks.com'