Fix process-specific values in nickle-generated footprints
[hw/altusmetrum] / packages / pinheader / 2mmpitch.5c
index 22afacf6efb62284fbcf69ee7dc31c541dd023f7..9ee4ca4b45f8c86e455dd391c1e6e71f53639de1 100644 (file)
@@ -28,11 +28,6 @@ if (pins < 2) {
        exit(1);
 }
 
-printf ("# author: Keith Packard\n");
-printf ("# email: keithp@keithp.com\n");
-printf ("# dist-license: GPL 2\n");
-printf ("# use-license: unlimited\n");
-
 element_start(sprintf ("2mm%dpin", pins));
 
 for (int pin = 0; pin < pins; pin++)