add license headers to footprints generated by my Python scripts
[hw/bdale] / pkg / newlib / CS10.py
index 633bf6706aaa858940b0ddc601690b7edb79c95c..3e91855a2b6dd311221eb7eb6033454ea9eb786c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 2007 by Bdale Garbee <bdale@gag.com>.  GPLv2
 #
-# Program to emit PCB footprint for CMR200T package used by Citizen 32khz Xtal
+# Program to emit PCB footprint for CS10 package used by Xtals
 #
 
 # dimensions in mm from k-cmr.pdf Citizen datasheet
@@ -15,6 +15,11 @@ import sys
 def mm2mils100( mm ):
        return int( mm / 25.4 * 1000.0 * 100.0 + 0.5 )
 
+print '# author: Bdale Garbee'
+print '# email: bdale@gag.com'
+print '# dist-license: GPL 2'
+print '# use-license: unlimited'
+
 print 'Element[0x0 "CMR200T" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pad[',\