Skip to content

Commit e2c8e07

Browse files
committed
wip
1 parent af10403 commit e2c8e07

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

chipflow_lib/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# SPDX-License-Identifier: BSD-2-Clause
12
class ChipFlowError(Exception):
23
pass

chipflow_lib/pin_lock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-2-Clause
12
import inspect
23
import logging
34

tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-2-Clause
12
import itertools
23
import logging
34
import pytest #noqa

0 commit comments

Comments
 (0)