Index: trunk/src/plug_footprint_act.c =================================================================== --- trunk/src/plug_footprint_act.c (revision 3141) +++ trunk/src/plug_footprint_act.c (revision 3142) @@ -3,7 +3,7 @@ * * PCB, 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 is also subject to the GNU GPL as described below * Index: trunk/src/polygon_act.c =================================================================== --- trunk/src/polygon_act.c (revision 3141) +++ trunk/src/polygon_act.c (revision 3142) @@ -43,7 +43,7 @@ static const char morphpolygon_help[] = "Converts dead polygon islands into separate polygons."; -/* %start-doc actions MorphPolygon +/* %start-doc actions MorphPolygon If a polygon is divided into unconnected "islands", you can use this command to convert the otherwise disappeared islands into Index: trunk/src_plugins/debug/debug.c =================================================================== --- trunk/src_plugins/debug/debug.c (revision 3141) +++ trunk/src_plugins/debug/debug.c (revision 3142) @@ -3,7 +3,7 @@ * * PCB, 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 is also subject to the GNU GPL as described below * @@ -146,4 +146,3 @@ REGISTER_ACTIONS(debug_action_list, debug_cookie) return hid_debug_uninit; } -