Changeset 106065 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Sep 16, 2024 9:42:41 PM (4 months ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r106061 r106065 80 80 | $$(dir $$@) 81 81 $(call MSG_TOOL,xsltproc,CAPIHeaders,$<,$@) 82 $(QUIET)$(VBOX_XSLTPROC) - o $@ $^82 $(QUIET)$(VBOX_XSLTPROC) --stringparam g_uVBoxCopyrightYear "$(VBOX_C_YEAR)" -o $@ $^ 83 83 84 84 ifndef VBOX_ONLY_SDK -
trunk/src/VBox/Main/cbinding/capiidl.xsl
r106061 r106065 35 35 <xsl:strip-space elements="*"/> 36 36 37 <!-- Global parameters. --> 38 <xsl:param name="g_uVBoxCopyrightYear">2024</xsl:param> 37 39 38 40 <xsl:include href="../idl/typemap-shared.inc.xsl"/> … … 84 86 85 87 /* 86 * Copyright (C) 2008- 2023Oracle and/or its affiliates.88 * Copyright (C) 2008-</xsl:text><xsl:value-of select="$g_uVBoxCopyrightYear"/><xsl:text> Oracle and/or its affiliates. 87 89 * 88 90 * This file is part of a free software library; you can redistribute
Note:
See TracChangeset
for help on using the changeset viewer.