Index: rats_mincut.c =================================================================== --- rats_mincut.c (revision 14051) +++ rats_mincut.c (revision 14052) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: rats_mincut.h =================================================================== --- rats_mincut.h (revision 14051) +++ rats_mincut.h (revision 14052) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ void rat_found_short(pcb_pin_t * pin, pcb_pad_t * pad, const char *with_net);