From d037db44db0ba90e0acc1887d44eadf8078c11c0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 10 Jan 2020 08:58:20 -0700 Subject: [PATCH] don't default author and copyright assertion --- packages/fplht.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fplht.py b/packages/fplht.py index 14dd708..d972d40 100644 --- a/packages/fplht.py +++ b/packages/fplht.py @@ -30,7 +30,7 @@ class footprint(object): def __init__(self): self.name = "" self.description = "" - self.copyright = "Copyright 2020 by Bdale Garbee " + self.copyright = "" self.dist_license = "GPLv3" self.use_license = "Unlimited" self.cnt = 0 -- 2.47.2