Skip to content

Commit 4ddf83d

Browse files
committed
remove license
1 parent 4401949 commit 4ddf83d

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

platform/broadcom/sonic-platform-modules-inventec/common/utils/led_proc.py

-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2018 Inventec, Inc.
4-
#
5-
# This program is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
9-
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
173

184
import os
195
import time

platform/broadcom/sonic-platform-modules-inventec/common/utils/transceiver_monitor.py

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2018 Inventec, Inc.
4-
#
5-
# Editor: James Huang ( [email protected] )
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation, either version 3 of the License, or
10-
# (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
193

204
"""
215
Usage: %(scriptName)s [options] command object
@@ -62,6 +46,7 @@
6246
"FTLF8536P4BCL": "SR",
6347
"FCBG125SD1C05": "SR",
6448
"FCBG125SD1C30": "SR",
49+
"FCBG125SD1C03": "SR",
6550
"FCBG410QB1C03-1E": "SR4",
6651
"FCBG4100QB1C030-1E": "SR4",
6752
"885350163": "SR4",

0 commit comments

Comments
 (0)