Changeset 96407 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Aug 22, 2022 5:43:14 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153224
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 82 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/.scm-settings
r96301 r96407 5 5 6 6 # 7 # Copyright (C) 2010-2022 Oracle Corporation7 # Copyright (C) 2010-2022 Oracle and/or its affiliates. 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # This file is part of VirtualBox base platform packages, as 10 # available from https://www.virtualbox.org. 11 # 12 # This program is free software; you can redistribute it and/or 13 # modify it under the terms of the GNU General Public License 14 # as published by the Free Software Foundation, in version 3 of the 15 # License. 16 # 17 # This program is distributed in the hope that it will be useful, but 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 # General Public License for more details. 21 # 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, see <https://www.gnu.org/licenses>. 24 # 25 # SPDX-License-Identifier: GPL-3.0-only 16 26 # 17 27 -
trunk/doc/manual/en_US/Accessibility.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/SDKRef.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/UserManual.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/docbook-refentry-link-replacement-xsl-gen.xsl
r96300 r96407 6 6 --> 7 7 <!-- 8 Copyright (C) 2006-202 0 Oracle Corporation8 Copyright (C) 2006-2022 Oracle and/or its affiliates. 9 9 10 This file is part of VirtualBox Open Source Edition (OSE), as 11 available from http://www.virtualbox.org. This file is free software; 12 you can redistribute it and/or modify it under the terms of the GNU 13 General Public License (GPL) as published by the Free Software 14 Foundation, in version 2 as it comes in the "COPYING" file of the 15 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 This file is part of VirtualBox base platform packages, as 11 available from https://www.virtualbox.org. 12 13 This program is free software; you can redistribute it and/or 14 modify it under the terms of the GNU General Public License 15 as published by the Free Software Foundation, in version 3 of the 16 License. 17 18 This program is distributed in the hope that it will be useful, but 19 WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <https://www.gnu.org/licenses>. 25 26 SPDX-License-Identifier: GPL-3.0-only 17 27 --> 18 28 -
trunk/doc/manual/en_US/man_VBoxHeadless.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-adoptstate.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-bandwidthctl.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-clonemedium.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-clonevm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-closemedium.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-cloud.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-cloudimage.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-cloudlist.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-202 0 Oracle Corporation6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-cloudprofile.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-202 0 Oracle Corporation6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-common.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-convertfromraw.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-createvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-dhcpserver-dhcpoptions.xml
r96300 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2019-2020 Oracle Corporation 8 9 This file is part of VirtualBox Open Source Edition (OSE), as 10 available from http://www.virtualbox.org. This file is free software; 11 you can redistribute it and/or modify it under the terms of the GNU 12 General Public License (GPL) as published by the Free Software 13 Foundation, in version 2 as it comes in the "COPYING" file of the 14 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 7 Copyright (C) 2019-2022 Oracle and/or its affiliates. 8 9 This file is part of VirtualBox base platform packages, as 10 available from https://www.virtualbox.org. 11 12 This program is free software; you can redistribute it and/or 13 modify it under the terms of the GNU General Public License 14 as published by the Free Software Foundation, in version 3 of the 15 License. 16 17 This program is distributed in the hope that it will be useful, but 18 WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 General Public License for more details. 21 22 You should have received a copy of the GNU General Public License 23 along with this program; if not, see <https://www.gnu.org/licenses>. 24 25 SPDX-License-Identifier: GPL-3.0-only 16 26 --> 17 27 -
trunk/doc/manual/en_US/man_VBoxManage-dhcpserver-dhcpoptions.xsl
r96300 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2019-202 0 Oracle Corporation7 Copyright (C) 2019-2022 Oracle and/or its affiliates. 8 8 9 This file is part of VirtualBox Open Source Edition (OSE), as 10 available from http://www.virtualbox.org. This file is free software; 11 you can redistribute it and/or modify it under the terms of the GNU 12 General Public License (GPL) as published by the Free Software 13 Foundation, in version 2 as it comes in the "COPYING" file of the 14 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 This file is part of VirtualBox base platform packages, as 10 available from https://www.virtualbox.org. 11 12 This program is free software; you can redistribute it and/or 13 modify it under the terms of the GNU General Public License 14 as published by the Free Software Foundation, in version 3 of the 15 License. 16 17 This program is distributed in the hope that it will be useful, but 18 WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 General Public License for more details. 21 22 You should have received a copy of the GNU General Public License 23 along with this program; if not, see <https://www.gnu.org/licenses>. 24 25 SPDX-License-Identifier: GPL-3.0-only 16 26 --> 17 27 -
trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-discardstate.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-encryptmedium.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-encryptvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-export.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-extpack.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-getextradata.xml
r96399 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-guestproperty.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-hostonlyif.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-hostonlynet.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2021 Oracle Corporation6 Copyright (C) 2021-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-import.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-list.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-mediumio.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2018-202 0 Oracle Corporation6 Copyright (C) 2018-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-mediumproperty.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-metrics.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-modifymedium.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 --> 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 17 27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[ -
trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2021 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2021-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-movevm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-natnetwork.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-registervm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-setextradata.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-setproperty.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-sharedfolder.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-showmediuminfo.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-showvminfo.xml
r96399 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-signova.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-startvm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-storageattach.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-storagectl.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-unattended.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-unregistervm.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-updatecheck.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2020-2022 Oracle Corporation6 Copyright (C) 2020-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-usbdevsource.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-202 0 Oracle Corporation6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_VBoxManage-usbfilter.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/man_vboximg-mount.xml
r96300 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2006-2020 Oracle Corporation 7 8 This file is part of VirtualBox Open Source Edition (OSE), as 9 available from http://www.virtualbox.org. This file is free software; 10 you can redistribute it and/or modify it under the terms of the GNU 11 General Public License (GPL) as published by the Free Software 12 Foundation, in version 2 as it comes in the "COPYING" file of the 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 8 This file is part of VirtualBox base platform packages, as 9 available from https://www.virtualbox.org. 10 11 This program is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation, in version 3 of the 14 License. 15 16 This program is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, see <https://www.gnu.org/licenses>. 23 24 SPDX-License-Identifier: GPL-3.0-only 15 25 --> 16 26 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_BasicConcepts.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_ChangeLog.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Frontends.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Glossary.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_GuestAdditions.xml
r96399 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Installation.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Introduction.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_KnownIssues.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Networking.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Preface.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_PrivacyPolicy.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Security.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Storage.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Technical.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_ThirdParty.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_VBoxManage.xml
r96399 r96407 8 8 --> 9 9 <!-- 10 Copyright (C) 2006-2020 Oracle Corporation 11 12 This file is part of VirtualBox Open Source Edition (OSE), as 13 available from http://www.virtualbox.org. This file is free software; 14 you can redistribute it and/or modify it under the terms of the GNU 15 General Public License (GPL) as published by the Free Software 16 Foundation, in version 2 as it comes in the "COPYING" file of the 17 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 Copyright (C) 2006-2022 Oracle and/or its affiliates. 11 12 This file is part of VirtualBox base platform packages, as 13 available from https://www.virtualbox.org. 14 15 This program is free software; you can redistribute it and/or 16 modify it under the terms of the GNU General Public License 17 as published by the Free Software Foundation, in version 3 of the 18 License. 19 20 This program is distributed in the hope that it will be useful, but 21 WITHOUT ANY WARRANTY; without even the implied warranty of 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 General Public License for more details. 24 25 You should have received a copy of the GNU General Public License 26 along with this program; if not, see <https://www.gnu.org/licenses>. 27 28 SPDX-License-Identifier: GPL-3.0-only 19 29 --> 20 30 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -
trunk/doc/manual/en_US/user_VirtualBoxAPI.xml
r96301 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2006-2022 Oracle Corporation3 Copyright (C) 2006-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
Note:
See TracChangeset
for help on using the changeset viewer.