1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 02:39:49 +03:00
eda-tools/boom
2010-10-24 13:10:00 -03:00
..
dist/dk boom/dist/dk/Makefile: changed rm -rf to rm -f (reported by Wolfgang Spraul) 2010-10-21 07:41:35 -03:00
lib Avoid leading zeroes in resistance and capacitance values (except 0R) 2010-10-18 17:23:19 -03:00
manu boom/manu/Makefile.common: rm -f is enough, no need for -rf 2010-10-24 13:10:00 -03:00
test Generate script boom-config that lists all the database paths, like pkg-config 2010-10-17 19:58:59 -03:00
boom-config.in boom/boom-config.in: complain if invoked without argument (reported by Wolfgang 2010-10-21 03:19:53 -03:00
COPYING.GPLv2 Added README and licensing information to boom. 2010-10-20 07:51:09 -03:00
count.pl Added more detailed part counting. 2010-10-17 16:19:49 -03:00
Makefile Make boom-config complain about usage errors. 2010-10-17 20:15:48 -03:00
mbq2lst boom/mbq2lst: recognize #END comment (as end of file, like in the BOOM parser) 2010-10-17 16:08:51 -03:00
README Added README and licensing information to boom. 2010-10-20 07:51:09 -03:00
UNDER-CONSTRUCTION Added a warning that things under boom/ don't make much sense yet. 2010-10-16 12:25:53 -03:00

The BOM processing system
=========================

The BOM processing system takes a bill of material generated by KiCad
and converts it in various steps into a "shopping list" that can be
used to order from various providers.

The base of the project currently lives in
http://svn.openmoko.org/trunk/eda/boom/

The files in this directory and its subdirectories build upon the
BOOM base and add mainly parts databases.


This work is distributed under the terms of the GNU GENERAL PUBLIC
LICENSE, Version 2:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

For your convenience, a copy of the complete license has been included
in the file COPYING.GPLv2.