VirtualBox

Changeset 106065 in vbox for trunk/src/VBox/Main/cbinding


Ignore:
Timestamp:
Sep 16, 2024 9:42:41 PM (4 months ago)
Author:
vboxsync
Message:

Manual copyright year updates.

Location:
trunk/src/VBox/Main/cbinding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/Makefile.kmk

    r106061 r106065  
    8080                | $$(dir $$@)
    8181        $(call MSG_TOOL,xsltproc,CAPIHeaders,$<,$@)
    82         $(QUIET)$(VBOX_XSLTPROC) -o $@ $^
     82        $(QUIET)$(VBOX_XSLTPROC) --stringparam g_uVBoxCopyrightYear "$(VBOX_C_YEAR)" -o $@ $^
    8383
    8484ifndef VBOX_ONLY_SDK
  • trunk/src/VBox/Main/cbinding/capiidl.xsl

    r106061 r106065  
    3535<xsl:strip-space elements="*"/>
    3636
     37<!-- Global parameters. -->
     38<xsl:param name="g_uVBoxCopyrightYear">2024</xsl:param>
    3739
    3840<xsl:include href="../idl/typemap-shared.inc.xsl"/>
     
    8486
    8587/*
    86  * Copyright (C) 2008-2023 Oracle and/or its affiliates.
     88 * Copyright (C) 2008-</xsl:text><xsl:value-of select="$g_uVBoxCopyrightYear"/><xsl:text> Oracle and/or its affiliates.
    8789 *
    8890 * This file is part of a free software library; you can redistribute
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