From 64eb5f9dd841f06dcc89444d35e36de76c184936 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 24 Aug 2022 12:14:29 -0400 Subject: [PATCH] tb: pmd: Add copyright notice I forgot to do this in the initial commit. Signed-off-by: Sean Anderson --- tb/pmd.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tb/pmd.py b/tb/pmd.py index 52f7cd1..2708fd6 100644 --- a/tb/pmd.py +++ b/tb/pmd.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: AGPL-3.0-Only +# Copyright (C) 2022 Sean Anderson + import random from statistics import NormalDist