VirtualBox

Changeset 785 in kBuild for trunk/src/fastdep


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

copyright and email updates.

Location:
trunk/src/fastdep
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fastdep/Makefile

    r7 r785  
    66#   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
    77#
    8 #   Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
     8#   Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
    99#
    1010#   GPL
  • trunk/src/fastdep/fastdep.c

    r7 r785  
    33 * Fast dependents. (Fast = Quick and Dirty!)
    44 *
    5  * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
    66 *
    77 * GPL
     
    10061006        "\n"
    10071007        "Options and files could be mixed.\n"
    1008         " copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)\n",
     1008        " copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)\n",
    10091009        ODIN32_BUILD_NR,
    10101010        pszDefaultDepFile
     
    23962396 * @param     pszS2  String 2
    23972397 * @param     cch    Length to compare (relative to string 1)
    2398  * @author    knut st. osmundsen ([email protected])
    23992398 */
    24002399int strnicmpwords(const char *pszS1, const char *pszS2, int cch)
     
    30473046 * @returns   Pointer to the first char after word.
    30483047 * @param     psz  Where to start.
    3049  * @author    knut st. osmundsen ([email protected])
    30503048 */
    30513049char *findEndOfWord(char *psz)
     
    30713069 * @param     psz       Where to start.
    30723070 * @param     pszStart  Where to stop.
    3073  * @author    knut st. osmundsen ([email protected])
    30743071 */
    30753072char *findStartOfWord(const char *psz, const char *pszStart)
     
    31173114 * @param     psz   Pointer to the string which is to be trimmed.
    31183115 * @status    completely implmented.
    3119  * @author    knut st. osmundsen ([email protected])
    31203116 */
    31213117INLINE char *trim(char *psz)
     
    31393135 * @param     psz   Pointer to the string which is to be right trimmed.
    31403136 * @status    completely implmented.
    3141  * @author    knut st. osmundsen ([email protected])
    31423137 */
    31433138INLINE char *trimR(char *psz)
     
    31593154 * @param     psz   Pointer to the string which is to be quote-trimmed.
    31603155 * @status    completely implmented.
    3161  * @author    knut st. osmundsen ([email protected])
    31623156 */
    31633157INLINE char *trimQuotes(char *psz)
     
    31833177 * @param   pszOut  Ouput (preprocessed) string.
    31843178 * @param   pszIn   Input string.
    3185  * @author  knut st. osmundsen ([email protected])
    31863179 */
    31873180char *PreProcessLine(char *pszOut, const char *pszIn)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette