Changeset 7436 for trunk/tools


Ignore:
Timestamp:
Nov 23, 2001, 2:04:35 AM (24 years ago)
Author:
bird
Message:

Changed my mail address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/vslick/odin32.e

    r7313 r7436  
    1 /* $Id: odin32.e,v 1.12 2001-11-09 07:45:08 bird Exp $
     1/* $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $
    22 *
    33 * Visual SlickEdit Documentation Macros.
     
    6060static _str sOdin32UserInitials = "kso";
    6161static _str sOdin32UserName     = "knut st. osmundsen";
    62 static _str sOdin32UserEmail    = "knut.stange.osmundsen@mynd.no";
     62static _str sOdin32UserEmail    = "kosmunds@csc.com";
    6363
    6464
     
    358358    if (file_eq(p_extension, 'asm'))
    359359    {
    360         _insert_text("; $Id: odin32.e,v 1.12 2001-11-09 07:45:08 bird Exp $\n");
     360        _insert_text("; $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $\n");
    361361        _insert_text("; \n");
    362362        _insert_text("; \n");
     
    371371    else
    372372    {
    373         _insert_text("/* $Id: odin32.e,v 1.12 2001-11-09 07:45:08 bird Exp $\n");
     373        _insert_text("/* $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $\n");
    374374        _insert_text(" * \n");
    375375        _insert_text(" * \n");
Note: See TracChangeset for help on using the changeset viewer.