From: Luke Kenneth Casson Leighton Date: Fri, 16 Oct 2020 18:08:24 +0000 (+0100) Subject: add LGPLv3+ notice and add copyright holders X-Git-Tag: 24jan2021_ls180~143 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=ac472d93faad1d1082ad8436fdf52a4b052000b2 add LGPLv3+ notice and add copyright holders --- 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