diff --git a/reactos/drivers/base/beep/beep.rc b/reactos/drivers/base/beep/beep.rc index 87eb7a1e70c..4d9ae9903c8 100644 --- a/reactos/drivers/base/beep/beep.rc +++ b/reactos/drivers/base/beep/beep.rc @@ -1,4 +1,3 @@ -/* $Id: beep.rc 21705 2006-04-22 13:58:53Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "PC Speaker Device Driver\0" diff --git a/reactos/drivers/base/bootvid/bootvid.rc b/reactos/drivers/base/bootvid/bootvid.rc index 5bbf194de06..94fc8f0bd01 100644 --- a/reactos/drivers/base/bootvid/bootvid.rc +++ b/reactos/drivers/base/bootvid/bootvid.rc @@ -1,4 +1,3 @@ -/* $Id: bootvid.rc 31840 2008-01-17 14:50:36Z cfinck $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "VGA Boot Driver\0" diff --git a/reactos/drivers/base/kdcom/kdcom.rc b/reactos/drivers/base/kdcom/kdcom.rc index c33d67fb32d..48cc0b847cb 100644 --- a/reactos/drivers/base/kdcom/kdcom.rc +++ b/reactos/drivers/base/kdcom/kdcom.rc @@ -1,12 +1,6 @@ -/* $Id: bootvid.rc 24464 2006-10-09 04:00:34Z ion $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS KDBG COM Library\0" #define REACTOS_STR_INTERNAL_NAME "kdcom\0" #define REACTOS_STR_ORIGINAL_FILENAME "kdcom.sys\0" #include - -IDB_BOOTIMAGE BITMAP DISCARDABLE "bootimage.bmp" -IDB_BAR BITMAP DISCARDABLE "bar.bmp" - - diff --git a/reactos/drivers/base/null/null.rc b/reactos/drivers/base/null/null.rc index d52736c090e..fe0e7bf4453 100644 --- a/reactos/drivers/base/null/null.rc +++ b/reactos/drivers/base/null/null.rc @@ -1,4 +1,3 @@ -/* $Id: null.rc 21842 2006-05-07 19:16:11Z ion $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Null Device Driver\0" diff --git a/reactos/drivers/bus/acpi/acpi.rc b/reactos/drivers/bus/acpi/acpi.rc index 7a466943475..82a090ca49a 100644 --- a/reactos/drivers/bus/acpi/acpi.rc +++ b/reactos/drivers/bus/acpi/acpi.rc @@ -1,4 +1,3 @@ -/* $Id: acpi.rc 21698 2006-04-22 05:55:17Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS ACPI Driver\0" diff --git a/reactos/drivers/bus/acpi/acpienum.c b/reactos/drivers/bus/acpi/acpienum.c index 5e94468c664..4abb3dacfe6 100644 --- a/reactos/drivers/bus/acpi/acpienum.c +++ b/reactos/drivers/bus/acpi/acpienum.c @@ -1,5 +1,4 @@ -/* $Id: acpienum.c 21698 2006-04-22 05:55:17Z tretiakov $ - * +/* * PROJECT: ReactOS ACPI bus driver * FILE: acpi/ospm/acpienum.c * PURPOSE: ACPI namespace enumerator diff --git a/reactos/drivers/bus/isapnp/isapnp.rc b/reactos/drivers/bus/isapnp/isapnp.rc index b39405558c7..7e49fdbe730 100644 --- a/reactos/drivers/bus/isapnp/isapnp.rc +++ b/reactos/drivers/bus/isapnp/isapnp.rc @@ -1,4 +1,3 @@ -/* $Id: isapnp.rc 27431 2007-07-06 20:18:43Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ISA Plug And Play Bus Driver\0" diff --git a/reactos/drivers/bus/pci/pci.rc b/reactos/drivers/bus/pci/pci.rc index 765dbe5b202..0cb65559652 100644 --- a/reactos/drivers/bus/pci/pci.rc +++ b/reactos/drivers/bus/pci/pci.rc @@ -1,4 +1,3 @@ -/* $Id: pci.rc 27432 2007-07-06 20:24:15Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "PCI Bus Driver\0" diff --git a/reactos/drivers/bus/pci/pcidef.h b/reactos/drivers/bus/pci/pcidef.h index 2540544d10f..73f4caf3eb3 100644 --- a/reactos/drivers/bus/pci/pcidef.h +++ b/reactos/drivers/bus/pci/pcidef.h @@ -1,6 +1,4 @@ /* - * $Id: pcidef.h 45685 2010-02-26 11:43:19Z gedmurphy $ - * * PCI defines and function prototypes * Copyright 1994, Drew Eckhardt * Copyright 1997--1999 Martin Mares diff --git a/reactos/drivers/filesystems/cdfs/cdfs.c b/reactos/drivers/filesystems/cdfs/cdfs.c index ea561b20a5f..5be1d5c957a 100644 --- a/reactos/drivers/filesystems/cdfs/cdfs.c +++ b/reactos/drivers/filesystems/cdfs/cdfs.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2003 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: cdfs.c 48654 2010-08-30 11:51:17Z mjmartin $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: drivers/fs/cdfs/cdfs.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -*/ + * ReactOS kernel + * Copyright (C) 2002, 2003 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: drivers/fs/cdfs/cdfs.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/cdfs.rc b/reactos/drivers/filesystems/cdfs/cdfs.rc index 1cf70c60840..d5d0e6270a9 100644 --- a/reactos/drivers/filesystems/cdfs/cdfs.rc +++ b/reactos/drivers/filesystems/cdfs/cdfs.rc @@ -1,4 +1,3 @@ -/* $Id: cdfs.rc 21710 2006-04-22 16:36:21Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ISO9660 Driver\0" diff --git a/reactos/drivers/filesystems/cdfs/cleanup.c b/reactos/drivers/filesystems/cdfs/cleanup.c index 1b048eecc03..af894fbc89b 100644 --- a/reactos/drivers/filesystems/cdfs/cleanup.c +++ b/reactos/drivers/filesystems/cdfs/cleanup.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: cleanup.c 43790 2009-10-27 10:34:16Z dgorbachev $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/cleanup.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/cleanup.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/close.c b/reactos/drivers/filesystems/cdfs/close.c index e2d8406a03f..b5f3510ba97 100644 --- a/reactos/drivers/filesystems/cdfs/close.c +++ b/reactos/drivers/filesystems/cdfs/close.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: close.c 43790 2009-10-27 10:34:16Z dgorbachev $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/close.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/close.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/common.c b/reactos/drivers/filesystems/cdfs/common.c index 87b8e489a09..2dc126e2308 100644 --- a/reactos/drivers/filesystems/cdfs/common.c +++ b/reactos/drivers/filesystems/cdfs/common.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2003 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: common.c 55057 2012-01-21 22:16:46Z cgutman $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: drivers/fs/cdfs/common.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -*/ + * ReactOS kernel + * Copyright (C) 2002, 2003 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: drivers/fs/cdfs/common.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/create.c b/reactos/drivers/filesystems/cdfs/create.c index 220943a46ee..39e5ca86189 100644 --- a/reactos/drivers/filesystems/cdfs/create.c +++ b/reactos/drivers/filesystems/cdfs/create.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2003, 2004 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: create.c 52546 2011-07-05 13:55:39Z rharabien $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/cdfs.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -*/ + * ReactOS kernel + * Copyright (C) 2002, 2003, 2004 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/cdfs.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/dirctl.c b/reactos/drivers/filesystems/cdfs/dirctl.c index 99590cd652b..9a130a701c7 100644 --- a/reactos/drivers/filesystems/cdfs/dirctl.c +++ b/reactos/drivers/filesystems/cdfs/dirctl.c @@ -1,31 +1,30 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2004 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: dirctl.c 57791 2012-12-02 21:04:31Z pschweitzer $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/dirctl.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002, 2004 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/dirctl.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/fcb.c b/reactos/drivers/filesystems/cdfs/fcb.c index f0effcd0108..0b5240819ef 100644 --- a/reactos/drivers/filesystems/cdfs/fcb.c +++ b/reactos/drivers/filesystems/cdfs/fcb.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2004 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: fcb.c 48654 2010-08-30 11:51:17Z mjmartin $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/fcb.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002, 2004 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/fcb.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/finfo.c b/reactos/drivers/filesystems/cdfs/finfo.c index dca2adee539..c93cbbb4417 100644 --- a/reactos/drivers/filesystems/cdfs/finfo.c +++ b/reactos/drivers/filesystems/cdfs/finfo.c @@ -1,31 +1,30 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2004 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: finfo.c 53676 2011-09-10 21:31:09Z akhaldi $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/finfo.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002, 2004 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/finfo.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/misc.c b/reactos/drivers/filesystems/cdfs/misc.c index 8acf3395b7c..fd48da28270 100644 --- a/reactos/drivers/filesystems/cdfs/misc.c +++ b/reactos/drivers/filesystems/cdfs/misc.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2004 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: misc.c 48494 2010-08-09 20:38:12Z fireball $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/cdfs/misc.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Eric Kohl -* UPDATE HISTORY: -*/ + * ReactOS kernel + * Copyright (C) 2002, 2004 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/cdfs/misc.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Eric Kohl + * UPDATE HISTORY: + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/rw.c b/reactos/drivers/filesystems/cdfs/rw.c index 21aa1d68c1e..72cd9c3eea0 100644 --- a/reactos/drivers/filesystems/cdfs/rw.c +++ b/reactos/drivers/filesystems/cdfs/rw.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2003 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: rw.c 54273 2011-10-30 00:58:21Z jgardou $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: drivers/fs/cdfs/rw.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -*/ + * ReactOS kernel + * Copyright (C) 2002, 2003 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: drivers/fs/cdfs/rw.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/cdfs/volinfo.c b/reactos/drivers/filesystems/cdfs/volinfo.c index e7b2cf21fe9..1a028193518 100644 --- a/reactos/drivers/filesystems/cdfs/volinfo.c +++ b/reactos/drivers/filesystems/cdfs/volinfo.c @@ -1,30 +1,29 @@ /* -* ReactOS kernel -* Copyright (C) 2002, 2003 ReactOS Team -* -* 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -/* $Id: volinfo.c 44442 2009-12-06 18:49:19Z spetreolle $ -* -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* FILE: services/fs/vfat/volume.c -* PURPOSE: CDROM (ISO 9660) filesystem driver -* PROGRAMMER: Art Yerkes -* Eric Kohl -*/ + * ReactOS kernel + * Copyright (C) 2002, 2003 ReactOS Team + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * FILE: services/fs/vfat/volume.c + * PURPOSE: CDROM (ISO 9660) filesystem driver + * PROGRAMMER: Art Yerkes + * Eric Kohl + */ /* INCLUDES *****************************************************************/ diff --git a/reactos/drivers/filesystems/ext2/ext2fs.rc b/reactos/drivers/filesystems/ext2/ext2fs.rc index 0cbc172a885..e5c5721f47b 100644 --- a/reactos/drivers/filesystems/ext2/ext2fs.rc +++ b/reactos/drivers/filesystems/ext2/ext2fs.rc @@ -1,4 +1,3 @@ -/* $Id: ext2fs.rc 12852 2005-01-06 13:58:04Z mf $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Linux ext2 IFS Driver\0" diff --git a/reactos/drivers/filesystems/msfs/msfs.rc b/reactos/drivers/filesystems/msfs/msfs.rc index 37e10dec2d8..dae5b633e3f 100644 --- a/reactos/drivers/filesystems/msfs/msfs.rc +++ b/reactos/drivers/filesystems/msfs/msfs.rc @@ -1,4 +1,3 @@ -/* $Id: msfs.rc 21716 2006-04-23 08:56:14Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Mailslot IFS Driver\0" diff --git a/reactos/drivers/filesystems/mup/create.c b/reactos/drivers/filesystems/mup/create.c index 6f3dba4e2b4..e8da7466fea 100644 --- a/reactos/drivers/filesystems/mup/create.c +++ b/reactos/drivers/filesystems/mup/create.c @@ -16,8 +16,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* $Id: create.c 53683 2011-09-11 08:52:59Z ekohl $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/fs/mup/create.c diff --git a/reactos/drivers/filesystems/mup/mup.c b/reactos/drivers/filesystems/mup/mup.c index 27fd39d4b79..a6f7f11aa67 100644 --- a/reactos/drivers/filesystems/mup/mup.c +++ b/reactos/drivers/filesystems/mup/mup.c @@ -16,8 +16,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* $Id: mup.c 53683 2011-09-11 08:52:59Z ekohl $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/fs/mup/mup.c diff --git a/reactos/drivers/filesystems/mup/mup.rc b/reactos/drivers/filesystems/mup/mup.rc index 73c212a7810..cd270a2ea35 100644 --- a/reactos/drivers/filesystems/mup/mup.rc +++ b/reactos/drivers/filesystems/mup/mup.rc @@ -1,4 +1,3 @@ -/* $Id: mup.rc 21385 2006-03-25 01:39:22Z peterw $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Multi UNC Provider\0" diff --git a/reactos/drivers/input/kbdclass/kbdclass.rc b/reactos/drivers/input/kbdclass/kbdclass.rc index bf223babdc0..b1229d863ad 100644 --- a/reactos/drivers/input/kbdclass/kbdclass.rc +++ b/reactos/drivers/input/kbdclass/kbdclass.rc @@ -1,4 +1,3 @@ -/* $Id: kbdclass.rc 21598 2006-04-16 07:11:56Z hpoussin $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Keyboard Device Driver\0" diff --git a/reactos/drivers/input/mouclass/mouclass.rc b/reactos/drivers/input/mouclass/mouclass.rc index 65419972702..20f4588a932 100644 --- a/reactos/drivers/input/mouclass/mouclass.rc +++ b/reactos/drivers/input/mouclass/mouclass.rc @@ -1,4 +1,3 @@ -/* $Id: mouclass.rc 21598 2006-04-16 07:11:56Z hpoussin $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Mouse Class Device Driver\0" diff --git a/reactos/drivers/input/sermouse/sermouse.rc b/reactos/drivers/input/sermouse/sermouse.rc index 81ab2cd4825..e078a9ee326 100644 --- a/reactos/drivers/input/sermouse/sermouse.rc +++ b/reactos/drivers/input/sermouse/sermouse.rc @@ -1,4 +1,3 @@ -/* $Id$ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Serial mouse device driver\0" diff --git a/reactos/drivers/multimedia/audio/mpu401_nt4/mpu401.rc b/reactos/drivers/multimedia/audio/mpu401_nt4/mpu401.rc index ba6a0d5f32f..9aaccfc1673 100644 --- a/reactos/drivers/multimedia/audio/mpu401_nt4/mpu401.rc +++ b/reactos/drivers/multimedia/audio/mpu401_nt4/mpu401.rc @@ -1,4 +1,3 @@ -/* $Id: mpu401.rc 21285 2006-03-10 23:22:58Z jimtabor $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "MPU-401 MIDI Driver\0" diff --git a/reactos/drivers/multimedia/audio/sndblst.old/sndblst.rc b/reactos/drivers/multimedia/audio/sndblst.old/sndblst.rc index 7eb19f90117..8ea5f677586 100644 --- a/reactos/drivers/multimedia/audio/sndblst.old/sndblst.rc +++ b/reactos/drivers/multimedia/audio/sndblst.old/sndblst.rc @@ -1,4 +1,3 @@ -/* $Id: sndblst.rc 21285 2006-03-10 23:22:58Z jimtabor $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "SoundBlaster Driver\0" diff --git a/reactos/drivers/multimedia/audio/sndblst_sys/sndblst.rc b/reactos/drivers/multimedia/audio/sndblst_sys/sndblst.rc index 9588d5c78a7..4eacc41d251 100644 --- a/reactos/drivers/multimedia/audio/sndblst_sys/sndblst.rc +++ b/reactos/drivers/multimedia/audio/sndblst_sys/sndblst.rc @@ -1,4 +1,3 @@ -/* $Id: sndblst.rc 39744 2009-02-25 09:10:46Z silverblade $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "SoundBlaster Driver\0" diff --git a/reactos/drivers/multimedia/audio/sound/sb16.c b/reactos/drivers/multimedia/audio/sound/sb16.c index 9f2c930466f..70cdc4de5d0 100644 --- a/reactos/drivers/multimedia/audio/sound/sb16.c +++ b/reactos/drivers/multimedia/audio/sound/sb16.c @@ -1,5 +1,4 @@ -/* $Id: sb16.c 37762 2008-11-30 11:16:55Z sginsberg $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: services/dd/sound/sb16.c diff --git a/reactos/drivers/multimedia/audio/sound/sb16.rc b/reactos/drivers/multimedia/audio/sound/sb16.rc index 194b7f91fe7..0f4f9cee6f5 100644 --- a/reactos/drivers/multimedia/audio/sound/sb16.rc +++ b/reactos/drivers/multimedia/audio/sound/sb16.rc @@ -1,4 +1,3 @@ -/* $Id: sb16.rc 21285 2006-03-10 23:22:58Z jimtabor $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "SB16 driver\0" diff --git a/reactos/drivers/network/afd/afd.rc b/reactos/drivers/network/afd/afd.rc index 31e7c3efcc6..e8f7429028e 100644 --- a/reactos/drivers/network/afd/afd.rc +++ b/reactos/drivers/network/afd/afd.rc @@ -1,4 +1,3 @@ -/* $Id: afd.rc 21689 2006-04-21 17:45:51Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Socket Filesystem Driver\0" diff --git a/reactos/drivers/network/afd/afd/bind.c b/reactos/drivers/network/afd/afd/bind.c index b14bcfb6916..0c5b33d69ce 100644 --- a/reactos/drivers/network/afd/afd/bind.c +++ b/reactos/drivers/network/afd/afd/bind.c @@ -1,4 +1,4 @@ -/* $Id: bind.c 57233 2012-09-04 03:01:15Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/bind.c diff --git a/reactos/drivers/network/afd/afd/connect.c b/reactos/drivers/network/afd/afd/connect.c index b937c683ddb..36dd2907dcc 100644 --- a/reactos/drivers/network/afd/afd/connect.c +++ b/reactos/drivers/network/afd/afd/connect.c @@ -1,4 +1,4 @@ -/* $Id: connect.c 57233 2012-09-04 03:01:15Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/connect.c diff --git a/reactos/drivers/network/afd/afd/context.c b/reactos/drivers/network/afd/afd/context.c index 741bf5bfc40..9dec195c079 100644 --- a/reactos/drivers/network/afd/afd/context.c +++ b/reactos/drivers/network/afd/afd/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c 57233 2012-09-04 03:01:15Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/context.c diff --git a/reactos/drivers/network/afd/afd/info.c b/reactos/drivers/network/afd/afd/info.c index 1f5656b5a4e..68cbe2e4bcf 100644 --- a/reactos/drivers/network/afd/afd/info.c +++ b/reactos/drivers/network/afd/afd/info.c @@ -1,4 +1,4 @@ -/* $Id: info.c 57233 2012-09-04 03:01:15Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/info.c diff --git a/reactos/drivers/network/afd/afd/listen.c b/reactos/drivers/network/afd/afd/listen.c index f316367047c..5c17fe05dd8 100644 --- a/reactos/drivers/network/afd/afd/listen.c +++ b/reactos/drivers/network/afd/afd/listen.c @@ -1,4 +1,4 @@ -/* $Id: listen.c 57233 2012-09-04 03:01:15Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/listen.c diff --git a/reactos/drivers/network/afd/afd/lock.c b/reactos/drivers/network/afd/afd/lock.c index 2123c437e73..4fcfba0a471 100644 --- a/reactos/drivers/network/afd/afd/lock.c +++ b/reactos/drivers/network/afd/afd/lock.c @@ -1,4 +1,4 @@ -/* $Id: lock.c 57237 2012-09-04 07:42:21Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/lock.c diff --git a/reactos/drivers/network/afd/afd/main.c b/reactos/drivers/network/afd/afd/main.c index ecd9109818a..4fa43c82309 100644 --- a/reactos/drivers/network/afd/afd/main.c +++ b/reactos/drivers/network/afd/afd/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c 57975 2012-12-23 09:53:36Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/main.c diff --git a/reactos/drivers/network/afd/afd/read.c b/reactos/drivers/network/afd/afd/read.c index 06cc551e2b4..090aed0c072 100644 --- a/reactos/drivers/network/afd/afd/read.c +++ b/reactos/drivers/network/afd/afd/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c 57975 2012-12-23 09:53:36Z cgutman $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/read.c diff --git a/reactos/drivers/network/afd/afd/tdiconn.c b/reactos/drivers/network/afd/afd/tdiconn.c index fcb14dacb3d..72b7c3f75ec 100644 --- a/reactos/drivers/network/afd/afd/tdiconn.c +++ b/reactos/drivers/network/afd/afd/tdiconn.c @@ -1,4 +1,4 @@ -/* $Id: tdiconn.c 56389 2012-04-22 13:11:54Z tfaber $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/tdiconn.c diff --git a/reactos/drivers/network/afd/include/afd.h b/reactos/drivers/network/afd/include/afd.h index 038d79ec4cb..c05eaede6bc 100644 --- a/reactos/drivers/network/afd/include/afd.h +++ b/reactos/drivers/network/afd/include/afd.h @@ -1,5 +1,4 @@ -/* $Id: afd.h 57975 2012-12-23 09:53:36Z cgutman $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/include/afd.h diff --git a/reactos/drivers/network/dd/ne2000/ne2000.rc b/reactos/drivers/network/dd/ne2000/ne2000.rc index 4fd998235d2..c20e6350cbb 100644 --- a/reactos/drivers/network/dd/ne2000/ne2000.rc +++ b/reactos/drivers/network/dd/ne2000/ne2000.rc @@ -1,4 +1,3 @@ -/* $Id: ne2000.rc 21473 2006-04-05 16:35:30Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Novell NE2000 network driver\0" diff --git a/reactos/drivers/network/dd/pcnet/pcnet.rc b/reactos/drivers/network/dd/pcnet/pcnet.rc index e5f3f5a5567..db010eca1b2 100644 --- a/reactos/drivers/network/dd/pcnet/pcnet.rc +++ b/reactos/drivers/network/dd/pcnet/pcnet.rc @@ -1,4 +1,3 @@ -/* $Id: pcnet.rc 30251 2007-11-07 22:59:56Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "PCNet Ethernet PCI Driver\0" diff --git a/reactos/drivers/network/lan/lan.rc b/reactos/drivers/network/lan/lan.rc index 73fe1719fae..f7630a802f2 100644 --- a/reactos/drivers/network/lan/lan.rc +++ b/reactos/drivers/network/lan/lan.rc @@ -1,4 +1,3 @@ -/* $Id: lan.rc 21693 2006-04-22 04:56:37Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "TCP/IP protocol driver\0" diff --git a/reactos/drivers/network/ndis/ndis.rc b/reactos/drivers/network/ndis/ndis.rc index dbbeb77f172..3cef52fb0ee 100644 --- a/reactos/drivers/network/ndis/ndis.rc +++ b/reactos/drivers/network/ndis/ndis.rc @@ -1,4 +1,3 @@ -/* $Id: ndis.rc 21293 2006-03-11 23:55:37Z jimtabor $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "NDIS Library\0" diff --git a/reactos/drivers/network/tdi/cte/string.c b/reactos/drivers/network/tdi/cte/string.c index dbbaa9ecec6..04992c99fd7 100644 --- a/reactos/drivers/network/tdi/cte/string.c +++ b/reactos/drivers/network/tdi/cte/string.c @@ -1,6 +1,4 @@ -/* $Id: string.c 52934 2011-07-27 19:33:08Z akhaldi $ - * - */ + #include "precomp.h" /* diff --git a/reactos/drivers/network/tdi/misc/tdi.rc b/reactos/drivers/network/tdi/misc/tdi.rc index ce92554094a..bf387831deb 100644 --- a/reactos/drivers/network/tdi/misc/tdi.rc +++ b/reactos/drivers/network/tdi/misc/tdi.rc @@ -1,4 +1,3 @@ -/* $Id: tdi.rc 21695 2006-04-22 05:22:34Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "TDI wrapper kernel module\0" diff --git a/reactos/drivers/network/tdi/tdi/handler.c b/reactos/drivers/network/tdi/tdi/handler.c index 5f6e030e6cd..7a64e3f167c 100644 --- a/reactos/drivers/network/tdi/tdi/handler.c +++ b/reactos/drivers/network/tdi/tdi/handler.c @@ -1,5 +1,4 @@ -/* $Id: handler.c 52934 2011-07-27 19:33:08Z akhaldi $ - * +/* * DESCRIPTION: Default TDI event handlers. */ #include "precomp.h" diff --git a/reactos/drivers/network/tdi/tdi/obsolete.c b/reactos/drivers/network/tdi/tdi/obsolete.c index a84c7f09154..98e72adf7eb 100644 --- a/reactos/drivers/network/tdi/tdi/obsolete.c +++ b/reactos/drivers/network/tdi/tdi/obsolete.c @@ -1,6 +1,3 @@ -/* $Id: obsolete.c 52934 2011-07-27 19:33:08Z akhaldi $ - * - */ #include "precomp.h" diff --git a/reactos/drivers/network/tdi/tdi/stubs.c b/reactos/drivers/network/tdi/tdi/stubs.c index c0c20fceac6..4832d7fa4e5 100644 --- a/reactos/drivers/network/tdi/tdi/stubs.c +++ b/reactos/drivers/network/tdi/tdi/stubs.c @@ -1,7 +1,4 @@ -/* $Id: stubs.c 52934 2011-07-27 19:33:08Z akhaldi $ - * - */ #include "precomp.h" /* diff --git a/reactos/drivers/parallel/parallel/parallel.c b/reactos/drivers/parallel/parallel/parallel.c index 8a27d03df11..36e58fe7b08 100644 --- a/reactos/drivers/parallel/parallel/parallel.c +++ b/reactos/drivers/parallel/parallel/parallel.c @@ -1,5 +1,4 @@ -/* $Id: parallel.c 54094 2011-10-12 12:24:19Z akhaldi $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: services/parallel/parallel.c diff --git a/reactos/drivers/parallel/parallel/parallel.rc b/reactos/drivers/parallel/parallel/parallel.rc index 57b79adbb0e..db11bceada9 100644 --- a/reactos/drivers/parallel/parallel/parallel.rc +++ b/reactos/drivers/parallel/parallel/parallel.rc @@ -1,4 +1,3 @@ -/* $Id: parallel.rc 21498 2006-04-07 10:15:34Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Parallel Port Device Driver\0" diff --git a/reactos/drivers/serial/serenum/serenum.rc b/reactos/drivers/serial/serenum/serenum.rc index 90dee990790..6da34d940e7 100644 --- a/reactos/drivers/serial/serenum/serenum.rc +++ b/reactos/drivers/serial/serenum/serenum.rc @@ -1,4 +1,3 @@ -/* $Id: serenum.rc 21507 2006-04-07 15:34:51Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Serial port enumerator\0" diff --git a/reactos/drivers/serial/serial/serial.rc b/reactos/drivers/serial/serial/serial.rc index a7bf9af4de0..910ccf96ecb 100644 --- a/reactos/drivers/serial/serial/serial.rc +++ b/reactos/drivers/serial/serial/serial.rc @@ -1,4 +1,3 @@ -/* $Id: serial.rc 22516 2006-06-22 22:14:51Z hpoussin $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Serial Port Device Driver\0" diff --git a/reactos/drivers/setup/blue/blue.rc b/reactos/drivers/setup/blue/blue.rc index 85074c4d01d..3aec979970c 100644 --- a/reactos/drivers/setup/blue/blue.rc +++ b/reactos/drivers/setup/blue/blue.rc @@ -1,4 +1,3 @@ -/* $Id: blue.rc 21706 2006-04-22 14:01:25Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "HAL Console Device Driver\0" diff --git a/reactos/drivers/storage/class/cdrom/cdrom.rc b/reactos/drivers/storage/class/cdrom/cdrom.rc index 0af3c65cecb..7a60cb19526 100644 --- a/reactos/drivers/storage/class/cdrom/cdrom.rc +++ b/reactos/drivers/storage/class/cdrom/cdrom.rc @@ -1,4 +1,3 @@ -/* $Id: cdrom.rc 26227 2007-04-01 16:29:16Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "CD-ROM Class Driver\0" diff --git a/reactos/drivers/storage/class/class2/class2.rc b/reactos/drivers/storage/class/class2/class2.rc index e6e694c77d8..4c87c570b69 100644 --- a/reactos/drivers/storage/class/class2/class2.rc +++ b/reactos/drivers/storage/class/class2/class2.rc @@ -1,4 +1,3 @@ -/* $Id: class2.rc 26227 2007-04-01 16:29:16Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "SCSI Class Driver Helper\0" diff --git a/reactos/drivers/storage/class/disk/disk.rc b/reactos/drivers/storage/class/disk/disk.rc index 1c6a54694a4..88a5f2275a3 100644 --- a/reactos/drivers/storage/class/disk/disk.rc +++ b/reactos/drivers/storage/class/disk/disk.rc @@ -1,4 +1,3 @@ -/* $Id: disk.rc 21397 2006-03-27 07:38:43Z peterw $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Disk Class Driver\0" diff --git a/reactos/drivers/storage/class/include/class2.h b/reactos/drivers/storage/class/include/class2.h index e02c8fb5940..b967c3dfce7 100644 --- a/reactos/drivers/storage/class/include/class2.h +++ b/reactos/drivers/storage/class/include/class2.h @@ -1,5 +1,4 @@ -/* $Id: class2.h 49129 2010-10-12 20:17:55Z pschweitzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: services/storage/include/class2.h diff --git a/reactos/drivers/storage/floppy/floppy.rc b/reactos/drivers/storage/floppy/floppy.rc index 60658cddd61..d239880a1bf 100644 --- a/reactos/drivers/storage/floppy/floppy.rc +++ b/reactos/drivers/storage/floppy/floppy.rc @@ -1,5 +1,4 @@ -/* $Id: floppy.rc 43790 2009-10-27 10:34:16Z dgorbachev $ - * +/* * ReactOS Floppy Driver * Copyright (C) 2004, Vizzini (vizzini@plasmic.com) * diff --git a/reactos/drivers/storage/ide/atapi/atapi.rc b/reactos/drivers/storage/ide/atapi/atapi.rc index ed082789741..fb5d6557b0a 100644 --- a/reactos/drivers/storage/ide/atapi/atapi.rc +++ b/reactos/drivers/storage/ide/atapi/atapi.rc @@ -1,4 +1,3 @@ -/* $Id: atapi.rc 26238 2007-04-01 19:25:38Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ATAPI IDE Miniport Driver\0" diff --git a/reactos/drivers/wmi/wmilib.rc b/reactos/drivers/wmi/wmilib.rc index 79ac7929b3e..7756101b354 100644 --- a/reactos/drivers/wmi/wmilib.rc +++ b/reactos/drivers/wmi/wmilib.rc @@ -1,4 +1,3 @@ -/* $Id: wmilib.rc 21844 2006-05-07 19:34:23Z fireball $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "WmiLib\0" diff --git a/reactos/include/psdk/ddkernel.h b/reactos/include/psdk/ddkernel.h index 8ffedf8165d..6d67625697c 100644 --- a/reactos/include/psdk/ddkernel.h +++ b/reactos/include/psdk/ddkernel.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: This file is in the public domain. * PROJECT: ReactOS kernel * FILE: diff --git a/reactos/include/psdk/dmemmgr.h b/reactos/include/psdk/dmemmgr.h index 5a637f73de7..429b459d8bd 100644 --- a/reactos/include/psdk/dmemmgr.h +++ b/reactos/include/psdk/dmemmgr.h @@ -1,6 +1,4 @@ - -/* $Id: $ - * +/* * COPYRIGHT: This file is in the public domain. * PROJECT: ReactOS kernel * FILE: diff --git a/reactos/include/psdk/dvp.h b/reactos/include/psdk/dvp.h index 0e79d3ea62a..07787f56a33 100644 --- a/reactos/include/psdk/dvp.h +++ b/reactos/include/psdk/dvp.h @@ -1,6 +1,4 @@ - -/* $Id$ - * +/* * COPYRIGHT: This file is in the public domain. * PROJECT: ReactOS kernel * FILE: diff --git a/reactos/include/psdk/objerror.h b/reactos/include/psdk/objerror.h index 06b30e700b5..f6b86b1981d 100644 --- a/reactos/include/psdk/objerror.h +++ b/reactos/include/psdk/objerror.h @@ -1,6 +1,4 @@ - -/* $Id$ - * +/* * COPYRIGHT: This file is in the public domain. * PROJECT: ReactOS kernel * FILE: @@ -10,4 +8,3 @@ */ #include - diff --git a/reactos/include/psdk/polarity.h b/reactos/include/psdk/polarity.h index ecc79a7bd5d..e6078709871 100644 --- a/reactos/include/psdk/polarity.h +++ b/reactos/include/psdk/polarity.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: This file is in the public domain. * PROJECT: ReactOS kernel * FILE: diff --git a/reactos/include/reactos/libs/epsapi/epsapi.h b/reactos/include/reactos/libs/epsapi/epsapi.h index 52295d47f99..92967928c1e 100644 --- a/reactos/include/reactos/libs/epsapi/epsapi.h +++ b/reactos/include/reactos/libs/epsapi/epsapi.h @@ -1,5 +1,3 @@ -/* $Id: epsapi.h 21880 2006-05-10 17:47:44Z ion $ -*/ /* * epsapi.h * diff --git a/reactos/include/reactos/libs/syssetup/syssetup.h b/reactos/include/reactos/libs/syssetup/syssetup.h index 3db55c473bb..91ecfc8b8c2 100644 --- a/reactos/include/reactos/libs/syssetup/syssetup.h +++ b/reactos/include/reactos/libs/syssetup/syssetup.h @@ -1,5 +1,3 @@ -/* $Id: syssetup.h 45020 2010-01-09 22:43:16Z ekohl $ -*/ /* * syssetup.h * diff --git a/reactos/include/reactos/subsys/lsass/lsass.h b/reactos/include/reactos/subsys/lsass/lsass.h index fc2bb2ca707..96b0497aa2b 100644 --- a/reactos/include/reactos/subsys/lsass/lsass.h +++ b/reactos/include/reactos/subsys/lsass/lsass.h @@ -1,5 +1,4 @@ -/* $Id: lsass.h 58304 2013-02-10 12:09:21Z ekohl $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * FILE: include/lsass/lsass.h diff --git a/reactos/include/reactos/subsys/sm/helper.h b/reactos/include/reactos/subsys/sm/helper.h index abbfd09b567..2c33ffcbd69 100644 --- a/reactos/include/reactos/subsys/sm/helper.h +++ b/reactos/include/reactos/subsys/sm/helper.h @@ -5,8 +5,6 @@ #include #endif -/* $Id: helper.h 37769 2008-11-30 13:46:35Z sginsberg $ */ - /* smlib/connect.c */ NTSTATUS WINAPI SmConnectApiPort (IN PUNICODE_STRING pSbApiPortName OPTIONAL, diff --git a/reactos/include/reactos/subsys/sm/ns.h b/reactos/include/reactos/subsys/sm/ns.h index a0247209e3b..d05d03e2e09 100644 --- a/reactos/include/reactos/subsys/sm/ns.h +++ b/reactos/include/reactos/subsys/sm/ns.h @@ -1,8 +1,6 @@ #if !defined(INCLUDE_SM_NS_H) #define INCLUDE_SM_NS_H -/* $Id: ns.h 15729 2005-06-02 13:17:37Z ea $ */ - #define SM_REGISTRY_ROOT_NAME L"\\Session Manager" #define SM_REGISTRY_SUBSYSTEMS_NAME L"SubSystems" diff --git a/reactos/include/reactos/winlogon.h b/reactos/include/reactos/winlogon.h index 14bb549fb13..b8571da7bbc 100644 --- a/reactos/include/reactos/winlogon.h +++ b/reactos/include/reactos/winlogon.h @@ -1,5 +1,4 @@ -/* $Id: winlogon.h 50813 2011-02-18 20:16:43Z gadamopoulos $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: include/reactos/winlogon.h