Changeset 96417 in vbox
- Timestamp:
- Aug 22, 2022 9:02:41 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153235
- Location:
- trunk/src/VBox/Main
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r96407 r96417 84 84 85 85 /* 86 * Copyright (C) 2008-2022 Oracle Corporation86 * Copyright (C) 2008-2022 Oracle and/or its affiliates. 87 87 * 88 88 * This file is part of a free software library; you can redistribute … … 101 101 * or where a choice of which version of the LGPL is applied is 102 102 * otherwise unspecified. 103 * 104 * SPDX-License-Identifier: LGPL-2.1-only 103 105 */ 104 106 -
trunk/src/VBox/Main/glue/glue-java.xsl
r96407 r96417 69 69 <xsl:param name="name" /> 70 70 <xsl:text>/* 71 * Copyright (C) 2010-202 0 Oracle Corporation71 * Copyright (C) 2010-2022 Oracle and/or its affiliates. 72 72 * 73 * This file is part of the VirtualBox SDK, as available from 73 * This file is part of a free software library; you can redistribute 74 * it and/or modify it under the terms of the GNU Lesser General 75 * Public License version 2.1 as published by the Free Software 76 * Foundation and shipped in the \"COPYING.LIB\" file with this library. 77 * The library is distributed in the hope that it will be useful, 78 * but WITHOUT ANY WARRANTY of any kind. 79 * 80 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if 81 * any license choice other than GPL or LGPL is available it will 82 * apply instead, Oracle elects to use only the Lesser General Public 83 * License version 2.1 (LGPLv2) at this time for any software where 84 * a choice of LGPL license versions is made available with the 85 * language indicating that LGPLv2 or any later version may be used, 86 * or where a choice of which version of the LGPL is applied is 87 * otherwise unspecified. 88 74 89 * http://www.virtualbox.org. This library is free software; you can 75 90 * redistribute it and/or modify it under the terms of the GNU Lesser General … … 81 96 * License for more details. 82 97 * 98 * SPDX-License-Identifier: LGPL-2.1-only 99 */ 100 101 /* 83 102 </xsl:text> 84 103 <xsl:value-of select="concat(' * ', $name)"/> -
trunk/src/VBox/Main/webservice/websrv-php.xsl
r96407 r96417 373 373 374 374 /* 375 * Copyright (C) 2008-2022 Oracle Corporation375 * Copyright (C) 2008-2022 Oracle and/or its affiliates. 376 376 * 377 377 * This file is part of a free software library; you can redistribute … … 391 391 * otherwise unspecified. 392 392 * 393 * SPDX-License-Identifier: LGPL-2.1-only 394 */ 395 /* 393 396 * This file is autogenerated from VirtualBox.xidl, DO NOT EDIT! 394 397 */ -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r96407 r96417 490 490 491 491 <xsl:template match="/"> 492 <xsl:text># Copyright (C) 2008-2022 Oracle Corporation492 <xsl:text># Copyright (C) 2008-2022 Oracle and/or its affiliates. 493 493 # 494 494 # This file is part of a free software library; you can redistribute … … 508 508 # otherwise unspecified. 509 509 # 510 # SPDX-License-Identifier: LGPL-2.1-only 511 # 512 513 # 510 514 # This file is autogenerated from VirtualBox.xidl, DO NOT EDIT! 511 515 #
Note:
See TracChangeset
for help on using the changeset viewer.