Index: trunk/src/action_act.c =================================================================== --- trunk/src/action_act.c (revision 14044) +++ trunk/src/action_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/action_helper.c =================================================================== --- trunk/src/action_helper.c (revision 14044) +++ trunk/src/action_helper.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/action_helper.h =================================================================== --- trunk/src/action_helper.h (revision 14044) +++ trunk/src/action_helper.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/attrib.c =================================================================== --- trunk/src/attrib.c (revision 14044) +++ trunk/src/attrib.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/attrib.h =================================================================== --- trunk/src/attrib.h (revision 14044) +++ trunk/src/attrib.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/board.c =================================================================== --- trunk/src/board.c (revision 14044) +++ trunk/src/board.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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: trunk/src/board.h =================================================================== --- trunk/src/board.h (revision 14044) +++ trunk/src/board.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/box.c =================================================================== --- trunk/src/box.c (revision 14044) +++ trunk/src/box.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 2017 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/box.h =================================================================== --- trunk/src/box.h (revision 14044) +++ trunk/src/box.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -24,7 +25,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/buffer.c =================================================================== --- trunk/src/buffer.c (revision 14044) +++ trunk/src/buffer.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/buffer.h =================================================================== --- trunk/src/buffer.h (revision 14044) +++ trunk/src/buffer.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/build_run.c =================================================================== --- trunk/src/build_run.c (revision 14044) +++ trunk/src/build_run.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * pcb-rnd Copyright (C) 2017 Alain Vigne * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/build_run.h =================================================================== --- trunk/src/build_run.h (revision 14044) +++ trunk/src/build_run.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/change.c =================================================================== --- trunk/src/change.c (revision 14044) +++ trunk/src/change.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/change.h =================================================================== --- trunk/src/change.h (revision 14044) +++ trunk/src/change.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 14044) +++ trunk/src/change_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/clip.c =================================================================== --- trunk/src/clip.c (revision 14044) +++ trunk/src/clip.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 2004 harry eaton * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/clip.h =================================================================== --- trunk/src/clip.h (revision 14044) +++ trunk/src/clip.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 2004 harry eaton * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/compat_cc.h =================================================================== --- trunk/src/compat_cc.h (revision 14044) +++ trunk/src/compat_cc.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/compat_fs.c =================================================================== --- trunk/src/compat_fs.c (revision 14044) +++ trunk/src/compat_fs.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/compat_misc.c =================================================================== --- trunk/src/compat_misc.c (revision 14044) +++ trunk/src/compat_misc.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2004, 2006 Dan McMahill * * This program is free software; you can redistribute it and/or modify Index: trunk/src/compat_misc.h =================================================================== --- trunk/src/compat_misc.h (revision 14044) +++ trunk/src/compat_misc.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2004 Dan McMahill * * This program is free software; you can redistribute it and/or modify Index: trunk/src/compat_nls.h =================================================================== --- trunk/src/compat_nls.h (revision 14044) +++ trunk/src/compat_nls.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/const.h =================================================================== --- trunk/src/const.h (revision 14044) +++ trunk/src/const.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/copy.c =================================================================== --- trunk/src/copy.c (revision 14044) +++ trunk/src/copy.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/copy.h =================================================================== --- trunk/src/copy.h (revision 14044) +++ trunk/src/copy.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/crosshair.c =================================================================== --- trunk/src/crosshair.c (revision 14044) +++ trunk/src/crosshair.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/crosshair.h =================================================================== --- trunk/src/crosshair.h (revision 14044) +++ trunk/src/crosshair.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/data.c =================================================================== --- trunk/src/data.c (revision 14044) +++ trunk/src/data.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/data.h =================================================================== --- trunk/src/data.h (revision 14044) +++ trunk/src/data.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/draw.c =================================================================== --- trunk/src/draw.c (revision 14044) +++ trunk/src/draw.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2003, 2004 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/draw.h =================================================================== --- trunk/src/draw.h (revision 14044) +++ trunk/src/draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/draw_composite.c =================================================================== --- trunk/src/draw_composite.c (revision 14044) +++ trunk/src/draw_composite.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2003, 2004 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/draw_ly_spec.c =================================================================== --- trunk/src/draw_ly_spec.c (revision 14044) +++ trunk/src/draw_ly_spec.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2003, 2004 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/draw_wireframe.h =================================================================== --- trunk/src/draw_wireframe.h (revision 14044) +++ trunk/src/draw_wireframe.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ #ifndef PCB_DRAW_WIREFRAME_H Index: trunk/src/drc.h =================================================================== --- trunk/src/drc.h (revision 14044) +++ trunk/src/drc.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ #ifndef PCB_DRC_H Index: trunk/src/error.c =================================================================== --- trunk/src/error.c (revision 14044) +++ trunk/src/error.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/error.h =================================================================== --- trunk/src/error.h (revision 14044) +++ trunk/src/error.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/file_act.c =================================================================== --- trunk/src/file_act.c (revision 14044) +++ trunk/src/file_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/find.c =================================================================== --- trunk/src/find.c (revision 14044) +++ trunk/src/find.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find.h =================================================================== --- trunk/src/find.h (revision 14044) +++ trunk/src/find.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_act.c =================================================================== --- trunk/src/find_act.c (revision 14044) +++ trunk/src/find_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/find_deadcode.c =================================================================== --- trunk/src/find_deadcode.c (revision 14044) +++ trunk/src/find_deadcode.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_debug.c =================================================================== --- trunk/src/find_debug.c (revision 14044) +++ trunk/src/find_debug.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_drc.c =================================================================== --- trunk/src/find_drc.c (revision 14044) +++ trunk/src/find_drc.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_geo.c =================================================================== --- trunk/src/find_geo.c (revision 14044) +++ trunk/src/find_geo.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_intconn.c =================================================================== --- trunk/src/find_intconn.c (revision 14044) +++ trunk/src/find_intconn.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * Copyright (C) 2017 Tibor 'Igor2' Palinkas * @@ -20,9 +21,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_lookup.c =================================================================== --- trunk/src/find_lookup.c (revision 14044) +++ trunk/src/find_lookup.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_misc.c =================================================================== --- trunk/src/find_misc.c (revision 14044) +++ trunk/src/find_misc.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/find_print.c =================================================================== --- trunk/src/find_print.c (revision 14044) +++ trunk/src/find_print.c (revision 14045) @@ -2,7 +2,8 @@ * * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/flag.c =================================================================== --- trunk/src/flag.c (revision 14044) +++ trunk/src/flag.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/flag.h =================================================================== --- trunk/src/flag.h (revision 14044) +++ trunk/src/flag.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/flag_str.c =================================================================== --- trunk/src/flag_str.c (revision 14044) +++ trunk/src/flag_str.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2005 DJ Delorie * * This program is free software; you can redistribute it and/or modify @@ -18,7 +19,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * DJ Delorie, 334 North Road, Deerfield NH 03037-1110, USA * dj@delorie.com * Index: trunk/src/flag_str.h =================================================================== --- trunk/src/flag_str.h (revision 14044) +++ trunk/src/flag_str.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2005 DJ Delorie * * This program is free software; you can redistribute it and/or modify @@ -18,7 +19,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * DJ Delorie, 334 North Road, Deerfield NH 03037-1110, USA * dj@delorie.com * Index: trunk/src/font.c =================================================================== --- trunk/src/font.c (revision 14044) +++ trunk/src/font.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * pcb-rnd Copyright (C) 2017 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/font.h =================================================================== --- trunk/src/font.h (revision 14044) +++ trunk/src/font.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * pcb-rnd Copyright (C) 2017 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/global_typedefs.h =================================================================== --- trunk/src/global_typedefs.h (revision 14044) +++ trunk/src/global_typedefs.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2016 Tibor 'Igor2' Palinkas * * This program is free software; you can redistribute it and/or modify Index: trunk/src/globalconst.h =================================================================== --- trunk/src/globalconst.h (revision 14044) +++ trunk/src/globalconst.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/gui_act.c =================================================================== --- trunk/src/gui_act.c (revision 14044) +++ trunk/src/gui_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/heap.c =================================================================== --- trunk/src/heap.c (revision 14044) +++ trunk/src/heap.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/heap.h =================================================================== --- trunk/src/heap.h (revision 14044) +++ trunk/src/heap.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/hid_helper.c =================================================================== --- trunk/src/hid_helper.c (revision 14044) +++ trunk/src/hid_helper.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 2004 harry eaton * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/insert.c =================================================================== --- trunk/src/insert.c (revision 14044) +++ trunk/src/insert.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/insert.h =================================================================== --- trunk/src/insert.h (revision 14044) +++ trunk/src/insert.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/intersect.c =================================================================== --- trunk/src/intersect.c (revision 14044) +++ trunk/src/intersect.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/intersect.h =================================================================== --- trunk/src/intersect.h (revision 14044) +++ trunk/src/intersect.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/layer.c =================================================================== --- trunk/src/layer.c (revision 14044) +++ trunk/src/layer.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * Copyright (C) 2016, 2017 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer.h =================================================================== --- trunk/src/layer.h (revision 14044) +++ trunk/src/layer.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer_grp.c =================================================================== --- trunk/src/layer_grp.c (revision 14044) +++ trunk/src/layer_grp.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer_grp.h =================================================================== --- trunk/src/layer_grp.h (revision 14044) +++ trunk/src/layer_grp.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * Copyright (C) 2016, 2017 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer_it.h =================================================================== --- trunk/src/layer_it.h (revision 14044) +++ trunk/src/layer_it.h (revision 14045) @@ -18,9 +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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer_vis.c =================================================================== --- trunk/src/layer_vis.c (revision 14044) +++ trunk/src/layer_vis.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/layer_vis.h =================================================================== --- trunk/src/layer_vis.h (revision 14044) +++ trunk/src/layer_vis.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas (pcb-rnd extensions) * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/library.c =================================================================== --- trunk/src/library.c (revision 14044) +++ trunk/src/library.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/library.h =================================================================== --- trunk/src/library.h (revision 14044) +++ trunk/src/library.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/macro.h =================================================================== --- trunk/src/macro.h (revision 14044) +++ trunk/src/macro.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 14044) +++ trunk/src/main.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 14044) +++ trunk/src/main_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * @@ -191,7 +198,8 @@ { printf("\n" " COPYRIGHT for the original pcb program:\n\n" - " PCB, interactive printed circuit board design\n" + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) " Copyright (C) 1994,1995,1996,1997 Thomas Nau\n" " Copyright (C) 1998, 1999, 2000 Harry Eaton\n\n"); printf(" COPYRIGHT for %s (pcb-rnd) version %s:\n" Index: trunk/src/math_helper.h =================================================================== --- trunk/src/math_helper.h (revision 14044) +++ trunk/src/math_helper.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/misc_util.c =================================================================== --- trunk/src/misc_util.c (revision 14044) +++ trunk/src/misc_util.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/misc_util.h =================================================================== --- trunk/src/misc_util.h (revision 14044) +++ trunk/src/misc_util.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/move.c =================================================================== --- trunk/src/move.c (revision 14044) +++ trunk/src/move.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/move.h =================================================================== --- trunk/src/move.h (revision 14044) +++ trunk/src/move.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/netlist.c =================================================================== --- trunk/src/netlist.c (revision 14044) +++ trunk/src/netlist.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/netlist.h =================================================================== --- trunk/src/netlist.h (revision 14044) +++ trunk/src/netlist.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/netlist_act.c =================================================================== --- trunk/src/netlist_act.c (revision 14044) +++ trunk/src/netlist_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_arc.c =================================================================== --- trunk/src/obj_arc.c (revision 14044) +++ trunk/src/obj_arc.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_arc.h =================================================================== --- trunk/src/obj_arc.h (revision 14044) +++ trunk/src/obj_arc.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_arc_draw.h =================================================================== --- trunk/src/obj_arc_draw.h (revision 14044) +++ trunk/src/obj_arc_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_arc_op.h =================================================================== --- trunk/src/obj_arc_op.h (revision 14044) +++ trunk/src/obj_arc_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_common.c =================================================================== --- trunk/src/obj_common.c (revision 14044) +++ trunk/src/obj_common.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2005 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_common.h =================================================================== --- trunk/src/obj_common.h (revision 14044) +++ trunk/src/obj_common.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_elem.c =================================================================== --- trunk/src/obj_elem.c (revision 14044) +++ trunk/src/obj_elem.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_elem.h =================================================================== --- trunk/src/obj_elem.h (revision 14044) +++ trunk/src/obj_elem.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_elem_draw.h =================================================================== --- trunk/src/obj_elem_draw.h (revision 14044) +++ trunk/src/obj_elem_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_elem_op.h =================================================================== --- trunk/src/obj_elem_op.h (revision 14044) +++ trunk/src/obj_elem_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_line.c =================================================================== --- trunk/src/obj_line.c (revision 14044) +++ trunk/src/obj_line.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_line.h =================================================================== --- trunk/src/obj_line.h (revision 14044) +++ trunk/src/obj_line.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_line_draw.h =================================================================== --- trunk/src/obj_line_draw.h (revision 14044) +++ trunk/src/obj_line_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_line_drcenf.c =================================================================== --- trunk/src/obj_line_drcenf.c (revision 14044) +++ trunk/src/obj_line_drcenf.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 2004 harry eaton * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_line_op.h =================================================================== --- trunk/src/obj_line_op.h (revision 14044) +++ trunk/src/obj_line_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pad.c =================================================================== --- trunk/src/obj_pad.c (revision 14044) +++ trunk/src/obj_pad.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pad.h =================================================================== --- trunk/src/obj_pad.h (revision 14044) +++ trunk/src/obj_pad.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pad_draw.h =================================================================== --- trunk/src/obj_pad_draw.h (revision 14044) +++ trunk/src/obj_pad_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pad_op.h =================================================================== --- trunk/src/obj_pad_op.h (revision 14044) +++ trunk/src/obj_pad_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia.c =================================================================== --- trunk/src/obj_pinvia.c (revision 14044) +++ trunk/src/obj_pinvia.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia.h =================================================================== --- trunk/src/obj_pinvia.h (revision 14044) +++ trunk/src/obj_pinvia.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia_draw.h =================================================================== --- trunk/src/obj_pinvia_draw.h (revision 14044) +++ trunk/src/obj_pinvia_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia_op.h =================================================================== --- trunk/src/obj_pinvia_op.h (revision 14044) +++ trunk/src/obj_pinvia_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia_therm.c =================================================================== --- trunk/src/obj_pinvia_therm.c (revision 14044) +++ trunk/src/obj_pinvia_therm.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * * this file, thermal.c was written by and is @@ -21,9 +22,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_pinvia_therm.h =================================================================== --- trunk/src/obj_pinvia_therm.h (revision 14044) +++ trunk/src/obj_pinvia_therm.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2006 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_poly.c =================================================================== --- trunk/src/obj_poly.c (revision 14044) +++ trunk/src/obj_poly.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_poly.h =================================================================== --- trunk/src/obj_poly.h (revision 14044) +++ trunk/src/obj_poly.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_poly_draw.h =================================================================== --- trunk/src/obj_poly_draw.h (revision 14044) +++ trunk/src/obj_poly_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_poly_op.h =================================================================== --- trunk/src/obj_poly_op.h (revision 14044) +++ trunk/src/obj_poly_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_rat.c =================================================================== --- trunk/src/obj_rat.c (revision 14044) +++ trunk/src/obj_rat.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_rat.h =================================================================== --- trunk/src/obj_rat.h (revision 14044) +++ trunk/src/obj_rat.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_rat_draw.h =================================================================== --- trunk/src/obj_rat_draw.h (revision 14044) +++ trunk/src/obj_rat_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_rat_op.h =================================================================== --- trunk/src/obj_rat_op.h (revision 14044) +++ trunk/src/obj_rat_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_text.c =================================================================== --- trunk/src/obj_text.c (revision 14044) +++ trunk/src/obj_text.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_text.h =================================================================== --- trunk/src/obj_text.h (revision 14044) +++ trunk/src/obj_text.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_text_draw.h =================================================================== --- trunk/src/obj_text_draw.h (revision 14044) +++ trunk/src/obj_text_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/obj_text_list.c =================================================================== --- trunk/src/obj_text_list.c (revision 14044) +++ trunk/src/obj_text_list.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2016 Tibor 'Igor2' Palinkas * * This program is free software; you can redistribute it and/or modify Index: trunk/src/obj_text_op.h =================================================================== --- trunk/src/obj_text_op.h (revision 14044) +++ trunk/src/obj_text_op.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/object_act.c =================================================================== --- trunk/src/object_act.c (revision 14044) +++ trunk/src/object_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/operation.c =================================================================== --- trunk/src/operation.c (revision 14044) +++ trunk/src/operation.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/operation.h =================================================================== --- trunk/src/operation.h (revision 14044) +++ trunk/src/operation.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * 15 Oct 2008 Ineiev: add different crosshair shapes * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/pcb-printf.c =================================================================== --- trunk/src/pcb-printf.c (revision 14044) +++ trunk/src/pcb-printf.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2011 Andrew Poelstra * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Andrew Poelstra, 16966 60A Ave, V3S 8X5 Surrey, BC, Canada * asp11@sfu.ca * Index: trunk/src/pcb-printf.h =================================================================== --- trunk/src/pcb-printf.h (revision 14044) +++ trunk/src/pcb-printf.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2011 Andrew Poelstra * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Andrew Poelstra, 16966 60A Ave, V3S 8X5 Surrey, BC, Canada * asp11@sfu.ca * Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 14044) +++ trunk/src/plug_footprint.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/plug_import.c =================================================================== --- trunk/src/plug_import.c (revision 14044) +++ trunk/src/plug_import.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,1997,1998,2005,2006 Thomas Nau * Copyright (C) 2015,2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/plug_import.h =================================================================== --- trunk/src/plug_import.h (revision 14044) +++ trunk/src/plug_import.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,1997,1998,2005,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/plug_io.c =================================================================== --- trunk/src/plug_io.c (revision 14044) +++ trunk/src/plug_io.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,1997,1998,2005,2006 Thomas Nau * Copyright (C) 2015,2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/plug_io.h =================================================================== --- trunk/src/plug_io.h (revision 14044) +++ trunk/src/plug_io.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,1997,1998,2005,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/polygon.c =================================================================== --- trunk/src/polygon.c (revision 14044) +++ trunk/src/polygon.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2010 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/polygon.h =================================================================== --- trunk/src/polygon.h (revision 14044) +++ trunk/src/polygon.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/polygon_act.c =================================================================== --- trunk/src/polygon_act.c (revision 14044) +++ trunk/src/polygon_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/rats.c =================================================================== --- trunk/src/rats.c (revision 14044) +++ trunk/src/rats.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src/rats.h =================================================================== --- trunk/src/rats.h (revision 14044) +++ trunk/src/rats.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * rats.c, rats.h Copyright (C) 1997, harry eaton @@ -20,9 +21,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/rats_act.c =================================================================== --- trunk/src/rats_act.c (revision 14044) +++ trunk/src/rats_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/remove.c =================================================================== --- trunk/src/remove.c (revision 14044) +++ trunk/src/remove.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/remove.h =================================================================== --- trunk/src/remove.h (revision 14044) +++ trunk/src/remove.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/remove_act.c =================================================================== --- trunk/src/remove_act.c (revision 14044) +++ trunk/src/remove_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/rotate.c =================================================================== --- trunk/src/rotate.c (revision 14044) +++ trunk/src/rotate.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/rotate.h =================================================================== --- trunk/src/rotate.h (revision 14044) +++ trunk/src/rotate.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/route.c =================================================================== --- trunk/src/route.c (revision 14044) +++ trunk/src/route.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * Copyright (C) 2017 Adrian Purser * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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: trunk/src/route.h =================================================================== --- trunk/src/route.h (revision 14044) +++ trunk/src/route.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * Copyright (C) 2017 Adrian Purser * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/route_style.c =================================================================== --- trunk/src/route_style.c (revision 14044) +++ trunk/src/route_style.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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 Index: trunk/src/route_style.h =================================================================== --- trunk/src/route_style.h (revision 14044) +++ trunk/src/route_style.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996, 2004 Thomas Nau * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,9 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/rtree.c =================================================================== --- trunk/src/rtree.c (revision 14044) +++ trunk/src/rtree.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001,2002,2003,2004 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/rtree.h =================================================================== --- trunk/src/rtree.h (revision 14044) +++ trunk/src/rtree.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/rtree2_compat.h =================================================================== --- trunk/src/rtree2_compat.h (revision 14044) +++ trunk/src/rtree2_compat.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * @@ -22,7 +23,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/search.c =================================================================== --- trunk/src/search.c (revision 14044) +++ trunk/src/search.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/search.h =================================================================== --- trunk/src/search.h (revision 14044) +++ trunk/src/search.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/select.c =================================================================== --- trunk/src/select.c (revision 14044) +++ trunk/src/select.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/select.h =================================================================== --- trunk/src/select.h (revision 14044) +++ trunk/src/select.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/select_act.c =================================================================== --- trunk/src/select_act.c (revision 14044) +++ trunk/src/select_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/stub_draw.c =================================================================== --- trunk/src/stub_draw.c (revision 14044) +++ trunk/src/stub_draw.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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: trunk/src/stub_draw.h =================================================================== --- trunk/src/stub_draw.h (revision 14044) +++ trunk/src/stub_draw.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/tool_arc.c =================================================================== --- trunk/src/tool_arc.c (revision 14044) +++ trunk/src/tool_arc.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_arrow.c =================================================================== --- trunk/src/tool_arrow.c (revision 14044) +++ trunk/src/tool_arrow.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_buffer.c =================================================================== --- trunk/src/tool_buffer.c (revision 14044) +++ trunk/src/tool_buffer.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_copy.c =================================================================== --- trunk/src/tool_copy.c (revision 14044) +++ trunk/src/tool_copy.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_insert.c =================================================================== --- trunk/src/tool_insert.c (revision 14044) +++ trunk/src/tool_insert.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_line.c =================================================================== --- trunk/src/tool_line.c (revision 14044) +++ trunk/src/tool_line.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_lock.c =================================================================== --- trunk/src/tool_lock.c (revision 14044) +++ trunk/src/tool_lock.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_move.c =================================================================== --- trunk/src/tool_move.c (revision 14044) +++ trunk/src/tool_move.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_poly.c =================================================================== --- trunk/src/tool_poly.c (revision 14044) +++ trunk/src/tool_poly.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_polyhole.c =================================================================== --- trunk/src/tool_polyhole.c (revision 14044) +++ trunk/src/tool_polyhole.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_rectangle.c =================================================================== --- trunk/src/tool_rectangle.c (revision 14044) +++ trunk/src/tool_rectangle.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_remove.c =================================================================== --- trunk/src/tool_remove.c (revision 14044) +++ trunk/src/tool_remove.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_rotate.c =================================================================== --- trunk/src/tool_rotate.c (revision 14044) +++ trunk/src/tool_rotate.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_text.c =================================================================== --- trunk/src/tool_text.c (revision 14044) +++ trunk/src/tool_text.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_thermal.c =================================================================== --- trunk/src/tool_thermal.c (revision 14044) +++ trunk/src/tool_thermal.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/tool_via.c =================================================================== --- trunk/src/tool_via.c (revision 14044) +++ trunk/src/tool_via.c (revision 14045) @@ -20,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/undo.c =================================================================== --- trunk/src/undo.c (revision 14044) +++ trunk/src/undo.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/undo.h =================================================================== --- trunk/src/undo.h (revision 14044) +++ trunk/src/undo.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/undo_act.c =================================================================== --- trunk/src/undo_act.c (revision 14044) +++ trunk/src/undo_act.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1997, 1998, 1999, 2000, 2001 Harry Eaton * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Harry Eaton, 6697 Buttonhole Ct, Columbia, MD 21044, USA * haceaton@aplcomm.jhuapl.edu * Index: trunk/src/undo_old.c =================================================================== --- trunk/src/undo_old.c (revision 14044) +++ trunk/src/undo_old.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/undo_old.h =================================================================== --- trunk/src/undo_old.h (revision 14044) +++ trunk/src/undo_old.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 1994,1995,1996 Thomas Nau * * This program is free software; you can redistribute it and/or modify @@ -18,9 +19,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 addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de + * 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") * */ Index: trunk/src/unit.c =================================================================== --- trunk/src/unit.c (revision 14044) +++ trunk/src/unit.c (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2011 Andrew Poelstra * Copyright (C) 2016,2017 Tibor 'Igor2' Palinkas * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Andrew Poelstra, 16966 60A Ave, V3S 8X5 Surrey, BC, Canada * asp11@sfu.ca * Index: trunk/src/unit.h =================================================================== --- trunk/src/unit.h (revision 14044) +++ trunk/src/unit.h (revision 14045) @@ -1,7 +1,8 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design + * (this file is based on PCB, interactive printed circuit board design) * Copyright (C) 2011 Andrew Poelstra * Copyright (C) 2016 Tibor 'Igor2' Palinkas * @@ -19,7 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Contact addresses for paper mail and Email: + * 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") + * + * + * Old contact info: * Andrew Poelstra, 16966 60A Ave, V3S 8X5 Surrey, BC, Canada * asp11@sfu.ca *