From ac472d93faad1d1082ad8436fdf52a4b052000b2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 16 Oct 2020 19:08:24 +0100 Subject: [PATCH] add LGPLv3+ notice and add copyright holders --- src/soc/fu/alu/main_stage.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/fu/alu/main_stage.py b/src/soc/fu/alu/main_stage.py index b4c4bb2a..9e282c8c 100644 --- a/src/soc/fu/alu/main_stage.py +++ b/src/soc/fu/alu/main_stage.py @@ -4,7 +4,11 @@ # however should not gate the carry or overflow, that's up to the # output stage +# License: LGPLv3+ +# Copyright (C) 2020 Luke Kenneth Casson Leighton # Copyright (C) 2020 Michael Nolan +# (michael: note that there are multiple copyright holders) + from nmigen import (Module, Signal, Cat, Repl, Mux, Const) from nmutil.pipemodbase import PipeModBase from nmutil.extend import exts, extz -- 2.30.2