VirtualBox

Changeset 106302 in vbox


Ignore:
Timestamp:
Oct 14, 2024 9:15:17 AM (7 weeks ago)
Author:
vboxsync
Message:

WINNT/tools/VBoxCertUtil: Show vendor / copyright header, as it's a tool we ship officially.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp

    r106061 r106302  
    4545#include <iprt/time.h>
    4646#include <iprt/utf16.h>
     47
     48#include <package-generated.h>
     49#include "product-generated.h"
     50
     51#include <VBox/version.h>
    4752
    4853
     
    9951000
    9961001/**
     1002 * Shows the logo.
     1003 *
     1004 * @param   pStream             Output stream to show logo on.
     1005 */
     1006static void showLogo(PRTSTREAM pStream)
     1007{
     1008    RTStrmPrintf(pStream, VBOX_PRODUCT " VBoxCertUtil Version " VBOX_VERSION_STRING " - r%s\n"
     1009                 "Copyright (C) " VBOX_C_YEAR " " VBOX_VENDOR "\n\n", RTBldCfgRevisionStr());
     1010}
     1011
     1012
     1013/**
    9971014 * Displays the usage info.
    9981015 */
     
    10451062    };
    10461063
     1064    showLogo(g_pStdOut);
     1065
    10471066    RTGETOPTUNION   ValueUnion;
    10481067    RTGETOPTSTATE   GetState;
Note: See TracChangeset for help on using the changeset viewer.

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