Changeset 785 for trunk/src/lib


Ignore:
Timestamp:
Jan 24, 2007, 11:21:56 PM (18 years ago)
Author:
bird
Message:

copyright and email updates.

Location:
trunk/src/lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/Makefile.kmk

    r648 r785  
    44# kDepIDB - IDB based dependency generator.
    55#
    6 # Copyright (c) 2006 knut st. osmundsen <bird@anduin.net>
     6# Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77#
    88#
  • trunk/src/lib/kDep.c

    r733 r785  
    22/** @file
    33 *
    4  * kDep - Common Dependency Managemnt Code. 
    5  *
    6  * Copyright (c) 2004-2006 knut st. osmundsen <bird@innotek.de>
     4 * kDep - Common Dependency Managemnt Code.
     5 *
     6 * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 *
     
    8484#ifdef __WIN32__
    8585/**
    86  * Corrects the case of a path and changes any path components containing 
     86 * Corrects the case of a path and changes any path components containing
    8787 * spaces with the short name (which can be longer).
    88  * 
     88 *
    8989 * Expects a _fullpath!
    9090 *
  • trunk/src/lib/kDep.h

    r393 r785  
    22/** @file
    33 *
    4  * kDep - Common Dependency Managemnt Code. 
     4 * kDep - Common Dependency Managemnt Code.
    55 *
    6  * Copyright (c) 2004-2006 knut st. osmundsen <bird@innotek.de>
     6 * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 *
  • trunk/src/lib/startuphacks-win.c

    r678 r785  
    44 * kBuild - Alternative argument parser for the windows startup code.
    55 *
    6  * Copyright (c) 2006 knut st. osmundsen <bird-kbuild-pszSrc@anduin.net>
     6 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 * parse_args(): Copyright (c) 1992-1998 by Eberhard Mattes
     
    5858    int         cb;
    5959
    60     /* 
    61      * Set the program name. 
     60    /*
     61     * Set the program name.
    6262     */
    6363    GetModuleFileName(NULL, s_szProgramName, MAX_PATH);
     
    6565#if _MSC_VER >= 1400
    6666    _set_pgmptr(s_szProgramName);
    67 #endif 
     67#endif
    6868
    6969    /*
     
    7373    if (!pszCmdLine || !*pszCmdLine)
    7474        pszCmdLine = s_szProgramName;
    75    
     75
    7676    /*
    7777     * Parse the argument commandline emitting the unix argument vector.
Note: See TracChangeset for help on using the changeset viewer.