Changeset 43103 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Aug 30, 2012 1:48:30 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80463
- Location:
- trunk/src/VBox/Main/xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/SchemaDefs.xsl
r39248 r43103 9 9 * and should be reviewed on every Schema change. 10 10 11 12 13 14 15 16 17 18 19 11 Copyright (C) 2006-2011 Oracle Corporation 12 13 This file is part of VirtualBox Open Source Edition (OSE), as 14 available from http://www.virtualbox.org. This file is free software; 15 you can redistribute it and/or modify it under the terms of the GNU 16 General Public License (GPL) as published by the Free Software 17 Foundation, in version 2 as it comes in the "COPYING" file of the 18 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 20 --> 21 21 -
trunk/src/VBox/Main/xml/SettingsConverter.xsl
r28800 r43103 7 7 * Template to convert old VirtualBox settings files to the most recent format. 8 8 9 10 11 12 13 14 15 16 17 9 Copyright (C) 2006-2009 Oracle Corporation 10 11 This file is part of VirtualBox Open Source Edition (OSE), as 12 available from http://www.virtualbox.org. This file is free software; 13 you can redistribute it and/or modify it under the terms of the GNU 14 General Public License (GPL) as published by the Free Software 15 Foundation, in version 2 as it comes in the "COPYING" file of the 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 18 --> 19 19
Note:
See TracChangeset
for help on using the changeset viewer.