add SPDX-License-Identifier comments rather than using License:
[nmutil.git] / src / nmutil / clz.py
index 39e832941be146533479552cd59aede32db18da1..c94222610bc29c49583a0eb12a01c58bac4760f8 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: LGPL-3-or-later
 from nmigen import Module, Signal, Elaboratable, Cat, Repl
 import math
 """ This module is much more efficient than PriorityEncoder