add grant links, and record of funding under #538
[nmutil.git] / src / nmutil / dynamicpipe.py
index f9c649c4ced0c132767d448becd9e7925873ae38..0187cf29cc594429a587e1abc7a2a0609b721bfc 100644 (file)
@@ -3,6 +3,8 @@
 
 """ Meta-class that allows a dynamic runtime parameter-selectable "mixin"
 
+    This work is funded through NLnet under Grant 2019-02-012
+
 The reasons why this technique is being deployed is because SimpleHandshake
 needs to be dynamically replaced at the end-users' choice, without having
 to duplicate dozens of classes using multiple-inheritanc "Mix-in" techniques.