add NLnet Grant References
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Dec 2021 21:55:37 +0000 (21:55 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Dec 2021 21:55:37 +0000 (21:55 +0000)
src/nmutil/grev.py
src/nmutil/test/test_grev.py

index 21881c310cde315c3c0f27e645b0231a4dd2166f..250643dcf4d7dbfd6e12bf11524fc60b749620de 100644 (file)
@@ -2,9 +2,8 @@
 # Copyright Jacob Lifshay ADD EMAIL ADDRESS ADD YEAR - FOLLOW STANDARD PRACTICE
 # Copyright (C) 2021 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
 
-# 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
index c13f3cba85ee0b7cdeafcf4e52c43a5e4c248e29..4359e74dd9b3b06df104f47811f24d79016efce1 100644 (file)
@@ -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