From: Luke Kenneth Casson Leighton Date: Fri, 17 Dec 2021 21:55:37 +0000 (+0000) Subject: add NLnet Grant References X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20db17aafdbe539d8afbe4e466d215e93a18817e;p=nmutil.git add NLnet Grant References --- diff --git a/src/nmutil/grev.py b/src/nmutil/grev.py index 21881c3..250643d 100644 --- a/src/nmutil/grev.py +++ b/src/nmutil/grev.py @@ -2,9 +2,8 @@ # Copyright Jacob Lifshay ADD EMAIL ADDRESS ADD YEAR - FOLLOW STANDARD PRACTICE # Copyright (C) 2021 Luke Kenneth Casson Leighton -# TODO(lkcl): add NGI POINTER funding notice, idk what we need for that... -# realised it is actually NLnet (not NGI) so just "funded by NLnet Assure -# and put URL) +# Funded by NLnet Assure Programme 2021-02-052, https://nlnet.nl/assure part +# of Horizon 2020 EU Programme 957073. """Generalized bit-reverse. See `GRev` for docs. - no: move the diff --git a/src/nmutil/test/test_grev.py b/src/nmutil/test/test_grev.py index c13f3cb..4359e74 100644 --- a/src/nmutil/test/test_grev.py +++ b/src/nmutil/test/test_grev.py @@ -2,6 +2,9 @@ # XXX - this is insufficient See Notices.txt for copyright information - XXX # XXX TODO: add individual copyright +# Funded by NLnet Assure Programme 2021-02-052, https://nlnet.nl/assure part +# of Horizon 2020 EU Programme 957073. + import unittest from nmigen.hdl.ast import AnyConst, Assert from nmigen.hdl.dsl import Module