VirtualBox

Ignore:
Timestamp:
Jan 17, 2023 10:56:50 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155250
Message:

Manual (C) year updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/uniread.cpp

    r98103 r98107  
    10421042    }
    10431043
     1044    const char *pszYear = __DATE__;
     1045    pszYear += strlen(pszYear) - 4;
     1046
    10441047    Stream1Printf("/* $" "Id" "$ */\n"
    10451048                  "/** @file\n"
     
    10511054                  "\n"
    10521055                  "/*\n"
    1053                   " * Copyright (C) 2006-2022 Oracle and/or its affiliates.\n"
     1056                  " * Copyright (C) 2006-%s Oracle and/or its affiliates.\n"
    10541057                  " *\n"
    10551058                  " * This file is part of VirtualBox base platform packages, as\n"
     
    10831086                  "#include <iprt/uni.h>\n"
    10841087                  "\n",
    1085                   pszBaseDir, argv0);
     1088                  pszBaseDir, argv0, pszYear);
    10861089    return 0;
    10871090}
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