]> git.gag.com Git - hw/altusmetrum/commitdiff
don't default author and copyright assertion
authorBdale Garbee <bdale@gag.com>
Fri, 10 Jan 2020 15:58:20 +0000 (08:58 -0700)
committerBdale Garbee <bdale@gag.com>
Fri, 10 Jan 2020 15:58:20 +0000 (08:58 -0700)
packages/fplht.py

index 14dd7088ca8dd42c193f44a75c139d81a1e41d2b..d972d4017916c7c71a8ed1e4a77a9de9c877da67 100644 (file)
@@ -30,7 +30,7 @@ class footprint(object):
     def __init__(self):
         self.name = ""
         self.description = ""
-        self.copyright = "Copyright 2020 by Bdale Garbee <bdale@gag.com>"
+        self.copyright = ""
         self.dist_license = "GPLv3"
         self.use_license = "Unlimited"
         self.cnt = 0