Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 1314) +++ trunk/doc-rnd/TODO (revision 1315) @@ -7,8 +7,6 @@ - get rid of gcode/lists.h, and vector.[ch] (autorouter) - move fontmode - - license text: plugins, printf, legacy_func - BUGS - gpmi (and other buildings/plugins) not showing up in the about box - gtk hid: hotkeys stopped working for toggle (e.g. check "|"; check todo in ghid_menu_cb()) Index: trunk/src/pcb-printf.c =================================================================== --- trunk/src/pcb-printf.c (revision 1314) +++ trunk/src/pcb-printf.c (revision 1315) @@ -3,6 +3,7 @@ * * PCB, interactive printed circuit board design * Copyright (C) 2011 Andrew Poelstra + * 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 Index: trunk/src/pcb-printf.h =================================================================== --- trunk/src/pcb-printf.h (revision 1314) +++ trunk/src/pcb-printf.h (revision 1315) @@ -3,6 +3,7 @@ * * PCB, interactive printed circuit board design * Copyright (C) 2011 Andrew Poelstra + * 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 Index: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c (revision 1314) +++ trunk/src/plugins.c (revision 1315) @@ -1,3 +1,30 @@ +/* $Id$ */ + +/* + * COPYRIGHT + * + * PCB, 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 + * + * 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 "plugins.h" Index: trunk/src/plugins.h =================================================================== --- trunk/src/plugins.h (revision 1314) +++ trunk/src/plugins.h (revision 1315) @@ -1,3 +1,30 @@ +/* $Id$ */ + +/* + * COPYRIGHT + * + * PCB, 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 + * + * 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. + * + */ + typedef struct plugin_info_s plugin_info_t; typedef void (*pcb_uninit_t)(void); Index: trunk/src/rats_patch.c =================================================================== --- trunk/src/rats_patch.c (revision 1314) +++ trunk/src/rats_patch.c (revision 1315) @@ -25,13 +25,6 @@ * */ -/* Change History: - * Started 6/10/97 - * Added support for minimum length rat lines 6/13/97 - * rat lines to nearest line/via 8/29/98 - * support for netlist window 10/24/98 - */ - #include "rats_patch.h" #include "genht/htsp.h" #include "genht/hash.h"