VirtualBox

Changeset 106065 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 16, 2024 9:42:41 PM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164831
Message:

Manual copyright year updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp

    r106061 r106065  
    201201static void generateHeader(PRTSTREAM pOut)
    202202{
     203    const char *pszYear = __DATE__;
     204    pszYear += strlen(pszYear) - 4;
    203205    RTStrmPrintf(pOut,
    204206                 "/* $" "I" "d" ": $ */\n" /* avoid it being expanded */
     
    208210                 "\n"
    209211                 "/*\n"
    210                  " * Copyright (C) 2013-2023 Oracle and/or its affiliates.\n"
     212                 " * Copyright (C) 2013-%s Oracle and/or its affiliates.\n"
    211213                 " *\n"
    212214                 " * This file is part of VirtualBox base platform packages, as\n"
     
    244246                 "#include \"r0drv/nt/symdb.h\"\n"
    245247                 "\n"
    246                  );
     248                 , pszYear);
    247249
    248250    /*
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