Index: trunk/src/brave.c =================================================================== --- trunk/src/brave.c (revision 14052) +++ trunk/src/brave.c (revision 14053) @@ -21,6 +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: + * 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/compat_misc.c =================================================================== --- trunk/src/compat_misc.c (revision 14052) +++ trunk/src/compat_misc.c (revision 14053) @@ -19,6 +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: + * 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 "compat_inc.h" Index: trunk/src/compat_misc.h =================================================================== --- trunk/src/compat_misc.h (revision 14052) +++ trunk/src/compat_misc.h (revision 14053) @@ -19,6 +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: + * 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_COMPAT_MISC_H Index: trunk/src/conf.c =================================================================== --- trunk/src/conf.c (revision 14052) +++ trunk/src/conf.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/conf.h =================================================================== --- trunk/src/conf.h (revision 14052) +++ trunk/src/conf.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_CONF_H Index: trunk/src/conf_act.c =================================================================== --- trunk/src/conf_act.c (revision 14052) +++ trunk/src/conf_act.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/data_it.h =================================================================== --- trunk/src/data_it.h (revision 14052) +++ trunk/src/data_it.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Flat, non-recursive iterator on pcb_data_t children objects */ Index: trunk/src/data_list.h =================================================================== --- trunk/src/data_list.h (revision 14052) +++ trunk/src/data_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_DATA_LIST_H Index: trunk/src/data_parent.h =================================================================== --- trunk/src/data_parent.h (revision 14052) +++ trunk/src/data_parent.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_DATA_PARENT_H Index: trunk/src/event.c =================================================================== --- trunk/src/event.c (revision 14052) +++ trunk/src/event.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/event.h =================================================================== --- trunk/src/event.h (revision 14052) +++ trunk/src/event.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_EVENT_H Index: trunk/src/find_any_isect.c =================================================================== --- trunk/src/find_any_isect.c (revision 14052) +++ trunk/src/find_any_isect.c (revision 14053) @@ -21,6 +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: + * 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_act.c =================================================================== --- trunk/src/font_act.c (revision 14052) +++ trunk/src/font_act.c (revision 14053) @@ -18,6 +18,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: + * 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" #include Index: trunk/src/fptr_cast.c =================================================================== --- trunk/src/fptr_cast.c (revision 14052) +++ trunk/src/fptr_cast.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/fptr_cast.h =================================================================== --- trunk/src/fptr_cast.h (revision 14052) +++ trunk/src/fptr_cast.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Function pointer <-> data pointer casts with assert on size match. C89 Index: trunk/src/funchash.c =================================================================== --- trunk/src/funchash.c (revision 14052) +++ trunk/src/funchash.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/funchash.h =================================================================== --- trunk/src/funchash.h (revision 14052) +++ trunk/src/funchash.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_FUNCHASH_H Index: trunk/src/global_typedefs.h =================================================================== --- trunk/src/global_typedefs.h (revision 14052) +++ trunk/src/global_typedefs.h (revision 14053) @@ -19,6 +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: + * 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 GLOBAL_TYPEDEFS_H Index: trunk/src/hid_cfg.c =================================================================== --- trunk/src/hid_cfg.c (revision 14052) +++ trunk/src/hid_cfg.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/hid_cfg.h =================================================================== --- trunk/src/hid_cfg.h (revision 14052) +++ trunk/src/hid_cfg.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Helpers for loading and handling lihata HID config files */ Index: trunk/src/hid_cfg_action.c =================================================================== --- trunk/src/hid_cfg_action.c (revision 14052) +++ trunk/src/hid_cfg_action.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/hid_cfg_action.h =================================================================== --- trunk/src/hid_cfg_action.h (revision 14052) +++ trunk/src/hid_cfg_action.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ Index: trunk/src/hid_cfg_input.c =================================================================== --- trunk/src/hid_cfg_input.c (revision 14052) +++ trunk/src/hid_cfg_input.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/hid_dad.h =================================================================== --- trunk/src/hid_dad.h (revision 14052) +++ trunk/src/hid_dad.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_HID_DAD_H Index: trunk/src/layer_ui.c =================================================================== --- trunk/src/layer_ui.c (revision 14052) +++ trunk/src/layer_ui.c (revision 14053) @@ -22,6 +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: + * 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") */ /* Virtual layers for UI and debug */ Index: trunk/src/layer_ui.h =================================================================== --- trunk/src/layer_ui.h (revision 14052) +++ trunk/src/layer_ui.h (revision 14053) @@ -22,6 +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: + * 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") */ /* Virtual layers for UI and debug */ Index: trunk/src/list_common.h =================================================================== --- trunk/src/list_common.h (revision 14052) +++ trunk/src/list_common.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef LIST_COMMON_H Index: trunk/src/list_conf.c =================================================================== --- trunk/src/list_conf.c (revision 14052) +++ trunk/src/list_conf.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define FROM_CONF_C Index: trunk/src/list_conf.h =================================================================== --- trunk/src/list_conf.h (revision 14052) +++ trunk/src/list_conf.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef LIST_CONF_H Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 14052) +++ trunk/src/main_act.c (revision 14053) @@ -198,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/obj_any.c =================================================================== --- trunk/src/obj_any.c (revision 14052) +++ trunk/src/obj_any.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* object model - type+union that can represent any object */ Index: trunk/src/obj_any.h =================================================================== --- trunk/src/obj_any.h (revision 14052) +++ trunk/src/obj_any.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* object model - type+union that can represent any object */ Index: trunk/src/obj_arc_list.c =================================================================== --- trunk/src/obj_arc_list.c (revision 14052) +++ trunk/src/obj_arc_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_arc_list.h =================================================================== --- trunk/src/obj_arc_list.h (revision 14052) +++ trunk/src/obj_arc_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_ARC_LIST_H Index: trunk/src/obj_arc_ui.c =================================================================== --- trunk/src/obj_arc_ui.c (revision 14052) +++ trunk/src/obj_arc_ui.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Arc UI logics */ Index: trunk/src/obj_arc_ui.h =================================================================== --- trunk/src/obj_arc_ui.h (revision 14052) +++ trunk/src/obj_arc_ui.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Arc UI logics */ Index: trunk/src/obj_elem_list.c =================================================================== --- trunk/src/obj_elem_list.c (revision 14052) +++ trunk/src/obj_elem_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ Index: trunk/src/obj_elem_list.h =================================================================== --- trunk/src/obj_elem_list.h (revision 14052) +++ trunk/src/obj_elem_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_ELEM_LIST_H Index: trunk/src/obj_line_list.c =================================================================== --- trunk/src/obj_line_list.c (revision 14052) +++ trunk/src/obj_line_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_line_list.h =================================================================== --- trunk/src/obj_line_list.h (revision 14052) +++ trunk/src/obj_line_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_LINE_LIST_H Index: trunk/src/obj_pad_list.c =================================================================== --- trunk/src/obj_pad_list.c (revision 14052) +++ trunk/src/obj_pad_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_pad_list.h =================================================================== --- trunk/src/obj_pad_list.h (revision 14052) +++ trunk/src/obj_pad_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PAD_LIST_H Index: trunk/src/obj_pinvia_list.c =================================================================== --- trunk/src/obj_pinvia_list.c (revision 14052) +++ trunk/src/obj_pinvia_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_pinvia_list.h =================================================================== --- trunk/src/obj_pinvia_list.h (revision 14052) +++ trunk/src/obj_pinvia_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PINVIA_LIST_H Index: trunk/src/obj_poly_list.c =================================================================== --- trunk/src/obj_poly_list.c (revision 14052) +++ trunk/src/obj_poly_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_poly_list.h =================================================================== --- trunk/src/obj_poly_list.h (revision 14052) +++ trunk/src/obj_poly_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef LIST_POLY_H Index: trunk/src/obj_pstk.c =================================================================== --- trunk/src/obj_pstk.c (revision 14052) +++ trunk/src/obj_pstk.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/obj_pstk.h =================================================================== --- trunk/src/obj_pstk.h (revision 14052) +++ trunk/src/obj_pstk.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PSTK_STRUCT_DECLARED Index: trunk/src/obj_pstk_act.c =================================================================== --- trunk/src/obj_pstk_act.c (revision 14052) +++ trunk/src/obj_pstk_act.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/obj_pstk_draw.h =================================================================== --- trunk/src/obj_pstk_draw.h (revision 14052) +++ trunk/src/obj_pstk_draw.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "obj_pstk.h" Index: trunk/src/obj_pstk_inlines.h =================================================================== --- trunk/src/obj_pstk_inlines.h (revision 14052) +++ trunk/src/obj_pstk_inlines.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PSTK_INLINES_H Index: trunk/src/obj_pstk_list.c =================================================================== --- trunk/src/obj_pstk_list.c (revision 14052) +++ trunk/src/obj_pstk_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_pstk_list.h =================================================================== --- trunk/src/obj_pstk_list.h (revision 14052) +++ trunk/src/obj_pstk_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PSTK_LIST_H Index: trunk/src/obj_pstk_op.c =================================================================== --- trunk/src/obj_pstk_op.c (revision 14052) +++ trunk/src/obj_pstk_op.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "polygon.h" Index: trunk/src/obj_pstk_op.h =================================================================== --- trunk/src/obj_pstk_op.h (revision 14052) +++ trunk/src/obj_pstk_op.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /*** Standard operations on padstacks ***/ Index: trunk/src/obj_pstk_proto.c =================================================================== --- trunk/src/obj_pstk_proto.c (revision 14052) +++ trunk/src/obj_pstk_proto.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/obj_pstk_shape.h =================================================================== --- trunk/src/obj_pstk_shape.h (revision 14052) +++ trunk/src/obj_pstk_shape.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_PSTK_SHAPE_H Index: trunk/src/obj_rat_list.c =================================================================== --- trunk/src/obj_rat_list.c (revision 14052) +++ trunk/src/obj_rat_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #define TDL_DONT_UNDEF Index: trunk/src/obj_rat_list.h =================================================================== --- trunk/src/obj_rat_list.h (revision 14052) +++ trunk/src/obj_rat_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_RAT_LIST_H Index: trunk/src/obj_subc.c =================================================================== --- trunk/src/obj_subc.c (revision 14052) +++ trunk/src/obj_subc.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/obj_subc.h =================================================================== --- trunk/src/obj_subc.h (revision 14052) +++ trunk/src/obj_subc.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_SUBC_H Index: trunk/src/obj_subc_list.c =================================================================== --- trunk/src/obj_subc_list.c (revision 14052) +++ trunk/src/obj_subc_list.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ Index: trunk/src/obj_subc_list.h =================================================================== --- trunk/src/obj_subc_list.h (revision 14052) +++ trunk/src/obj_subc_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_SUBC_LIST_H Index: trunk/src/obj_subc_op.h =================================================================== --- trunk/src/obj_subc_op.h (revision 14052) +++ trunk/src/obj_subc_op.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_SUBC_OP_H Index: trunk/src/obj_subc_parent.h =================================================================== --- trunk/src/obj_subc_parent.h (revision 14052) +++ trunk/src/obj_subc_parent.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_SUBC_PARENT_H Index: trunk/src/obj_term.c =================================================================== --- trunk/src/obj_term.c (revision 14052) +++ trunk/src/obj_term.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/obj_term.h =================================================================== --- trunk/src/obj_term.h (revision 14052) +++ trunk/src/obj_term.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Terminals: within a subcircuit, a terminal is a point of netlist connection. Index: trunk/src/obj_text_list.c =================================================================== --- trunk/src/obj_text_list.c (revision 14052) +++ trunk/src/obj_text_list.c (revision 14053) @@ -19,6 +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: + * 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 these before TDL_DONT_UNDEF to avoid TDL redefs */ Index: trunk/src/obj_text_list.h =================================================================== --- trunk/src/obj_text_list.h (revision 14052) +++ trunk/src/obj_text_list.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_OBJ_TEXT_LIST_H Index: trunk/src/paths.c =================================================================== --- trunk/src/paths.c (revision 14052) +++ trunk/src/paths.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Resolve paths, build paths using template */ Index: trunk/src/paths.h =================================================================== --- trunk/src/paths.h (revision 14052) +++ trunk/src/paths.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Resolve paths, build paths using template */ Index: trunk/src/pcb_bool.c =================================================================== --- trunk/src/pcb_bool.c (revision 14052) +++ trunk/src/pcb_bool.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/pcb_bool.h =================================================================== --- trunk/src/pcb_bool.h (revision 14052) +++ trunk/src/pcb_bool.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_BOOL_H Index: trunk/src/plug_footprint_act.c =================================================================== --- trunk/src/plug_footprint_act.c (revision 14052) +++ trunk/src/plug_footprint_act.c (revision 14053) @@ -21,6 +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: + * 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/plugins.c =================================================================== --- trunk/src/plugins.c (revision 14052) +++ trunk/src/plugins.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include Index: trunk/src/plugins.h =================================================================== --- trunk/src/plugins.h (revision 14052) +++ trunk/src/plugins.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_RND_PLUGINS_H Index: trunk/src/polygon_offs.c =================================================================== --- trunk/src/polygon_offs.c (revision 14052) +++ trunk/src/polygon_offs.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Polygon contour offset calculation */ Index: trunk/src/polygon_offs.h =================================================================== --- trunk/src/polygon_offs.h (revision 14052) +++ trunk/src/polygon_offs.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Polygon contour offset calculation */ Index: trunk/src/rats.c =================================================================== --- trunk/src/rats.c (revision 14052) +++ trunk/src/rats.c (revision 14053) @@ -22,6 +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: + * 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") */ /* rats nest routines */ Index: trunk/src/rats_patch.c =================================================================== --- trunk/src/rats_patch.c (revision 14052) +++ trunk/src/rats_patch.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "rats_patch.h" Index: trunk/src/rats_patch.h =================================================================== --- trunk/src/rats_patch.h (revision 14052) +++ trunk/src/rats_patch.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_RATS_PATCH_H Index: trunk/src/rtree2.c =================================================================== --- trunk/src/rtree2.c (revision 14052) +++ trunk/src/rtree2.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/rtree2.h =================================================================== --- trunk/src/rtree2.h (revision 14052) +++ trunk/src/rtree2.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_RTREE2_H Index: trunk/src/safe_fs.c =================================================================== --- trunk/src/safe_fs.c (revision 14052) +++ trunk/src/safe_fs.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* for popen() */ Index: trunk/src/safe_fs.h =================================================================== --- trunk/src/safe_fs.h (revision 14052) +++ trunk/src/safe_fs.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ /* Wrap standard file system calls, giving the user a chance to control Index: trunk/src/stub_mincut.c =================================================================== --- trunk/src/stub_mincut.c (revision 14052) +++ trunk/src/stub_mincut.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/stub_mincut.h =================================================================== --- trunk/src/stub_mincut.h (revision 14052) +++ trunk/src/stub_mincut.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "global_typedefs.h" Index: trunk/src/stub_stroke.c =================================================================== --- trunk/src/stub_stroke.c (revision 14052) +++ trunk/src/stub_stroke.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "error.h" #include "config.h" Index: trunk/src/stub_stroke.h =================================================================== --- trunk/src/stub_stroke.h (revision 14052) +++ trunk/src/stub_stroke.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ extern pcb_bool pcb_mid_stroke; Index: trunk/src/stub_vendor.c =================================================================== --- trunk/src/stub_vendor.c (revision 14052) +++ trunk/src/stub_vendor.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/stub_vendor.h =================================================================== --- trunk/src/stub_vendor.h (revision 14052) +++ trunk/src/stub_vendor.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_STUB_VENDOR_H Index: trunk/src/thermal.c =================================================================== --- trunk/src/thermal.c (revision 14052) +++ trunk/src/thermal.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/thermal.h =================================================================== --- trunk/src/thermal.h (revision 14052) +++ trunk/src/thermal.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_THERMAL_H Index: trunk/src/tool.c =================================================================== --- trunk/src/tool.c (revision 14052) +++ trunk/src/tool.c (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #include "config.h" Index: trunk/src/tool.h =================================================================== --- trunk/src/tool.h (revision 14052) +++ trunk/src/tool.h (revision 14053) @@ -18,6 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * Contact: + * Project page: http://repo.hu/projects/pcb-rnd + * lead developer: email to pcb-rnd (at) igor2.repo.hu + * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ #ifndef PCB_TOOL_H