Index: trunk/src/conf.c =================================================================== --- trunk/src/conf.c (revision 3511) +++ trunk/src/conf.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/conf.h =================================================================== --- trunk/src/conf.h (revision 3511) +++ trunk/src/conf.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/event.c =================================================================== --- trunk/src/event.c (revision 3511) +++ trunk/src/event.c (revision 3512) @@ -1,3 +1,25 @@ +/* + * COPYRIGHT + * + * pcb-rnd, interactive printed circuit board design + * Copyright (C) 2016 Tibor 'Igor2' Palinkas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include #include #include Index: trunk/src/event.h =================================================================== --- trunk/src/event.h (revision 3511) +++ trunk/src/event.h (revision 3512) @@ -1,3 +1,25 @@ +/* + * COPYRIGHT + * + * pcb-rnd, interactive printed circuit board design + * Copyright (C) 2016 Tibor 'Igor2' Palinkas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #ifndef PCB_EVENT_H #define PCB_EVENT_H typedef enum { Index: trunk/src/fptr_cast.c =================================================================== --- trunk/src/fptr_cast.c (revision 3511) +++ trunk/src/fptr_cast.c (revision 3512) @@ -3,7 +3,7 @@ * * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/fptr_cast.h =================================================================== --- trunk/src/fptr_cast.h (revision 3511) +++ trunk/src/fptr_cast.h (revision 3512) @@ -3,7 +3,7 @@ * * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/funchash.c =================================================================== --- trunk/src/funchash.c (revision 3511) +++ trunk/src/funchash.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB-rnd, interactive printed circuit board design + * pcb-rnd, 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/funchash.h =================================================================== --- trunk/src/funchash.h (revision 3511) +++ trunk/src/funchash.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB-rnd, interactive printed circuit board design + * pcb-rnd, 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/global_objs.h =================================================================== --- trunk/src/global_objs.h (revision 3511) +++ trunk/src/global_objs.h (revision 3512) @@ -1,3 +1,29 @@ +/* + * COPYRIGHT + * + * 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 + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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 + * + */ + #ifndef GLOBAL_OBJS_H #define GLOBAL_OBJS_H #include Index: trunk/src/hid_cfg.c =================================================================== --- trunk/src/hid_cfg.c (revision 3511) +++ trunk/src/hid_cfg.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/hid_cfg.h =================================================================== --- trunk/src/hid_cfg.h (revision 3511) +++ trunk/src/hid_cfg.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/hid_cfg_action.c =================================================================== --- trunk/src/hid_cfg_action.c (revision 3511) +++ trunk/src/hid_cfg_action.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/hid_cfg_action.h =================================================================== --- trunk/src/hid_cfg_action.h (revision 3511) +++ trunk/src/hid_cfg_action.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/hid_cfg_input.c =================================================================== --- trunk/src/hid_cfg_input.c (revision 3511) +++ trunk/src/hid_cfg_input.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_arc.c =================================================================== --- trunk/src/list_arc.c (revision 3511) +++ trunk/src/list_arc.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_arc.h =================================================================== --- trunk/src/list_arc.h (revision 3511) +++ trunk/src/list_arc.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_common.h =================================================================== --- trunk/src/list_common.h (revision 3511) +++ trunk/src/list_common.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_conf.c =================================================================== --- trunk/src/list_conf.c (revision 3511) +++ trunk/src/list_conf.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/list_conf.h =================================================================== --- trunk/src/list_conf.h (revision 3511) +++ trunk/src/list_conf.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_element.c =================================================================== --- trunk/src/list_element.c (revision 3511) +++ trunk/src/list_element.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_element.h =================================================================== --- trunk/src/list_element.h (revision 3511) +++ trunk/src/list_element.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_line.c =================================================================== --- trunk/src/list_line.c (revision 3511) +++ trunk/src/list_line.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_line.h =================================================================== --- trunk/src/list_line.h (revision 3511) +++ trunk/src/list_line.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_pad.c =================================================================== --- trunk/src/list_pad.c (revision 3511) +++ trunk/src/list_pad.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_pad.h =================================================================== --- trunk/src/list_pad.h (revision 3511) +++ trunk/src/list_pad.h (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/list_pin.c =================================================================== --- trunk/src/list_pin.c (revision 3511) +++ trunk/src/list_pin.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src/list_pin.h =================================================================== --- trunk/src/list_pin.h (revision 3511) +++ trunk/src/list_pin.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_poly.c =================================================================== --- trunk/src/list_poly.c (revision 3511) +++ trunk/src/list_poly.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_poly.h =================================================================== --- trunk/src/list_poly.h (revision 3511) +++ trunk/src/list_poly.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_rat.c =================================================================== --- trunk/src/list_rat.c (revision 3511) +++ trunk/src/list_rat.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_rat.h =================================================================== --- trunk/src/list_rat.h (revision 3511) +++ trunk/src/list_rat.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/list_text.h =================================================================== --- trunk/src/list_text.h (revision 3511) +++ trunk/src/list_text.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/plug_footprint_act.c =================================================================== --- trunk/src/plug_footprint_act.c (revision 3511) +++ trunk/src/plug_footprint_act.c (revision 3512) @@ -1,10 +1,10 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas * - * This module, debug, was written and is Copyright (C) 2016 by Tibor Palinkas + * This module, was written and is Copyright (C) 2016 by Tibor Palinkas * this module is also subject to the GNU GPL as described below * * This program is free software; you can redistribute it and/or modify Index: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c (revision 3511) +++ trunk/src/plugins.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2015 Tibor 'Igor2' Palinkas * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src/plugins.h =================================================================== --- trunk/src/plugins.h (revision 3511) +++ trunk/src/plugins.h (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2015 Tibor 'Igor2' Palinkas - * + * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton * this module is also subject to the GNU GPL as described below * Index: trunk/src/rats_patch.c =================================================================== --- trunk/src/rats_patch.c (revision 3511) +++ trunk/src/rats_patch.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2015 Tibor 'Igor2' Palinkas * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src/rats_patch.h =================================================================== --- trunk/src/rats_patch.h (revision 3511) +++ trunk/src/rats_patch.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2013..2015 Tibor 'Igor2' Palinkas * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src/stub_mincut.c =================================================================== --- trunk/src/stub_mincut.c (revision 3511) +++ trunk/src/stub_mincut.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/stub_mincut.h =================================================================== --- trunk/src/stub_mincut.h (revision 3511) +++ trunk/src/stub_mincut.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/stub_stroke.c =================================================================== --- trunk/src/stub_stroke.c (revision 3511) +++ trunk/src/stub_stroke.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/stub_stroke.h =================================================================== --- trunk/src/stub_stroke.h (revision 3511) +++ trunk/src/stub_stroke.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/stub_vendor.c =================================================================== --- trunk/src/stub_vendor.c (revision 3511) +++ trunk/src/stub_vendor.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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/stub_vendor.h =================================================================== --- trunk/src/stub_vendor.h (revision 3511) +++ trunk/src/stub_vendor.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/diag/diag.c =================================================================== --- trunk/src_plugins/diag/diag.c (revision 3511) +++ trunk/src_plugins/diag/diag.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas * * This module, debug, was written and is Copyright (C) 2016 by Tibor Palinkas Index: trunk/src_plugins/diag/diag_conf.c =================================================================== --- trunk/src_plugins/diag/diag_conf.c (revision 3511) +++ trunk/src_plugins/diag/diag_conf.c (revision 3512) @@ -1,3 +1,25 @@ +/* + * COPYRIGHT + * + * pcb-rnd, interactive printed circuit board design + * Copyright (C) 2016 Tibor 'Igor2' Palinkas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include "conf.h" void conf_dump(FILE *f, const char *prefix, int verbose, const char *match_prefix) Index: trunk/src_plugins/hid_gtk/win_place.c =================================================================== --- trunk/src_plugins/hid_gtk/win_place.c (revision 3511) +++ trunk/src_plugins/hid_gtk/win_place.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Index: trunk/src_plugins/import_edif/import_edif.c =================================================================== --- trunk/src_plugins/import_edif/import_edif.c (revision 3511) +++ trunk/src_plugins/import_edif/import_edif.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This module, io_kicad_legacy, was written and is Copyright (C) 2016 by Tibor Palinkas * this module is also subject to the GNU GPL as described below * Index: trunk/src_plugins/io_kicad_legacy/io_kicad_legacy.c =================================================================== --- trunk/src_plugins/io_kicad_legacy/io_kicad_legacy.c (revision 3511) +++ trunk/src_plugins/io_kicad_legacy/io_kicad_legacy.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas * * This module, io_kicad_legacy, was written and is Copyright (C) 2016 by Tibor Palinkas Index: trunk/src_plugins/io_kicad_legacy/write.c =================================================================== --- trunk/src_plugins/io_kicad_legacy/write.c (revision 3511) +++ trunk/src_plugins/io_kicad_legacy/write.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_kicad_legacy/write.h =================================================================== --- trunk/src_plugins/io_kicad_legacy/write.h (revision 3511) +++ trunk/src_plugins/io_kicad_legacy/write.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/common.c =================================================================== --- trunk/src_plugins/io_lihata/common.c (revision 3511) +++ trunk/src_plugins/io_lihata/common.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/io_lihata.c =================================================================== --- trunk/src_plugins/io_lihata/io_lihata.c (revision 3511) +++ trunk/src_plugins/io_lihata/io_lihata.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/read.c =================================================================== --- trunk/src_plugins/io_lihata/read.c (revision 3511) +++ trunk/src_plugins/io_lihata/read.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/read.h =================================================================== --- trunk/src_plugins/io_lihata/read.h (revision 3511) +++ trunk/src_plugins/io_lihata/read.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/write.c =================================================================== --- trunk/src_plugins/io_lihata/write.c (revision 3511) +++ trunk/src_plugins/io_lihata/write.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_lihata/write.h =================================================================== --- trunk/src_plugins/io_lihata/write.h (revision 3511) +++ trunk/src_plugins/io_lihata/write.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_pcb/attribs.c =================================================================== --- trunk/src_plugins/io_pcb/attribs.c (revision 3511) +++ trunk/src_plugins/io_pcb/attribs.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, 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_plugins/io_pcb/io_pcb.c =================================================================== --- trunk/src_plugins/io_pcb/io_pcb.c (revision 3511) +++ trunk/src_plugins/io_pcb/io_pcb.c (revision 3512) @@ -1,9 +1,9 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This module, io_pcb, was written and is Copyright (C) 2016 by Tibor Palinkas * this module is also subject to the GNU GPL as described below * Index: trunk/src_plugins/mincut/rats_mincut.c =================================================================== --- trunk/src_plugins/mincut/rats_mincut.c (revision 3511) +++ trunk/src_plugins/mincut/rats_mincut.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2013..2015 Tibor 'Igor2' Palinkas * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src_plugins/mincut/rats_mincut.h =================================================================== --- trunk/src_plugins/mincut/rats_mincut.h (revision 3511) +++ trunk/src_plugins/mincut/rats_mincut.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2013..2015 Tibor 'Igor2' Palinkas * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton Index: trunk/src_plugins/propedit/propedit.c =================================================================== --- trunk/src_plugins/propedit/propedit.c (revision 3511) +++ trunk/src_plugins/propedit/propedit.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design - pcb-rnd + * pcb-rnd, 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_plugins/propedit/props.c =================================================================== --- trunk/src_plugins/propedit/props.c (revision 3511) +++ trunk/src_plugins/propedit/props.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design - pcb-rnd + * pcb-rnd, 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_plugins/propedit/props.h =================================================================== --- trunk/src_plugins/propedit/props.h (revision 3511) +++ trunk/src_plugins/propedit/props.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design - pcb-rnd + * pcb-rnd, 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_plugins/propedit/propsel.c =================================================================== --- trunk/src_plugins/propedit/propsel.c (revision 3511) +++ trunk/src_plugins/propedit/propsel.c (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design - pcb-rnd + * pcb-rnd, 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_plugins/propedit/propsel.h =================================================================== --- trunk/src_plugins/propedit/propsel.h (revision 3511) +++ trunk/src_plugins/propedit/propsel.h (revision 3512) @@ -1,7 +1,7 @@ /* * COPYRIGHT * - * PCB, interactive printed circuit board design - pcb-rnd + * pcb-rnd, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas * * This program is free software; you can redistribute it and/or modify