Changeset 106065 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 16, 2024 9:42:41 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164831
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r106061 r106065 201 201 static void generateHeader(PRTSTREAM pOut) 202 202 { 203 const char *pszYear = __DATE__; 204 pszYear += strlen(pszYear) - 4; 203 205 RTStrmPrintf(pOut, 204 206 "/* $" "I" "d" ": $ */\n" /* avoid it being expanded */ … … 208 210 "\n" 209 211 "/*\n" 210 " * Copyright (C) 2013- 2023Oracle and/or its affiliates.\n"212 " * Copyright (C) 2013-%s Oracle and/or its affiliates.\n" 211 213 " *\n" 212 214 " * This file is part of VirtualBox base platform packages, as\n" … … 244 246 "#include \"r0drv/nt/symdb.h\"\n" 245 247 "\n" 246 );248 , pszYear); 247 249 248 250 /*
Note:
See TracChangeset
for help on using the changeset viewer.