Update.
[picoclvr.git] / expr.py
diff --git a/expr.py b/expr.py
index 847cd36..685efd3 100755 (executable)
--- a/expr.py
+++ b/expr.py
@@ -1,5 +1,10 @@
 #!/usr/bin/env python
 
+# Any copyright is dedicated to the Public Domain.
+# https://creativecommons.org/publicdomain/zero/1.0/
+
+# Written by Francois Fleuret <francois@fleuret.org>
+
 import math, re
 
 import torch, torchvision