add license headers to footprints generated by my Python scripts
authorBdale Garbee <bdale@gag.com>
Tue, 17 Nov 2009 07:39:45 +0000 (00:39 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 17 Nov 2009 07:39:45 +0000 (00:39 -0700)
15 files changed:
pkg/newlib/0605.py
pkg/newlib/ABM8.py
pkg/newlib/CMR200T.py
pkg/newlib/CS10.py
pkg/newlib/JTI_GPS_chip.py
pkg/newlib/MICRO8.py
pkg/newlib/MN5010HS.py
pkg/newlib/MOT1317.py
pkg/newlib/MOT475-01.py
pkg/newlib/QFN16_6.py
pkg/newlib/QFN36.py
pkg/newlib/SOIJ8.py
pkg/newlib/TDK_PS12.py
pkg/newlib/Venus634FLPx.py
pkg/newlib/sma-edge.py

index 3494143a414e8da0e5c478a153e67ebc98f2d917..9abc52a15ae2f72f6fe9a89dbbd384a8b2b0d2c6 100755 (executable)
@@ -16,6 +16,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 "ABM8" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pad[',\
index a97d4c8f3cde9861dfea93fe72e73277c9dbee5a..f279ae8508b261a44e8fb1b26ccf5bd4386eacfb 100755 (executable)
@@ -16,6 +16,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 "ABM8" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pad[',\
index c764147daa69d048965d4bf27727f49b6fb65dc8..037862383d2e4ded0b499c037a285a93b07947df 100755 (executable)
@@ -18,6 +18,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[',\
index 80636766a12099ece535f30f8e8a0c60c5c39de8..3e91855a2b6dd311221eb7eb6033454ea9eb786c 100755 (executable)
@@ -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[',\
index ab1953984ce6783c8e2164ec28bc67570b21c514..46fed16937a37a976ae6401c12a628b50c5aa52d 100755 (executable)
@@ -14,6 +14,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 "JTIGPS" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pad[',\
index af61fff6c5d26f575feb92c1cdfbafe6c97f0230..e3647948d526cda5a2845c52a0b4c1d24459df16 100755 (executable)
@@ -16,6 +16,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 "MICRO8" "" "" 0 0 -10161 -12011 0 100 0x0]'
 print "("
 for pin in range (1,5):
index f1c1f122490d0f593ad466e1348c006d91a91c0b..47b23774c80f1565050fc1fdd5573eeeb8d6d92d 100755 (executable)
@@ -17,6 +17,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 "MN5010HS" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 
index 4124a4680a84076d45b1b03979fc4cc3011f6d9c..5036ab9dcd4235ae691333692dad2e061726b729 100755 (executable)
@@ -18,6 +18,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 "MOT1317" "" "" 0 0 -10161 -12011 0 100 0x0]'
 print "("
 for pin in range (0,4):
index 5ec1fa4ba2ab1bf3058fc2a6026e814ffbb15e0f..79f298c5023cb48a9749f0d3d4f5dad86e18a32f 100755 (executable)
@@ -19,6 +19,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 "MOT475-01" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 for pin in range (0,8):
index 8f55ff511fc87c45666dbc1d8582058939185bf1..bcad2d9aa3d65f10df963460134a66c5421b0b9a 100755 (executable)
@@ -17,6 +17,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 "QFN16_6" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pad[',\
index f347ec9f346e4df3498cb13d4193c077820b0066..0e91500199ea9c0c54fe56e23f379e087bee4d08 100755 (executable)
@@ -20,6 +20,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 "QFN36" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 
index b64099ccdf51d31bbc9620e062b042360df906d5..012dc6aeab742b123a568996c72def58fb9bdb51 100755 (executable)
@@ -21,6 +21,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 "SOIJ8" "" "" 0 0 -10161 -12011 0 100 0x0]'
 print "("
 for pin in range (0,4):
index faacd262aeece3b28d28118bb7f11b86f4c7a1f1..d854637174575e71dea093b86b51bbac24bd4ba4 100755 (executable)
@@ -14,6 +14,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 "TDK_PS12" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 print '   Pin[',\
index 7ba0f3ba663e339611f155b62a263726ef4cbade..de9caea27404bc6547609b811ec56616c14b7cdd 100755 (executable)
@@ -18,6 +18,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 "Venus634FLPx" "" "" 0 0 0 0 0 100 0x0]'
 print "("
 
index 83ec91fa63cbc10a89c69dbd3ca336153030119b..356d7e1dfe947c74b292a00c1c1baad476cea7ef 100755 (executable)
@@ -11,6 +11,11 @@ PinSpacing = 10000
 
 import sys
 
+print '# author: Bdale Garbee'
+print '# email: bdale@gag.com'
+print '# dist-license: GPL 2'
+print '# use-license: unlimited'
+
 print 'Element[0x0 "sma-edge" "" "" 0 0 0 0 0 0 0x0]'
 print "("