Ignore:
Timestamp:
Dec 11, 2000, 7:53:57 AM (25 years ago)
Author:
bird
Message:

Changed email address... (may some dll fixes changes too.)

Location:
trunk/src/win32k/dev16
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev16/d16init.c

    r4185 r4787  
    1 /* $Id: d16init.c,v 1.8 2000-09-04 16:40:47 bird Exp $
     1/* $Id: d16init.c,v 1.9 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
     
    258258 * @returns   Same as DevHelp_GetDosVar.
    259259 * @status    completely implemented.
    260  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     260 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    261261 * @remark    If you are not sure if TKSSBase16 is set or not, call this.
    262262 *            After R0Init16 is called TKSSBase16 _is_ set.
  • trunk/src/win32k/dev16/extract.c

    r4307 r4787  
    1 /* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $
     1/* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * Description:     SymDB entry generator.
     
    8989 * @param     pszFilename  Pointer to read only filename of the .sym-file.
    9090 * @status    completely implemented.
    91  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     91 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    9292 * @remark    Currently only retail kernels are processed. See note below.
    9393 */
     
    245245        int         i;
    246246
    247         printf16("/* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $\n"
     247        printf16("/* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $\n"
    248248                 "*\n"
    249249                 "* Autogenerated kernel symbol database.\n"
    250250                 "*\n"
    251                  "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)\n"
     251                 "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)\n"
    252252                 "*\n"
    253253                 "* Project Odin Software License can be found in LICENSE.TXT\n"
Note: See TracChangeset for help on using the changeset viewer.