Add missing license header to apicula.py
This commit is contained in:
parent
623536cd6a
commit
dc3f2d6421
|
@ -1,3 +1,9 @@
|
||||||
|
#
|
||||||
|
# This file is part of LiteX.
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 Mai Lapyst
|
||||||
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
from litex.build.generic_platform import *
|
from litex.build.generic_platform import *
|
||||||
from litex.build import tools
|
from litex.build import tools
|
||||||
from litex.build.gowin.gowin import _build_cst
|
from litex.build.gowin.gowin import _build_cst
|
||||||
|
|
Loading…
Reference in New Issue