From 263fe9caccf360a68559bbc63d11267ff319b18d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= <francois@fleuret.org>
Date: Mon, 18 Dec 2023 01:48:43 +0100
Subject: [PATCH] Update.

---
 pscan.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pscan.py b/pscan.py
index 7b6cfc0..6a9057e 100755
--- a/pscan.py
+++ b/pscan.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 torch
 
 ######################################################################
-- 
2.39.5