VirtualBox

Changeset 96399 in vbox for trunk/src/VBox/Additions/solaris


Ignore:
Timestamp:
Aug 22, 2022 2:47:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153216
Message:

/Config.kmk and many other places: Change VBOX_VENDOR to the official copyright holder text, needs follow-up changes and equivalent adjustments elsewhere.

Location:
trunk/src/VBox/Additions/solaris
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r93227 r96399  
    286286        $(call MSG_L1,Installing guest additions)
    287287        $(QUIET)$(SED) \
    288                 -e "s/@VBOX_PRODUCT@/$(VBOX_PRODUCT)/g" \
    289                 -e "s/@VBOX_VENDOR@/$(VBOX_VENDOR)/g" \
    290                 -e "s/@VBOX_VERSION_STRING@/$(VBOX_VERSION_STRING)/g" \
    291                 -e "s/@VBOX_SVN_REV@/$(VBOX_SVN_REV)/g" \
    292                 -e "s/@VBOX_VERSION_REVSTAMP@/$(PKGINFO_REVSTAMP)/g" \
    293                 -e "s/@UNAME_P@/$(PKGINFO_ARCH)/g" \
     288                -e "s+@VBOX_PRODUCT@+$(VBOX_PRODUCT)+g" \
     289                -e "s+@VBOX_VENDOR@+$(VBOX_VENDOR)+g" \
     290                -e "s+@VBOX_VERSION_STRING@+$(VBOX_VERSION_STRING)+g" \
     291                -e "s+@VBOX_SVN_REV@+$(VBOX_SVN_REV)+g" \
     292                -e "s+@VBOX_VERSION_REVSTAMP@+$(PKGINFO_REVSTAMP)+g" \
     293                -e "s+@UNAME_P@+$(PKGINFO_ARCH)+g" \
    294294                --output $(SOLARIS_ADDINST_OUT_DIR)/vboxguest.pkginfo \
    295295                $(VBOX_PATH_SOLARIS_ADDITION_INSTALLER)/vboxguest.pkginfo
  • trunk/src/VBox/Additions/solaris/Mouse/vboxmslnk.c

    r93115 r96399  
    106106               " Guest Additions enabling utility for Solaris pointer\nintegration Version "
    107107               VBOX_VERSION_STRING "\n"
    108                "(C) " VBOX_C_YEAR " " VBOX_VENDOR "\n"
    109                "All rights reserved.\n\n");
     108               "Copyright (C) " VBOX_C_YEAR " " VBOX_VENDOR "\n\n");
    110109    if (fShowUsage)
    111110    {
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