Changeset 96237 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Aug 16, 2022 8:54:19 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153048
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-php.xsl
r82974 r96237 12 12 Contributed by James Lucas (mjlucas at eng.uts.edu.au). 13 13 14 Copyright (C) 2008-202 0Oracle Corporation14 Copyright (C) 2008-2022 Oracle Corporation 15 15 16 16 This file is part of VirtualBox Open Source Edition (OSE), as … … 363 363 364 364 /* 365 * Copyright (C) 2008-202 0Oracle Corporation365 * Copyright (C) 2008-2022 Oracle Corporation 366 366 * 367 367 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r82974 r96237 10 10 web service API. Depends on WSDL file for actual SOAP bindings. 11 11 12 Copyright (C) 2008-202 0Oracle Corporation12 Copyright (C) 2008-2022 Oracle Corporation 13 13 14 14 This file is part of VirtualBox Open Source Edition (OSE), as … … 480 480 481 481 <xsl:template match="/"> 482 <xsl:text># Copyright (C) 2008-202 0Oracle Corporation482 <xsl:text># Copyright (C) 2008-2022 Oracle Corporation 483 483 # 484 484 # This file is part of a free software library; you can redistribute
Note:
See TracChangeset
for help on using the changeset viewer.