Changeset 98108 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 17, 2023 11:40:56 PM (2 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r98103 r98108 84 84 85 85 /* 86 * Copyright (C) 2008-202 2Oracle and/or its affiliates.86 * Copyright (C) 2008-2023 Oracle and/or its affiliates. 87 87 * 88 88 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/glue/constants-python.xsl
r98103 r98108 49 49 __copyright__ = \ 50 50 """ 51 Copyright (C) 2009-202 2Oracle and/or its affiliates.51 Copyright (C) 2009-2023 Oracle and/or its affiliates. 52 52 53 53 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/glue-java.xsl
r98103 r98108 69 69 <xsl:param name="name" /> 70 70 <xsl:text>/* 71 * Copyright (C) 2010-202 2Oracle and/or its affiliates.71 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 72 72 * 73 73 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/idl/apiwrap-server.xsl
r98103 r98108 92 92 93 93 /* 94 * Copyright (C) 2010-202 2Oracle and/or its affiliates.94 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 95 95 * 96 96 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/idl/comimpl.xsl
r98103 r98108 69 69 70 70 /* 71 * Copyright (C) 2010-202 2Oracle and/or its affiliates.71 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 72 72 * 73 73 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/idl/stringify-enums.xsl
r98103 r98108 67 67 68 68 /* 69 * Copyright (C) 2022 Oracle and/or its affiliates.69 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 70 70 * 71 71 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/webservice/websrv-php.xsl
r98103 r98108 373 373 374 374 /* 375 * Copyright (C) 2008-202 2Oracle and/or its affiliates.375 * Copyright (C) 2008-2023 Oracle and/or its affiliates. 376 376 * 377 377 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r98103 r98108 490 490 491 491 <xsl:template match="/"> 492 <xsl:text># Copyright (C) 2008-202 2Oracle and/or its affiliates.492 <xsl:text># Copyright (C) 2008-2023 Oracle and/or its affiliates. 493 493 # 494 494 # This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
r98103 r98108 40 40 <xsd:documentation xml:lang="en"> 41 41 Oracle VM VirtualBox Settings Schema (common definitions). 42 Copyright (C) 2004-202 2Oracle and/or its affiliates.42 Copyright (C) 2004-2023 Oracle and/or its affiliates. 43 43 </xsd:documentation> 44 44 </xsd:annotation>
Note:
See TracChangeset
for help on using the changeset viewer.