From: Bdale Garbee Date: Tue, 17 Nov 2009 07:39:45 +0000 (-0700) Subject: add license headers to footprints generated by my Python scripts X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dc7624c3071334048ba590f90dbaf1bd31024d14;p=hw%2Fbdale add license headers to footprints generated by my Python scripts --- diff --git a/pkg/newlib/0605.py b/pkg/newlib/0605.py index 3494143..9abc52a 100755 --- a/pkg/newlib/0605.py +++ b/pkg/newlib/0605.py @@ -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[',\ diff --git a/pkg/newlib/ABM8.py b/pkg/newlib/ABM8.py index a97d4c8..f279ae8 100755 --- a/pkg/newlib/ABM8.py +++ b/pkg/newlib/ABM8.py @@ -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[',\ diff --git a/pkg/newlib/CMR200T.py b/pkg/newlib/CMR200T.py index c764147..0378623 100755 --- a/pkg/newlib/CMR200T.py +++ b/pkg/newlib/CMR200T.py @@ -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[',\ diff --git a/pkg/newlib/CS10.py b/pkg/newlib/CS10.py index 8063676..3e91855 100755 --- a/pkg/newlib/CS10.py +++ b/pkg/newlib/CS10.py @@ -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[',\ diff --git a/pkg/newlib/JTI_GPS_chip.py b/pkg/newlib/JTI_GPS_chip.py index ab19539..46fed16 100755 --- a/pkg/newlib/JTI_GPS_chip.py +++ b/pkg/newlib/JTI_GPS_chip.py @@ -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[',\ diff --git a/pkg/newlib/MICRO8.py b/pkg/newlib/MICRO8.py index af61fff..e364794 100755 --- a/pkg/newlib/MICRO8.py +++ b/pkg/newlib/MICRO8.py @@ -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): diff --git a/pkg/newlib/MN5010HS.py b/pkg/newlib/MN5010HS.py index f1c1f12..47b2377 100755 --- a/pkg/newlib/MN5010HS.py +++ b/pkg/newlib/MN5010HS.py @@ -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 "(" diff --git a/pkg/newlib/MOT1317.py b/pkg/newlib/MOT1317.py index 4124a46..5036ab9 100755 --- a/pkg/newlib/MOT1317.py +++ b/pkg/newlib/MOT1317.py @@ -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): diff --git a/pkg/newlib/MOT475-01.py b/pkg/newlib/MOT475-01.py index 5ec1fa4..79f298c 100755 --- a/pkg/newlib/MOT475-01.py +++ b/pkg/newlib/MOT475-01.py @@ -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): diff --git a/pkg/newlib/QFN16_6.py b/pkg/newlib/QFN16_6.py index 8f55ff5..bcad2d9 100755 --- a/pkg/newlib/QFN16_6.py +++ b/pkg/newlib/QFN16_6.py @@ -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[',\ diff --git a/pkg/newlib/QFN36.py b/pkg/newlib/QFN36.py index f347ec9..0e91500 100755 --- a/pkg/newlib/QFN36.py +++ b/pkg/newlib/QFN36.py @@ -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 "(" diff --git a/pkg/newlib/SOIJ8.py b/pkg/newlib/SOIJ8.py index b64099c..012dc6a 100755 --- a/pkg/newlib/SOIJ8.py +++ b/pkg/newlib/SOIJ8.py @@ -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): diff --git a/pkg/newlib/TDK_PS12.py b/pkg/newlib/TDK_PS12.py index faacd26..d854637 100755 --- a/pkg/newlib/TDK_PS12.py +++ b/pkg/newlib/TDK_PS12.py @@ -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[',\ diff --git a/pkg/newlib/Venus634FLPx.py b/pkg/newlib/Venus634FLPx.py index 7ba0f3b..de9caea 100755 --- a/pkg/newlib/Venus634FLPx.py +++ b/pkg/newlib/Venus634FLPx.py @@ -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 "(" diff --git a/pkg/newlib/sma-edge.py b/pkg/newlib/sma-edge.py index 83ec91f..356d7e1 100755 --- a/pkg/newlib/sma-edge.py +++ b/pkg/newlib/sma-edge.py @@ -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 "("