mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Remove the unneeded $Id$ blabla from the source code.
svn path=/trunk/; revision=58493
This commit is contained in:
parent
6462517d32
commit
66a44527fd
103 changed files with 70 additions and 176 deletions
|
@ -1,4 +1,3 @@
|
|||
/* $Id: mode.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS mode utility\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "mode\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: sort.rc 18066 2005-09-25 19:38:46Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "W32 sort command\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "sort\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: tee.rc 18066 2005-09-25 19:38:46Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "W32 tee command\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "tee\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: touch.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Touch utility\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "touch\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: y.rc 18066 2005-09-25 19:38:46Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "W32 y command\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "y\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: gdb2.cpp 42968 2009-08-30 15:35:14Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* gdb2 - gdb output splitter
|
||||
*
|
||||
* Copyright (C) 2000,2001 Nedko Arnaoudov <nedkohome@atia.com>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: genguid.rc 29689 2007-10-19 23:05:02Z dreimer $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "GUID Generator\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "genguid\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: dhcpd.rc 21499 2006-04-07 10:16:12Z tretiakov $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "DHCP server service\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "dhcpd\0"
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
# Created: 1993-05-16
|
||||
# Public domain
|
||||
|
||||
# $Id: mkinstalldirs 21499 2006-04-07 10:16:12Z tretiakov $
|
||||
|
||||
errstatus=0
|
||||
|
||||
for file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: ncftp.rc 29689 2007-10-19 23:05:02Z dreimer $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Ncftp for Win32\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "ncftp\0"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* Based on: "$Id: getline.c 44107 2009-11-11 18:19:42Z fireball $"; */
|
||||
static const char copyright[] = "getline: Copyright (C) 1991, 1992, 1993, Chris Thewalt";
|
||||
|
||||
/*
|
||||
* Copyright (C) 1991, 1992, 1993 by Chris Thewalt (thewalt@ce.berkeley.edu)
|
||||
*
|
||||
|
@ -21,6 +18,8 @@ static const char copyright[] = "getline: Copyright (C) 1991, 1992, 1993, Chris
|
|||
* Note: This version has been updated by Mike Gleason <mgleason@ncftp.com>
|
||||
*/
|
||||
|
||||
static const char copyright[] = "getline: Copyright (C) 1991, 1992, 1993, Chris Thewalt";
|
||||
|
||||
#if defined(WIN32) || defined(_WINDOWS)
|
||||
# include <windows.h>
|
||||
# include <sys/types.h>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: niclist.rc 11299 2004-10-16 22:30:19Z gvg $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS HTTP Registry Browser\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "netreg\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: niclist.c 17609 2005-09-02 21:13:10Z hpoussin $
|
||||
*
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS packet driver interface list utility
|
||||
* FILE: apps/net/niclist/niclist.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: niclist.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS packet driver niclist\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "niclist\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: roshttpd.rc 21491 2006-04-07 10:10:34Z tretiakov $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS HTTP Win32 Server\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "roshttpd\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: tditest.rc 21844 2006-05-07 19:34:23Z ion $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "TDI test driver\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: notevil.c 17609 2005-09-02 21:13:10Z hpoussin $
|
||||
*
|
||||
/*
|
||||
* notevil.c
|
||||
*
|
||||
* --------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: notevil.rc 29689 2007-10-19 23:05:02Z dreimer $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Coders Console Parade\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "notevil\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
$Id: readme.txt 34303 2008-07-05 11:46:22Z fireball $
|
||||
|
||||
ReactOS Coders Console Parade
|
||||
-----------------------------
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
//======================================================================
|
||||
//
|
||||
// $Id: chkdsk.c 37749 2008-11-29 21:23:45Z sginsberg $
|
||||
//
|
||||
// Chkdskx
|
||||
//
|
||||
// Copyright (c) 1998 Mark Russinovich
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: chkdsk.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Disk Checking Utility\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "chkdsk\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: chklib.c 42932 2009-08-25 00:31:45Z gschneider $
|
||||
*
|
||||
/*
|
||||
* chklib.c
|
||||
*
|
||||
* Copyright (C) 1998, 1999 Emanuele Aliberti.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: chklib.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Tool to check a dynamic library for a symbol\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "chklib\0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#ifndef _INC_CONFIG_H
|
||||
#define _INC_CONFIG_H
|
||||
/* $Id: config.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
#define FMIFS_IMPORT_DLL
|
||||
#define REACTOS_NO_SECURITY_SS
|
||||
#endif /* ndef _INC_CONFIG_H */
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: ctm.rc 35880 2008-09-02 14:00:30Z dreimer $ */
|
||||
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Kill Process Utility\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "kill\0"
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: hostname.c 21664 2006-04-19 20:14:03Z gedmurphy $
|
||||
*
|
||||
/*
|
||||
* COPYRIGHT : See COPYING in the top level directory
|
||||
* PROJECT : Event Logging Utility
|
||||
* FILE : logevent.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: lsdd.c 37749 2008-11-29 21:23:45Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* FILE : lsdd.c
|
||||
* AUTHOR: Emanuele ALIBERTI
|
||||
* DATE : 2000-08-04
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: lsdd.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Tool to list the device names visible to the W32 subsystem (also known as DOS Devices).\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "lsdd\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* This is an unpublished work copyright (c) 1998 HELIOS Software GmbH
|
||||
* 30827 Garbsen, Germany
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// $Id: pedump.c 54033 2011-10-06 20:45:06Z pschweitzer $
|
||||
//
|
||||
// This program was written by Sang Cho, assistant professor at
|
||||
// the department of
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: pedump.rc 16861 2005-07-29 13:46:03Z ea $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Tool to dump a PE image file.\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "pedump\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ArgumentParser.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ArgumentParser.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ArgumentParser.h: interface for the CArgumentParser class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Completion.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Completion.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// Completion.h - declaration for completion related functions
|
||||
|
||||
#if !defined(COMLPETION_H__INCLUDED_)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Console.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Console.h 42968 2009-08-30 15:35:14Z sginsberg $ */
|
||||
|
||||
//
|
||||
// Console.h: interface for the CConsole class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Pattern.cpp 29689 2007-10-19 23:05:02Z dreimer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Pattern.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// Pattern.h: decalration for pattern functions
|
||||
|
||||
#if !defined(PATTERN_H__INCLUDED_)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Prompt.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
-*- Mode: Text -*-
|
||||
$Id: README 34303 2008-07-05 11:46:22Z fireball $
|
||||
|
||||
Registry Explorer is console mode tool for reading/writing ReactOS
|
||||
registry. Currently, access is provided only by means of interactive
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: RegistryExplorer.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: RegistryExplorer.h 12802 2005-01-04 21:36:26Z narnaoud $ */
|
||||
|
||||
#ifndef _REGISTRY_EXPLORER_H__INCLUDED
|
||||
#define _REGISTRY_EXPLORER_H__INCLUDED
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: RegistryKey.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: RegistryKey.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// RegistryKey.h: interface for the CRegistryKey class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: RegistryTree.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: RegistryTree.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// RegistryTree.h: interface for the CRegistryTree class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: SecurityDescriptor.cpp 12813 2005-01-05 02:21:05Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: SecurityDescriptor.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// SecurityDescriptor.h: interface for the CSecurityDescriptor class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: Settings.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: Settings.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
#ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
#define OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommand.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommand.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommand.h: interface for the CShellCommand class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandChangeKey.cpp 29689 2007-10-19 23:05:02Z dreimer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandChangeKey.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandChangeKey.h: interface for the CShellCommandChangeKey class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandConnect.cpp 29689 2007-10-19 23:05:02Z dreimer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandConnect.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandConnect.h: interface for the CShellCommandConnect class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDACL.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDACL.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandDACL.h: interface for the CShellCommandDACL class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDOKA.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDOKA.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandDOKA.h: interface for the CShellCommandDOKA class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteKey.cpp 29689 2007-10-19 23:05:02Z dreimer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteKey.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandDeleteKey.h: interface for the CShellCommandDeleteKey class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteValue.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDeleteValue.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandDeleteValue.h: interface for the CShellCommandDeleteValue class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDir.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandDir.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandDir.h: interface for the CShellCommandDir class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandExit.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandExit.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandExit.h: interface for the CShellCommandExit class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandHelp.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandHelp.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandHelp.h: interface for the CShellCommandHelp class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandNewKey.cpp 29689 2007-10-19 23:05:02Z dreimer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandNewKey.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandNewKey.h: interface for the CShellCommandNewKey class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandOwner.cpp 38906 2009-01-18 18:40:02Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandOwner.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandOwner.h: interface for the CShellCommandOwner class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandSACL.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandSACL.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandSACL.h: interface for the CShellCommandSACL class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandSetValue.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandSetValue.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandSetValue.h: interface for the CShellCommandSetValue class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandValue.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandValue.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandValue.h: interface for the CShellCommandValue class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandVersion.cpp 12803 2005-01-04 21:40:25Z narnaoud $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandVersion.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandVersion.h: interface for the CShellCommandVersion class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandsLinkedList.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ShellCommandsLinkedList.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// ShellCommandsLinkedList.h: interface for the CShellCommandsLinkedList class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: TextHistory.cpp 54034 2011-10-06 21:36:10Z pschweitzer $
|
||||
*
|
||||
/*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000-2005 Nedko Arnaudov <nedko@users.sourceforge.net>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: TextHistory.h 15091 2005-05-07 21:24:31Z sedwards $ */
|
||||
|
||||
//
|
||||
// TextHistory.h: interface for the CTextHistory class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ph.h 54378 2011-11-14 22:14:52Z jimtabor $ */
|
||||
|
||||
//
|
||||
// ph.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: regexpl.rc 12803 2005-01-04 21:40:25Z narnaoud $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Console Registry Explorer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "regexpl\0"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: tlist.rc 29689 2007-10-19 23:05:02Z dreimer $ */
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 T(ask)List\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "tlist\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: nts2w32err.c 24501 2006-10-13 10:56:52Z janderwald $
|
||||
*
|
||||
/*
|
||||
* Convert NTSTATUS codes to Win32 error codes: run it
|
||||
* on a NT box AND on a ROS box, then diff the results.
|
||||
*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: objdir.c 37749 2008-11-29 21:23:45Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* DESCRIPTION: Object Manager Simple Explorer
|
||||
* PROGRAMMER: David Welch
|
||||
* REVISIONS
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: pice.rc 21687 2006-04-21 16:36:34Z tretiakov $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "PICE Debugger\0"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: ps.c.toolhelp 21303 2006-03-12 00:41:06Z jimtabor $
|
||||
*
|
||||
/*
|
||||
* ReactOS ps - process list console viewer
|
||||
*
|
||||
* ps.c
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: test.h 22385 2006-06-17 16:45:48Z gedmurphy $
|
||||
*/
|
||||
/*
|
||||
* test.h
|
||||
*
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: tickcount.c 22417 2006-06-19 13:55:51Z gedmurphy $
|
||||
*/
|
||||
/*
|
||||
tickcount -- Display the kernel tick count (or any tick count passed as an
|
||||
argument or as input) in human-readable format
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef _INC_WIN32ERR_H
|
||||
#define _INC_WIN32ERR_H
|
||||
/* $Id: win32err.h 14516 2005-04-05 19:19:44Z sedwards $ */
|
||||
|
||||
VOID
|
||||
PrintWin32Error(
|
||||
PWCHAR Message,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: wmain.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* Entry point for programs that use wmain()
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: Makefile 43236 2009-09-30 13:32:05Z sginsberg $
|
||||
|
||||
PATH_TO_TOP = ../../../reactos
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue