Ignore:
Timestamp:
Apr 1, 2002, 12:01:05 PM (24 years ago)
Author:
bird
Message:

Updated copyrights and emails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/src/k32KillProcessEx.cpp

    r8155 r8160  
    1 /* $Id: k32KillProcessEx.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $
     1/* $Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * k32KillProcessEx - DosKillProcessEx extention.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     11static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1212#endif
    1313
     
    5353 * @sketch
    5454 * @status  Paritially implemented.
    55  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     55 * @author  knut st. osmundsen (bird@anduin.net)
    5656 */
    5757APIRET k32KillProcessEx(ULONG flAction, PID pid)
Note: See TracChangeset for help on using the changeset viewer.