Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 2434) +++ trunk/doc-rnd/TODO (revision 2435) @@ -100,7 +100,6 @@ - hash in hid_color.c; test: eps - nelma and gcode both invent .png name locally - get rid of gcode/lists.h, and vector.[ch] (autorouter) - - revise RCSID and $id$ - vendordrill - search for /units, replace it with pcb-printf something - add round down Index: trunk/src/action_helper.h =================================================================== --- trunk/src/action_helper.h (revision 2434) +++ trunk/src/action_helper.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for action routines - */ +/* prototypes for action routines */ #ifndef PCB_ACTION_HELPER_H #define PCB_ACTION_HELPER_H Index: trunk/src/box.h =================================================================== --- trunk/src/box.h (revision 2434) +++ trunk/src/box.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, box.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,12 +28,8 @@ * */ -/* this file, box.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ -/* random box-related utilities. - */ +/* random box-related utilities. */ #ifndef PCB_BOX_H #define PCB_BOX_H Index: trunk/src/buffer.c =================================================================== --- trunk/src/buffer.c (revision 2434) +++ trunk/src/buffer.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -54,8 +52,6 @@ #include "set.h" #include "funchash_core.h" -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/buffer.h =================================================================== --- trunk/src/buffer.h (revision 2434) +++ trunk/src/buffer.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for buffer handling routines - */ +/* prototypes for buffer handling routines */ #ifndef PCB_BUFFER_H #define PCB_BUFFER_H Index: trunk/src/change.c =================================================================== --- trunk/src/change.c (revision 2434) +++ trunk/src/change.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -50,8 +48,6 @@ #include "undo.h" #include "hid_actions.h" -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/change.h =================================================================== --- trunk/src/change.h (revision 2434) +++ trunk/src/change.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes to change object properties - */ +/* prototypes to change object properties */ #ifndef PCB_CHANGE_H #define PCB_CHANGE_H Index: trunk/src/clip.c =================================================================== --- trunk/src/clip.c (revision 2434) +++ trunk/src/clip.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -27,13 +25,10 @@ * */ - #include "config.h" #include "clip.h" #include -RCSID("$Id$"); - /* Clip the line to the clipBox * return true if something to be drawn * false if the whole thing is clipped Index: trunk/src/clip.h =================================================================== --- trunk/src/clip.h (revision 2434) +++ trunk/src/clip.h (revision 2435) @@ -23,11 +23,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for inserting points into objects - */ +/* prototypes for inserting points into objects */ #ifndef PCB_CLIP_H #define PCB_CLIP_H Index: trunk/src/compat_dl.c =================================================================== --- trunk/src/compat_dl.c (revision 2434) +++ trunk/src/compat_dl.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -27,10 +25,6 @@ #include "compat_dl.h" #include "global.h" - -RCSID("$Id$"); - - #if !defined(HAVE_DLFCN_H) && defined(WIN32) #include Index: trunk/src/compat_dl.h =================================================================== --- trunk/src/compat_dl.h (revision 2434) +++ trunk/src/compat_dl.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/compat_fs.c =================================================================== --- trunk/src/compat_fs.c (revision 2434) +++ trunk/src/compat_fs.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -27,8 +25,7 @@ */ -/* misc functions used by several modules - */ +/* misc functions used by several modules */ #include "config.h" Index: trunk/src/compat_misc.c =================================================================== --- trunk/src/compat_misc.c (revision 2434) +++ trunk/src/compat_misc.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -36,9 +34,6 @@ #include #endif - -RCSID("$Id$"); - #ifndef HAVE_EXPF float expf(float x) { Index: trunk/src/compat_misc.h =================================================================== --- trunk/src/compat_misc.h (revision 2434) +++ trunk/src/compat_misc.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/const.h =================================================================== --- trunk/src/const.h (revision 2434) +++ trunk/src/const.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* global source constants - */ +/* global source constants */ #ifndef PCB_CONST_H #define PCB_CONST_H Index: trunk/src/copy.c =================================================================== --- trunk/src/copy.c (revision 2434) +++ trunk/src/copy.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -47,8 +45,6 @@ #include "select.h" #include "undo.h" -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/copy.h =================================================================== --- trunk/src/copy.h (revision 2434) +++ trunk/src/copy.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for copy routines - */ +/* prototypes for copy routines */ #ifndef PCB_COPY_H #define PCB_COPY_H Index: trunk/src/create.c =================================================================== --- trunk/src/create.c (revision 2434) +++ trunk/src/create.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -26,8 +24,7 @@ * */ -/* functions used to create vias, pins ... - */ +/* functions used to create vias, pins ... */ #include "config.h" @@ -51,8 +48,6 @@ #include "paths.h" #include "misc_util.h" -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local identifiers */ Index: trunk/src/create.h =================================================================== --- trunk/src/create.h (revision 2434) +++ trunk/src/create.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for create routines - */ +/* prototypes for create routines */ #ifndef PCB_CREATE_H #define PCB_CREATE_H Index: trunk/src/crosshair.c =================================================================== --- trunk/src/crosshair.c (revision 2434) +++ trunk/src/crosshair.c (revision 2435) @@ -1,11 +1,9 @@ -/* $Id$ */ -/* 15 Oct 2008 Ineiev: add different crosshair shapes */ - /* * COPYRIGHT * * PCB, interactive printed circuit board design * Copyright (C) 1994,1995,1996 Thomas Nau + * 15 Oct 2008 Ineiev: add different crosshair shapes * * 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 @@ -27,10 +25,8 @@ * */ +/* crosshair stuff */ -/* crosshair stuff - */ - #include "config.h" #include @@ -51,9 +47,6 @@ #include "misc_util.h" #include "hid_actions.h" - -RCSID("$Id$"); - typedef struct { int x, y; } point; Index: trunk/src/crosshair.h =================================================================== --- trunk/src/crosshair.h (revision 2434) +++ trunk/src/crosshair.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for crosshair routines - */ +/* prototypes for crosshair routines */ #ifndef PCB_CROSSHAIR_H #define PCB_CROSSHAIR_H Index: trunk/src/data.c =================================================================== --- trunk/src/data.c (revision 2434) +++ trunk/src/data.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -32,9 +30,6 @@ #include "data.h" - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some shared identifiers */ Index: trunk/src/data.h =================================================================== --- trunk/src/data.h (revision 2434) +++ trunk/src/data.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* common identifiers - */ +/* common identifiers */ #ifndef PCB_DATA_H #define PCB_DATA_H Index: trunk/src/dolists.h =================================================================== --- trunk/src/dolists.h (revision 2434) +++ trunk/src/dolists.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #undef REGISTER_ACTIONS #undef REGISTER_ATTRIBUTES Index: trunk/src/draw.c =================================================================== --- trunk/src/draw.c (revision 2434) +++ trunk/src/draw.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -49,8 +47,6 @@ #define MAXINT (((unsigned int)(~0))>>1) #endif -RCSID("$Id$"); - #define SMALL_SMALL_TEXT_SIZE 0 #define SMALL_TEXT_SIZE 1 #define NORMAL_TEXT_SIZE 2 @@ -57,7 +53,6 @@ #define LARGE_TEXT_SIZE 3 #define N_TEXT_SIZES 4 - /* --------------------------------------------------------------------------- * some local identifiers */ Index: trunk/src/draw.h =================================================================== --- trunk/src/draw.h (revision 2434) +++ trunk/src/draw.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for drawing routines - */ +/* prototypes for drawing routines */ #ifndef PCB_DRAW_H #define PCB_DRAW_H Index: trunk/src/draw_fab.c =================================================================== --- trunk/src/draw_fab.c (revision 2434) +++ trunk/src/draw_fab.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -51,9 +49,6 @@ #include "draw_fab.h" #include "polygon.h" - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * prints a FAB drawing. */ Index: trunk/src/draw_fab.h =================================================================== --- trunk/src/draw_fab.h (revision 2434) +++ trunk/src/draw_fab.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for printing routines - */ +/* prototypes for printing routines */ #ifndef PCB_PRINT_H #define PCB_PRINT_H Index: trunk/src/drill.c =================================================================== --- trunk/src/drill.c (revision 2434) +++ trunk/src/drill.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -31,8 +29,6 @@ #include "mymem.h" -RCSID("$Id$"); - /* * some local prototypes */ Index: trunk/src/drill.h =================================================================== --- trunk/src/drill.h (revision 2434) +++ trunk/src/drill.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/error.c =================================================================== --- trunk/src/error.c (revision 2434) +++ trunk/src/error.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -56,9 +54,6 @@ #include "error.h" #include "plug_io.h" - -RCSID("$Id$"); - #define utf8_dup_string(a,b) *(a) = strdup(b) /* ---------------------------------------------------------------------- Index: trunk/src/error.h =================================================================== --- trunk/src/error.h (revision 2434) +++ trunk/src/error.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for error and debug functions - */ +/* prototypes for error and debug functions */ #ifndef PCB_ERROR_H #define PCB_ERROR_H Index: trunk/src/find.c =================================================================== --- trunk/src/find.c (revision 2434) +++ trunk/src/find.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT @@ -85,11 +83,6 @@ #undef DEBUG -RCSID("$Id$"); - - - - /* --------------------------------------------------------------------------- * some local macros */ Index: trunk/src/find.h =================================================================== --- trunk/src/find.h (revision 2434) +++ trunk/src/find.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes connection search routines - */ +/* prototypes connection search routines */ #ifndef PCB_FIND_H #define PCB_FIND_H Index: trunk/src/find_debug.c =================================================================== --- trunk/src/find_debug.c (revision 2434) +++ trunk/src/find_debug.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/find_drc.c =================================================================== --- trunk/src/find_drc.c (revision 2434) +++ trunk/src/find_drc.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/find_geo.c =================================================================== --- trunk/src/find_geo.c (revision 2434) +++ trunk/src/find_geo.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/find_lookup.c =================================================================== --- trunk/src/find_lookup.c (revision 2434) +++ trunk/src/find_lookup.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/find_misc.c =================================================================== --- trunk/src/find_misc.c (revision 2434) +++ trunk/src/find_misc.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/find_print.c =================================================================== --- trunk/src/find_print.c (revision 2434) +++ trunk/src/find_print.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * * COPYRIGHT Index: trunk/src/global.h =================================================================== --- trunk/src/global.h (revision 2434) +++ trunk/src/global.h (revision 2435) @@ -3,6 +3,7 @@ * * PCB, interactive printed circuit board design * Copyright (C) 1994,1995,1996, 2004 Thomas Nau + * 15 Oct 2008 Ineiev: add different crosshair shapes * * 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 @@ -22,12 +23,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* 15 Oct 2008 Ineiev: add different crosshair shapes */ -/* definition of types - */ +/* definition of types */ /* Change History: * 10/11/96 11:37 AJF Added support for a Text() driver function. @@ -549,8 +547,6 @@ #define ATTRIBUTE_UNUSED #endif -#define RCSID(x) static char *rcsid ATTRIBUTE_UNUSED = x - /* --------------------------------------------------------------------------- * Macros called by various action routines to show usage or to report * a syntax error and fail Index: trunk/src/globalconst.h =================================================================== --- trunk/src/globalconst.h (revision 2434) +++ trunk/src/globalconst.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ /* global constants Index: trunk/src/heap.c =================================================================== --- trunk/src/heap.c (revision 2434) +++ trunk/src/heap.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, heap.c, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, heap.c, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ /* operations on heaps. */ @@ -38,10 +36,6 @@ #include "config.h" #include "heap.h" - -RCSID("$Id$"); - - /* define this for more thorough self-checking of data structures */ #undef SLOW_ASSERTIONS Index: trunk/src/heap.h =================================================================== --- trunk/src/heap.h (revision 2434) +++ trunk/src/heap.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, heap.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,10 +28,6 @@ * */ -/* this file, heap.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ - /* prototypes for heap routines. */ Index: trunk/src/hid_actions.c =================================================================== --- trunk/src/hid_actions.c (revision 2434) +++ trunk/src/hid_actions.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -15,8 +13,6 @@ #include "event.h" #include "hid_actions.h" -RCSID("$Id$"); - /* do not throw "unknown action" warning for these: they are known actions, the GUI HID may register them, but nothing bad happens if they are not registered or not handled by the GUI. */ Index: trunk/src/hid_extents.c =================================================================== --- trunk/src/hid_extents.c (revision 2434) +++ trunk/src/hid_extents.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -14,8 +12,6 @@ #include "hid_draw_helpers.h" #include "hid_helper.h" -RCSID("$Id$"); - #ifndef MAXINT #define MAXINT (((unsigned int)(~0))>>1) #endif Index: trunk/src/hid_flags.c =================================================================== --- trunk/src/hid_flags.c (revision 2434) +++ trunk/src/hid_flags.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -17,8 +15,6 @@ #include "error.h" #include "hid_actions.h" -RCSID("$Id$"); - int hid_get_flag(const char *name) { const char *cp; Index: trunk/src/hid_init.c =================================================================== --- trunk/src/hid_init.c (revision 2434) +++ trunk/src/hid_init.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -34,8 +32,6 @@ #include "misc_util.h" #include "conf_core.h" -RCSID("$Id$"); - HID **hid_list = 0; int hid_num_hids = 0; Index: trunk/src/hid_nogui.c =================================================================== --- trunk/src/hid_nogui.c (revision 2434) +++ trunk/src/hid_nogui.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -10,9 +8,6 @@ #include "global.h" #include "hid.h" - -RCSID("$Id$"); - /* This is the "gui" that is installed at startup, and is used when there is no other real GUI to use. For the most part, it just stops the application from (1) crashing randomly, and (2) doing Index: trunk/src/insert.c =================================================================== --- trunk/src/insert.c (revision 2434) +++ trunk/src/insert.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -47,11 +45,6 @@ #include "undo.h" #include "misc_util.h" -RCSID("$Id$"); - - - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/insert.h =================================================================== --- trunk/src/insert.h (revision 2434) +++ trunk/src/insert.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for inserting points into objects - */ +/* prototypes for inserting points into objects */ #ifndef PCB_INSERT_H #define PCB_INSERT_H Index: trunk/src/intersect.c =================================================================== --- trunk/src/intersect.c (revision 2434) +++ trunk/src/intersect.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, intersect.c, was written and is + * Copyright (c) 2001 C. Scott Ananian + * * 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 @@ -27,13 +28,8 @@ * */ -/* this file, intersect.c, was written and is - * Copyright (c) 2001 C. Scott Ananian - */ +/* rectangle intersection/union routines. */ -/* rectangle intersection/union routines. - */ - #include "config.h" #include @@ -40,9 +36,6 @@ #include "intersect.h" -RCSID("$Id$"); - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/intersect.h =================================================================== --- trunk/src/intersect.h (revision 2434) +++ trunk/src/intersect.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, intersect.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, intersect.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ /* prototypes for rectangle intersection/union routines. */ Index: trunk/src/line.c =================================================================== --- trunk/src/line.c (revision 2434) +++ trunk/src/line.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -41,9 +39,6 @@ #include "misc.h" #include "rtree.h" - -RCSID("$Id$"); - static double drc_lines(PointTypePtr end, bool way); /* --------------------------------------------------------------------------- Index: trunk/src/line.h =================================================================== --- trunk/src/line.h (revision 2434) +++ trunk/src/line.h (revision 2435) @@ -23,11 +23,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for inserting points into objects - */ +/* prototypes for inserting points into objects */ #ifndef PCB_LINE_H #define PCB_LINE_H Index: trunk/src/macro.h =================================================================== --- trunk/src/macro.h (revision 2434) +++ trunk/src/macro.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ /* some commonly used macros not related to a special C-file Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 2434) +++ trunk/src/main.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -71,8 +69,6 @@ #include #endif -RCSID("$Id$"); - /* ---------------------------------------------------------------------- * initialize signal and error handlers */ Index: trunk/src/mirror.c =================================================================== --- trunk/src/mirror.c (revision 2434) +++ trunk/src/mirror.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -42,11 +40,6 @@ #include "misc.h" #include "polygon.h" -RCSID("$Id$"); - - - - /* --------------------------------------------------------------------------- * mirrors the coordinates of an element * an additional offset is passed Index: trunk/src/mirror.h =================================================================== --- trunk/src/mirror.h (revision 2434) +++ trunk/src/mirror.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes to change objects mirror flag - */ +/* prototypes to change objects mirror flag */ #ifndef PCB_MIRROR_H #define PCB_MIRROR_H Index: trunk/src/misc.c =================================================================== --- trunk/src/misc.c (revision 2434) +++ trunk/src/misc.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -26,10 +24,8 @@ * */ +/* misc functions used by several modules */ -/* misc functions used by several modules - */ - #include "config.h" #include "conf_core.h" @@ -67,10 +63,7 @@ #include "hid_actions.h" #include "hid_init.h" -RCSID("$Id$"); - - -/* forward declarations */ +/* forward declarations */ static char *BumpName(char *); static void GetGridLockCoordinates(int, void *, void *, void *, Coord *, Coord *); Index: trunk/src/misc.h =================================================================== --- trunk/src/misc.h (revision 2434) +++ trunk/src/misc.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for misc routines - PCB data type dependent ones - */ +/* prototypes for misc routines - PCB data type dependent ones */ #ifndef PCB_MISC_H #define PCB_MISC_H Index: trunk/src/misc_util.c =================================================================== --- trunk/src/misc_util.c (revision 2434) +++ trunk/src/misc_util.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/misc_util.h =================================================================== --- trunk/src/misc_util.h (revision 2434) +++ trunk/src/misc_util.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for misc routines - independent of PCB data types - */ +/* prototypes for misc routines - independent of PCB data types */ #ifndef PCB_MISC_UTIL_H #define PCB_MISC_UTIL_H Index: trunk/src/move.c =================================================================== --- trunk/src/move.c (revision 2434) +++ trunk/src/move.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -49,11 +47,6 @@ #include "undo.h" #include "hid_actions.h" -RCSID("$Id$"); - - - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/move.h =================================================================== --- trunk/src/move.h (revision 2434) +++ trunk/src/move.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for move routines - */ +/* prototypes for move routines */ #ifndef PCB_MOVE_H #define PCB_MOVE_H Index: trunk/src/mymem.c =================================================================== --- trunk/src/mymem.c (revision 2434) +++ trunk/src/mymem.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -39,9 +37,6 @@ #include "rtree.h" #include "rats_patch.h" - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * local prototypes */ Index: trunk/src/mymem.h =================================================================== --- trunk/src/mymem.h (revision 2434) +++ trunk/src/mymem.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ /* prototypes for memory routines Index: trunk/src/netlist.c =================================================================== --- trunk/src/netlist.c (revision 2434) +++ trunk/src/netlist.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -60,9 +58,6 @@ #define USE_RE #endif - -RCSID("$Id$"); - /* int PCB->NetlistLib[n].MenuN char * PCB->NetlistLib[n].Menu[i].Name Index: trunk/src/plug_io.c =================================================================== --- trunk/src/plug_io.c (revision 2434) +++ trunk/src/plug_io.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -104,8 +102,6 @@ plug_io_t *plug_io_chain = NULL; -RCSID("$Id$"); - static void plug_io_err(int res, const char *what, const char *filename) { if (res != 0) { Index: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c (revision 2434) +++ trunk/src/plugins.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/plugins.h =================================================================== --- trunk/src/plugins.h (revision 2434) +++ trunk/src/plugins.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/polygon.h =================================================================== --- trunk/src/polygon.h (revision 2434) +++ trunk/src/polygon.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for polygon editing routines - */ +/* prototypes for polygon editing routines */ #ifndef PCB_POLYGON_H #define PCB_POLYGON_H Index: trunk/src/rats.c =================================================================== --- trunk/src/rats.c (revision 2434) +++ trunk/src/rats.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -25,15 +23,8 @@ * */ -/* 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 - */ +/* rats nest routines */ -/* rats nest routines - */ #include "config.h" #include "conf_core.h" @@ -54,9 +45,6 @@ #include "stub_mincut.h" #include "route_style.h" -RCSID("$Id$"); - - #define TRIEDFIRST 0x1 #define BESTFOUND 0x2 Index: trunk/src/rats.h =================================================================== --- trunk/src/rats.h (revision 2434) +++ trunk/src/rats.h (revision 2435) @@ -24,11 +24,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for rats routines - */ +/* prototypes for rats routines */ #ifndef PCB_RATS_H #define PCB_RATS_H Index: trunk/src/rats_patch.c =================================================================== --- trunk/src/rats_patch.c (revision 2434) +++ trunk/src/rats_patch.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/rats_patch.h =================================================================== --- trunk/src/rats_patch.h (revision 2434) +++ trunk/src/rats_patch.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/remove.c =================================================================== --- trunk/src/remove.c (revision 2434) +++ trunk/src/remove.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -26,10 +24,8 @@ * */ +/* functions used to remove vias, pins ... */ -/* functions used to remove vias, pins ... - */ - #include "config.h" #include "conf_core.h" @@ -46,10 +42,6 @@ #include "select.h" #include "undo.h" - -RCSID("$Id$"); - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/remove.h =================================================================== --- trunk/src/remove.h (revision 2434) +++ trunk/src/remove.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for remove routines - */ +/* prototypes for remove routines */ #ifndef PCB_REMOVE_H #define PCB_REMOVE_H Index: trunk/src/rotate.c =================================================================== --- trunk/src/rotate.c (revision 2434) +++ trunk/src/rotate.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -48,12 +46,6 @@ #include "undo.h" #include "conf_core.h" - -RCSID("$Id$"); - - - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/rotate.h =================================================================== --- trunk/src/rotate.h (revision 2434) +++ trunk/src/rotate.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for transform routines - */ +/* prototypes for transform routines */ #ifndef PCB_ROTATE_H #define PCB_ROTATE_H Index: trunk/src/route_style.h =================================================================== --- trunk/src/route_style.h (revision 2434) +++ trunk/src/route_style.h (revision 2435) @@ -23,7 +23,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ #define STYLE_LOOP(top) do { \ Index: trunk/src/rtree.c =================================================================== --- trunk/src/rtree.c (revision 2434) +++ trunk/src/rtree.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001,2002,2003,2004 harry eaton * + * this file, rtree.c, was written and is + * Copyright (c) 2004, harry eaton + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, rtree.c, was written and is - * Copyright (c) 2004, harry eaton - */ /* implements r-tree structures. * these should be much faster for the auto-router @@ -43,10 +41,6 @@ #include "rtree.h" - -RCSID("$Id$"); - - #define SLOW_ASSERTS /* All rectangles are closed on the bottom left and open on the * top right. i.e. they contain one corner point, but not the other. Index: trunk/src/rtree.h =================================================================== --- trunk/src/rtree.h (revision 2434) +++ trunk/src/rtree.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, rtree.h, was written and is + * Copyright (c) 2004 harry eaton, it's based on C. Scott's kdtree.h template + * * 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 @@ -27,10 +28,8 @@ * */ -/* this file, rtree.h, was written and is - * Copyright (c) 2004 harry eaton, it's based on C. Scott's kdtree.h template - */ + /* prototypes for r-tree routines. */ Index: trunk/src/rubberband.c =================================================================== --- trunk/src/rubberband.c (revision 2434) +++ trunk/src/rubberband.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -27,8 +25,7 @@ */ -/* functions used by 'rubberband moves' - */ +/* functions used by 'rubberband moves' */ #include "config.h" @@ -49,10 +46,6 @@ #include "polygon.h" #include "rtree.h" - -RCSID("$Id$"); - - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src/rubberband.h =================================================================== --- trunk/src/rubberband.h (revision 2434) +++ trunk/src/rubberband.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ /* prototypes for rubberband routines Index: trunk/src/search.c =================================================================== --- trunk/src/search.c (revision 2434) +++ trunk/src/search.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -45,10 +43,6 @@ #include "search.h" #include "misc.h" - -RCSID("$Id$"); - - /* --------------------------------------------------------------------------- * some local identifiers */ Index: trunk/src/search.h =================================================================== --- trunk/src/search.h (revision 2434) +++ trunk/src/search.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for search routines - */ +/* prototypes for search routines */ #ifndef PCB_SEARCH_H #define PCB_SEARCH_H Index: trunk/src/select.c =================================================================== --- trunk/src/select.c (revision 2434) +++ trunk/src/select.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -52,9 +50,6 @@ #endif #endif - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * toggles the selection of any kind of object * the different types are defined by search.h Index: trunk/src/select.h =================================================================== --- trunk/src/select.h (revision 2434) +++ trunk/src/select.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for select routines - */ +/* prototypes for select routines */ #ifndef PCB_SELECT_H #define PCB_SELECT_H Index: trunk/src/set.c =================================================================== --- trunk/src/set.c (revision 2434) +++ trunk/src/set.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -53,8 +51,6 @@ #include "hid_actions.h" #include "route_style.h" -RCSID("$Id$"); - static int mode_position = 0; static int mode_stack[MAX_MODESTACK_DEPTH]; Index: trunk/src/set.h =================================================================== --- trunk/src/set.h (revision 2434) +++ trunk/src/set.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for update routines - */ +/* prototypes for update routines */ #ifndef PCB_SET_H #define PCB_SET_H Index: trunk/src/strflags.c =================================================================== --- trunk/src/strflags.c (revision 2434) +++ trunk/src/strflags.c (revision 2435) @@ -1,4 +1,3 @@ -/* $Id$ */ /* * COPYRIGHT * @@ -39,9 +38,6 @@ #include "global.h" #include "strflags.h" - -RCSID("$Id$"); - /* Because all the macros expect it, that's why. */ typedef struct { FlagType Flags; Index: trunk/src/strflags.h =================================================================== --- trunk/src/strflags.h (revision 2434) +++ trunk/src/strflags.h (revision 2435) @@ -1,4 +1,3 @@ -/* $Id$ */ /* * COPYRIGHT * Index: trunk/src/stub_vendor.h =================================================================== --- trunk/src/stub_vendor.h (revision 2434) +++ trunk/src/stub_vendor.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src/thermal.c =================================================================== --- trunk/src/thermal.c (revision 2434) +++ trunk/src/thermal.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -6,6 +4,9 @@ * PCB, interactive printed circuit board design * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau * + * this file, thermal.c was written by and is + * (C) Copyright 2006, harry eaton + * * 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 @@ -26,13 +27,8 @@ * */ -/* this file, thermal.c was written by and is - * (C) Copyright 2006, harry eaton - */ +/* negative thermal finger polygons */ -/* negative thermal finger polygons - */ - #include "config.h" #include @@ -42,9 +38,6 @@ #include "polygon.h" #include "thermal.h" - -RCSID("$Id$"); - static PCBTypePtr pcb; struct cent { Index: trunk/src/thermal.h =================================================================== --- trunk/src/thermal.h (revision 2434) +++ trunk/src/thermal.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ /* prototypes for thermal routines Index: trunk/src/undo.c =================================================================== --- trunk/src/undo.c (revision 2434) +++ trunk/src/undo.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -67,9 +65,6 @@ #include "strflags.h" #include "conf_core.h" - -RCSID("$Id$"); - static bool between_increment_and_restore = false; static bool added_undo_between_increment_and_restore = false; Index: trunk/src/undo.h =================================================================== --- trunk/src/undo.h (revision 2434) +++ trunk/src/undo.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for undo routines - */ +/* prototypes for undo routines */ #ifndef PCB_UNDO_H #define PCB_UNDO_H Index: trunk/src_plugins/autoplace/autoplace.c =================================================================== --- trunk/src_plugins/autoplace/autoplace.c (revision 2434) +++ trunk/src_plugins/autoplace/autoplace.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -61,9 +59,6 @@ #include "remove.h" #include "rotate.h" - -RCSID("$Id$"); - #define EXPANDRECTXY(r1, x1, y1, x2, y2) { \ r1->X1=MIN(r1->X1, x1); r1->Y1=MIN(r1->Y1, y1); \ r1->X2=MAX(r1->X2, x2); r1->Y2=MAX(r1->Y2, y2); \ Index: trunk/src_plugins/autoplace/autoplace.h =================================================================== --- trunk/src_plugins/autoplace/autoplace.h (revision 2434) +++ trunk/src_plugins/autoplace/autoplace.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, autoplace.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,14 +28,8 @@ * */ -/* this file, autoplace.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - * - */ +/* prototypes for autoplace routines */ -/* prototypes for autoplace routines - */ - #ifndef PCB_AUTOPLACE_H #define PCB_AUTOPLACE_H Index: trunk/src_plugins/autoroute/autoroute.c =================================================================== --- trunk/src_plugins/autoroute/autoroute.c (revision 2434) +++ trunk/src_plugins/autoroute/autoroute.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,11 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, autoroute.c, was written and is + * Copyright (c) 2001 C. Scott Ananian + * Copyright (c) 2006 harry eaton + * Copyright (c) 2009 harry eaton + * * 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 @@ -26,11 +29,6 @@ * haceaton@aplcomm.jhuapl.edu * */ -/* this file, autoroute.c, was written and is - * Copyright (c) 2001 C. Scott Ananian - * Copyright (c) 2006 harry eaton - * Copyright (c) 2009 harry eaton - */ /* functions used to autoroute nets. */ /* @@ -82,9 +80,6 @@ #include "pcb-printf.h" #include "set.h" - -RCSID("$Id$"); - /* #defines to enable some debugging output */ /* #define ROUTE_VERBOSE Index: trunk/src_plugins/autoroute/autoroute.h =================================================================== --- trunk/src_plugins/autoroute/autoroute.h (revision 2434) +++ trunk/src_plugins/autoroute/autoroute.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, autoroute.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, autoroute.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ /* prototypes for autoroute routines */ Index: trunk/src_plugins/autoroute/mtspace.c =================================================================== --- trunk/src_plugins/autoroute/mtspace.c (revision 2434) +++ trunk/src_plugins/autoroute/mtspace.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,10 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, mtspace.c, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * Copyright (c) 2006 harry eaton. + * * 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 @@ -27,10 +29,6 @@ * */ -/* this file, mtspace.c, was written and is - * Copyright (c) 2001 C. Scott Ananian. - * Copyright (c) 2006 harry eaton. - */ /* implementation for "empty space" routines (needed for via-space tracking * in the auto-router. @@ -49,9 +47,6 @@ #include "mtspace.h" #include "vector.h" - -RCSID("$Id$"); - /* mtspace data structures are built on r-trees. */ /* --------------------------------------------------------------------------- Index: trunk/src_plugins/autoroute/mtspace.h =================================================================== --- trunk/src_plugins/autoroute/mtspace.h (revision 2434) +++ trunk/src_plugins/autoroute/mtspace.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, mtspace.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, mtspace.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ /* prototypes for "empty space" routines (needed for via-space tracking * in the auto-router. Index: trunk/src_plugins/autoroute/vector.c =================================================================== --- trunk/src_plugins/autoroute/vector.c (revision 2434) +++ trunk/src_plugins/autoroute/vector.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, vector.c, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,13 +28,8 @@ * */ -/* this file, vector.c, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ +/* operations on vectors. */ -/* operations on vectors. - */ - #include "config.h" #include @@ -45,9 +41,6 @@ #include "global.h" #include "vector.h" - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src_plugins/autoroute/vector.h =================================================================== --- trunk/src_plugins/autoroute/vector.h (revision 2434) +++ trunk/src_plugins/autoroute/vector.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -7,6 +5,9 @@ * Copyright (C) 1994,1995,1996 Thomas Nau * Copyright (C) 1998,1999,2000,2001 harry eaton * + * this file, vector.h, was written and is + * Copyright (c) 2001 C. Scott Ananian. + * * 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 @@ -27,9 +28,6 @@ * */ -/* this file, vector.h, was written and is - * Copyright (c) 2001 C. Scott Ananian. - */ /* prototypes for vector routines. */ Index: trunk/src_plugins/djopt/djopt.c =================================================================== --- trunk/src_plugins/djopt/djopt.c (revision 2434) +++ trunk/src_plugins/djopt/djopt.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -49,8 +47,6 @@ #include "hid_actions.h" #include "djopt_conf.h" -RCSID("$Id$"); - conf_djopt_t conf_djopt; static const char *djopt_cookie = "djopt"; Index: trunk/src_plugins/djopt/djopt.h =================================================================== --- trunk/src_plugins/djopt/djopt.h (revision 2434) +++ trunk/src_plugins/djopt/djopt.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/export_bom/bom.c =================================================================== --- trunk/src_plugins/export_bom/bom.c (revision 2434) +++ trunk/src_plugins/export_bom/bom.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -22,9 +20,6 @@ #include "hid_helper.h" #include "hid_init.h" - -RCSID("$Id$"); - const char *bom_cookie = "bom HID"; static HID_Attribute bom_options[] = { Index: trunk/src_plugins/export_gerber/gerber.c =================================================================== --- trunk/src_plugins/export_gerber/gerber.c (revision 2434) +++ trunk/src_plugins/export_gerber/gerber.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -36,9 +34,6 @@ #include "hid_flags.h" #include "conf_core.h" - -RCSID("$Id$"); - const char *gerber_cookie = "gerber HID"; #define CRASH fprintf(stderr, "HID error: pcb called unimplemented Gerber function %s.\n", __FUNCTION__); abort() Index: trunk/src_plugins/export_lpr/lpr.c =================================================================== --- trunk/src_plugins/export_lpr/lpr.c (revision 2434) +++ trunk/src_plugins/export_lpr/lpr.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -20,9 +18,6 @@ #include "hid_attrib.h" #include "hid_actions.h" - -RCSID("$Id$"); - #define CRASH fprintf(stderr, "HID error: pcb called unimplemented PS function %s.\n", __FUNCTION__); abort() const char *lpr_cookie = "lpr HID"; Index: trunk/src_plugins/export_nelma/nelma.c =================================================================== --- trunk/src_plugins/export_nelma/nelma.c (revision 2434) +++ trunk/src_plugins/export_nelma/nelma.c (revision 2435) @@ -80,9 +80,6 @@ #include "hid_flags.h" #include "hid_color.h" - -RCSID("$Id$"); - const char *nelma_cookie = "nelma HID"; #define CRASH fprintf(stderr, "HID error: pcb called unimplemented PNG function %s.\n", __FUNCTION__); abort() Index: trunk/src_plugins/export_png/png.h =================================================================== --- trunk/src_plugins/export_png/png.h (revision 2434) +++ trunk/src_plugins/export_png/png.h (revision 2435) @@ -1,4 +1,2 @@ -/* $Id$ */ - extern const char *png_cookie; extern void png_hid_export_to_file(FILE *, HID_Attr_Val *); Index: trunk/src_plugins/export_ps/eps.c =================================================================== --- trunk/src_plugins/export_ps/eps.c (revision 2434) +++ trunk/src_plugins/export_ps/eps.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -24,8 +22,6 @@ #include "hid_flags.h" #include "hid_color.h" -RCSID("$Id$"); - #define CRASH fprintf(stderr, "HID error: pcb called unimplemented EPS function %s.\n", __FUNCTION__); abort() /*----------------------------------------------------------------------------*/ Index: trunk/src_plugins/export_ps/ps.c =================================================================== --- trunk/src_plugins/export_ps/ps.c (revision 2434) +++ trunk/src_plugins/export_ps/ps.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -30,9 +28,6 @@ #include "hid_actions.h" #include "conf_core.h" - -RCSID("$Id$"); - #define CRASH fprintf(stderr, "HID error: pcb called unimplemented PS function %s.\n", __FUNCTION__); abort() const char *ps_cookie = "ps HID"; Index: trunk/src_plugins/export_ps/ps.h =================================================================== --- trunk/src_plugins/export_ps/ps.h (revision 2434) +++ trunk/src_plugins/export_ps/ps.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - extern const char *ps_cookie; extern HID ps_hid; extern void ps_hid_export_to_file(FILE *, HID_Attr_Val *); Index: trunk/src_plugins/export_test/export_test.c =================================================================== --- trunk/src_plugins/export_test/export_test.c (revision 2434) +++ trunk/src_plugins/export_test/export_test.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -22,9 +20,6 @@ #include "hid_helper.h" #include "hid_init.h" - -RCSID("$Id$"); - const char *export_test_cookie = "export_test HID"; static HID_Attribute export_test_options[] = { Index: trunk/src_plugins/fontmode/fontmode.c =================================================================== --- trunk/src_plugins/fontmode/fontmode.c (revision 2434) +++ trunk/src_plugins/fontmode/fontmode.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -49,9 +47,6 @@ #include "plugins.h" #include "hid_actions.h" - -RCSID("$Id$"); - /* FIXME - we currently hardcode the grid and PCB size. What we should do in the future is scan the font for its extents, and size the grid appropriately. Also, when we convert back to a font, we Index: trunk/src_plugins/hid_batch/batch.c =================================================================== --- trunk/src_plugins/hid_batch/batch.c (revision 2434) +++ trunk/src_plugins/hid_batch/batch.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -21,9 +19,6 @@ #include "hid_actions.h" #include "hid_init.h" - -RCSID("$Id$"); - static const char *batch_cookie = "batch HID"; static void batch_begin(void); Index: trunk/src_plugins/hid_gtk/gtkhid-gdk.c =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-gdk.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gtkhid-gdk.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -13,11 +11,6 @@ #include "hid_helper.h" #include "hid_color.h" - - -RCSID("$Id$"); - - extern HID ghid_hid; /* Sets priv->u_gc to the "right" GC to use (wrt mask or window) Index: trunk/src_plugins/hid_gtk/gtkhid-gl.c =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-gl.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gtkhid-gl.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -26,10 +24,6 @@ #include "hid/common/hidgl.h" #include "hid_draw_helpers.h" - -RCSID("$Id$"); - - extern HID ghid_hid; static hidGC current_gc = NULL; Index: trunk/src_plugins/hid_gtk/gtkhid-main.c =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-main.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gtkhid-main.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -30,8 +28,6 @@ #include "gtkhid.h" -RCSID("$Id$"); - conf_hid_id_t ghid_conf_id = -1; static void pan_common(GHidPort * port) Index: trunk/src_plugins/hid_gtk/gtkhid.h =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid.h (revision 2434) +++ trunk/src_plugins/hid_gtk/gtkhid.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef PCB_HID_GTK_GTKHID_H #define PCB_HID_GTK_GTKHID_H Index: trunk/src_plugins/hid_gtk/gui-command-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-command-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-command-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -38,8 +36,6 @@ #include "hid_actions.h" #include "hid_gtk_conf.h" -RCSID("$Id$"); - static GtkWidget *command_window; static GtkWidget *combo_vbox; static GList *history_list; Index: trunk/src_plugins/hid_gtk/gui-config.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-config.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-config.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -191,8 +189,6 @@ #undef just_loaded_geo -RCSID("$Id$"); - enum ConfigType { CONFIG_Boolean, CONFIG_Integer, Index: trunk/src_plugins/hid_gtk/gui-dialog-print.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-dialog-print.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-dialog-print.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -41,8 +39,6 @@ #include "hid_init.h" #include "misc_util.h" -RCSID("$Id$"); - static GtkWidget *export_dialog = NULL; static void set_flag_cb(GtkToggleButton * button, void *flag) Index: trunk/src_plugins/hid_gtk/gui-dialog.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-dialog.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-dialog.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -35,9 +33,6 @@ #include "data.h" #include "gui.h" - -RCSID("$Id$"); - /* ---------------------------------------------- */ gchar *ghid_dialog_input(const char *prompt, const char *initial) { Index: trunk/src_plugins/hid_gtk/gui-drc-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-drc-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-drc-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -44,8 +42,6 @@ #define VIOLATION_PIXMAP_PIXEL_BORDER 5 #define VIOLATION_PIXMAP_PCB_SIZE MIL_TO_COORD (100) -RCSID("$Id$"); - static GtkWidget *drc_window, *drc_list; static GtkListStore *drc_list_model = NULL; static int num_violations = 0; Index: trunk/src_plugins/hid_gtk/gui-drc-window.h =================================================================== --- trunk/src_plugins/hid_gtk/gui-drc-window.h (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-drc-window.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/hid_gtk/gui-keyref-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-keyref-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-keyref-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -33,11 +31,8 @@ #include "gui.h" #include "win_place.h" -RCSID("$Id$"); - static GtkWidget *keyref_window; - static gchar *key_ref_text[] = { "", N_("Keyboard\n"), Index: trunk/src_plugins/hid_gtk/gui-library-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-library-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-library-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -66,9 +64,6 @@ #include - -RCSID("$Id$"); - static GtkWidget *library_window; #include "gui-pinout-preview.h" Index: trunk/src_plugins/hid_gtk/gui-log-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-log-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-log-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -36,9 +34,6 @@ #include "win_place.h" #include "pcb-printf.h" - -RCSID("$Id$"); - static GtkWidget *log_window, *log_text; static gboolean log_show_on_append = FALSE; Index: trunk/src_plugins/hid_gtk/gui-misc.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-misc.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-misc.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -39,9 +37,6 @@ #include "gui.h" #include - -RCSID("$Id$"); - const char *ghid_cookie = "gtk hid"; #define CUSTOM_CURSOR_CLOCKWISE (GDK_LAST_CURSOR + 10) Index: trunk/src_plugins/hid_gtk/gui-netlist-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -63,8 +61,6 @@ #define NET_HIERARCHY_SEPARATOR "/" -RCSID("$Id$"); - static GtkWidget *netlist_window; static GtkWidget *disable_all_button; Index: trunk/src_plugins/hid_gtk/gui-pinout-preview.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-pinout-preview.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-pinout-preview.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -44,9 +42,6 @@ #include "rotate.h" #include "gui-pinout-preview.h" - -RCSID("$Id$"); - /* Just define a sensible scale, lets say (for example), 100 pixel per 150 mil */ #define SENSIBLE_VIEW_SCALE (100. / MIL_TO_COORD (150.)) static void pinout_set_view(GhidPinoutPreview * pinout) Index: trunk/src_plugins/hid_gtk/gui-pinout-preview.h =================================================================== --- trunk/src_plugins/hid_gtk/gui-pinout-preview.h (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-pinout-preview.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/hid_gtk/gui-pinout-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-pinout-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-pinout-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -45,10 +43,6 @@ #include "gui-pinout-preview.h" - -RCSID("$Id$"); - - static void pinout_close_cb(GtkWidget * widget, GtkWidget * top_window) { gtk_widget_destroy(top_window); Index: trunk/src_plugins/hid_gtk/gui-top-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-top-window.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-top-window.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -103,8 +101,6 @@ #include "hid_flags.h" #include "route_style.h" -RCSID("$Id$"); - static bool ignore_layer_update; static GtkWidget *ghid_load_menus(void); Index: trunk/src_plugins/hid_gtk/gui-utils.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-utils.c (revision 2434) +++ trunk/src_plugins/hid_gtk/gui-utils.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -34,14 +32,10 @@ #include "gui.h" #include - -RCSID("$Id$"); - #warning TODO: get this compield in a separate .o #include "win_place.c" - /* Not a gui function, but no better place to put it... */ gboolean dup_string(gchar ** dst, const gchar * src) Index: trunk/src_plugins/hid_gtk/gui.h =================================================================== --- trunk/src_plugins/hid_gtk/gui.h (revision 2434) +++ trunk/src_plugins/hid_gtk/gui.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/hid_lesstif/dialogs.c =================================================================== --- trunk/src_plugins/hid_lesstif/dialogs.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/dialogs.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -25,8 +23,6 @@ #include "stdarg.h" #include "misc_util.h" -RCSID("$Id$"); - #define CRASH fprintf(stderr, "HID error: pcb called unimplemented GUI function %s\n", __FUNCTION__), abort() static int ok; Index: trunk/src_plugins/hid_lesstif/lesstif.h =================================================================== --- trunk/src_plugins/hid_lesstif/lesstif.h (revision 2434) +++ trunk/src_plugins/hid_lesstif/lesstif.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "hid_cfg_input.h" #define app_context lesstif_app_context Index: trunk/src_plugins/hid_lesstif/library.c =================================================================== --- trunk/src_plugins/hid_lesstif/library.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/library.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -23,8 +21,6 @@ #include "lesstif.h" #include "stdarg.h" -RCSID("$Id$"); - static Widget library_dialog = 0; static Widget library_list, libnode_list; Index: trunk/src_plugins/hid_lesstif/main.c =================================================================== --- trunk/src_plugins/hid_lesstif/main.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/main.c (revision 2435) @@ -1,4 +1,3 @@ -/* $Id$ */ /* 15 Oct 2008 Ineiev: add different crosshair shapes */ #include "config.h" @@ -46,8 +45,6 @@ #include -RCSID("$Id$"); - const char *lesstif_cookie = "lesstif HID"; hid_cfg_mouse_t lesstif_mouse; Index: trunk/src_plugins/hid_lesstif/menu.c =================================================================== --- trunk/src_plugins/hid_lesstif/menu.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/menu.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -30,9 +28,6 @@ #include "stdarg.h" #include - -RCSID("$Id$"); - Widget lesstif_menubar; hid_cfg_t *lesstif_cfg; Index: trunk/src_plugins/hid_lesstif/netlist.c =================================================================== --- trunk/src_plugins/hid_lesstif/netlist.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/netlist.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include @@ -26,8 +24,6 @@ #include "lesstif.h" #include "stdarg.h" -RCSID("$Id$"); - static Widget netlist_dialog = 0; static Widget netlist_list, netnode_list; Index: trunk/src_plugins/hid_lesstif/styles.c =================================================================== --- trunk/src_plugins/hid_lesstif/styles.c (revision 2434) +++ trunk/src_plugins/hid_lesstif/styles.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "config.h" #include "conf_core.h" @@ -24,9 +22,6 @@ #include "stdarg.h" #include "misc_util.h" - -RCSID("$Id$"); - /* There are three places where styles are kept: First, the "active" style is in conf_core.design.line_thickness et al. Index: trunk/src_plugins/hid_lesstif/xincludes.h =================================================================== --- trunk/src_plugins/hid_lesstif/xincludes.h (revision 2434) +++ trunk/src_plugins/hid_lesstif/xincludes.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * Some of the X headers are not very friendly in terms of namespace. * For example, X.h typedef's Mask but we use Mask in the core of pcb Index: trunk/src_plugins/io_kicad_legacy/write.c =================================================================== --- trunk/src_plugins/io_kicad_legacy/write.c (revision 2434) +++ trunk/src_plugins/io_kicad_legacy/write.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -31,8 +29,6 @@ #include #include "write.h" -RCSID("$Id$"); - /* writes element data */ int io_kicad_legacy_write_element(plug_io_t *ctx, FILE * FP, DataTypePtr Data) { Index: trunk/src_plugins/io_kicad_legacy/write.h =================================================================== --- trunk/src_plugins/io_kicad_legacy/write.h (revision 2434) +++ trunk/src_plugins/io_kicad_legacy/write.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/io_pcb/file.c =================================================================== --- trunk/src_plugins/io_pcb/file.c (revision 2434) +++ trunk/src_plugins/io_pcb/file.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -107,9 +105,6 @@ #include "attribs.h" #include "route_style.h" - -RCSID("$Id$"); - /* --------------------------------------------------------------------------- * some local prototypes */ Index: trunk/src_plugins/io_pcb/flags.c =================================================================== --- trunk/src_plugins/io_pcb/flags.c (revision 2434) +++ trunk/src_plugins/io_pcb/flags.c (revision 2435) @@ -1,4 +1,3 @@ -/* $Id$ */ /* * COPYRIGHT * Index: trunk/src_plugins/io_pcb/flags.h =================================================================== --- trunk/src_plugins/io_pcb/flags.h (revision 2434) +++ trunk/src_plugins/io_pcb/flags.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ char *pcbflags_to_string(FlagType flags); Index: trunk/src_plugins/io_pcb/parse_l.c =================================================================== --- trunk/src_plugins/io_pcb/parse_l.c (revision 2434) +++ trunk/src_plugins/io_pcb/parse_l.c (revision 2435) @@ -616,7 +616,6 @@ #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "../../src_plugins/io_pcb/parse_l.l" -/* $Id$ */ #line 4 "../../src_plugins/io_pcb/parse_l.l" /* * COPYRIGHT @@ -666,9 +665,9 @@ # include /* see http://dmalloc.com */ #endif -RCSID("$Id$"); + #include "global.h" #include "crosshair.h" #include "data.h" @@ -713,7 +712,7 @@ */ static int Parse(FILE *, char *, char *, char *, char *); -#line 717 "lex.yy.c" +#line 716 "lex.yy.c" #define INITIAL 0 @@ -903,7 +902,7 @@ #line 108 "../../src_plugins/io_pcb/parse_l.l" -#line 907 "lex.yy.c" +#line 906 "lex.yy.c" if ( !(yy_init) ) { @@ -1314,7 +1313,7 @@ #line 210 "../../src_plugins/io_pcb/parse_l.l" ECHO; YY_BREAK -#line 1318 "lex.yy.c" +#line 1317 "lex.yy.c" case YY_STATE_EOF(INITIAL): yyterminate(); @@ -2363,6 +2362,7 @@ sprintf (tmps, "%s", Filename); yyin = fopen (tmps, "r"); +printf("OPENING: %s -> %p\n", tmps, yyin); if (!yyin) { /* Special case this one, we get it all the time... */ Index: trunk/src_plugins/io_pcb/parse_l.l =================================================================== --- trunk/src_plugins/io_pcb/parse_l.l (revision 2434) +++ trunk/src_plugins/io_pcb/parse_l.l (revision 2435) @@ -1,5 +1,5 @@ -/* $Id$ */ + %{ /* * COPYRIGHT @@ -49,9 +49,9 @@ # include /* see http://dmalloc.com */ #endif -RCSID("$Id$"); + #include "global.h" #include "crosshair.h" #include "data.h" Index: trunk/src_plugins/io_pcb/parse_y.c =================================================================== --- trunk/src_plugins/io_pcb/parse_y.c (revision 2434) +++ trunk/src_plugins/io_pcb/parse_y.c (revision 2435) @@ -117,8 +117,8 @@ # include /* see http://dmalloc.com */ #endif -RCSID("$Id$"); + static LayerTypePtr Layer; static PolygonTypePtr Polygon; static SymbolTypePtr Symbol; Index: trunk/src_plugins/io_pcb/parse_y.y =================================================================== --- trunk/src_plugins/io_pcb/parse_y.y (revision 2434) +++ trunk/src_plugins/io_pcb/parse_y.y (revision 2435) @@ -1,4 +1,4 @@ -/* $Id$ */ + /* * ************************** README ******************* * @@ -62,8 +62,8 @@ # include /* see http://dmalloc.com */ #endif -RCSID("$Id$"); + static LayerTypePtr Layer; static PolygonTypePtr Polygon; static SymbolTypePtr Symbol; Index: trunk/src_plugins/mincut/rats_mincut.c =================================================================== --- trunk/src_plugins/mincut/rats_mincut.c (revision 2434) +++ trunk/src_plugins/mincut/rats_mincut.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/mincut/rats_mincut.h =================================================================== --- trunk/src_plugins/mincut/rats_mincut.h (revision 2434) +++ trunk/src_plugins/mincut/rats_mincut.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/src_plugins/puller/puller.c =================================================================== --- trunk/src_plugins/puller/puller.c (revision 2434) +++ trunk/src_plugins/puller/puller.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -71,8 +69,6 @@ #include "hid_actions.h" #include "misc_util.h" -RCSID("$Id$"); - #define abort1() fprintf(stderr, "abort at line %d\n", __LINE__), abort() #define TRACE0 0 Index: trunk/src_plugins/report/report.h =================================================================== --- trunk/src_plugins/report/report.h (revision 2434) +++ trunk/src_plugins/report/report.h (revision 2435) @@ -22,7 +22,6 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ #ifndef PCB_REPORT_H Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 2434) +++ trunk/src_plugins/shand_cmd/command.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -52,9 +50,6 @@ #include "plugins.h" #include "hid_actions.h" - -RCSID("$Id$"); - /* ---------------------------------------------------------------------- */ /* %start-doc actions 00macros Index: trunk/src_plugins/shand_cmd/command.h =================================================================== --- trunk/src_plugins/shand_cmd/command.h (revision 2434) +++ trunk/src_plugins/shand_cmd/command.h (revision 2435) @@ -22,11 +22,9 @@ * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany * Thomas.Nau@rz.uni-ulm.de * - * RCS: $Id$ */ -/* prototypes for command execution - */ +/* prototypes for command execution */ #ifndef PCB_COMMAND_H #define PCB_COMMAND_H Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 2434) +++ trunk/src_plugins/vendordrill/vendor.c (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * @@ -66,8 +64,6 @@ #include #include -RCSID("$Id$"); - conf_vendor_t conf_vendor; static void add_to_drills(char *); Index: trunk/src_plugins/vendordrill/vendor.h =================================================================== --- trunk/src_plugins/vendordrill/vendor.h (revision 2434) +++ trunk/src_plugins/vendordrill/vendor.h (revision 2435) @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * COPYRIGHT * Index: trunk/tests/strflags/tester.c =================================================================== --- trunk/tests/strflags/tester.c (revision 2434) +++ trunk/tests/strflags/tester.c (revision 2435) @@ -1,4 +1,3 @@ -/* $Id$ */ /* * COPYRIGHT *