Changeset 96407 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Aug 22, 2022 5:43:14 PM (2 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 91 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/CommonProperties.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/Defines.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk
r93341 r96407 5 5 6 6 # 7 # Copyright (C) 2008-2022 Oracle Corporation7 # Copyright (C) 2008-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/src/VBox/Installer/win/InstallHelper/VBoxCommon.cpp
r93340 r96407 7 7 8 8 /* 9 * Copyright (C) 2008-2022 Oracle Corporation9 * Copyright (C) 2008-2022 Oracle and/or its affiliates. 10 10 * 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * This file is part of VirtualBox base platform packages, as 12 * available from https://www.virtualbox.org. 13 * 14 * This program is free software; you can redistribute it and/or 15 * modify it under the terms of the GNU General Public License 16 * as published by the Free Software Foundation, in version 3 of the 17 * License. 18 * 19 * This program is distributed in the hope that it will be useful, but 20 * WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 * General Public License for more details. 23 * 24 * You should have received a copy of the GNU General Public License 25 * along with this program; if not, see <https://www.gnu.org/licenses>. 26 * 27 * SPDX-License-Identifier: GPL-3.0-only 18 28 */ 19 29 -
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2008-2022 Oracle Corporation7 * Copyright (C) 2008-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/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r95037 r96407 5 5 6 6 /* 7 * Copyright (C) 2008-2022 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) 2008-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/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def
r95037 r96407 5 5 6 6 ; 7 ; Copyright (C) 2008-2022 Oracle Corporation7 ; Copyright (C) 2008-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/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.rc
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2015-2022 Oracle Corporation7 * Copyright (C) 2015-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/src/VBox/Installer/win/Makefile.kmk
r95281 r96407 5 5 6 6 # 7 # Copyright (C) 2006-2022 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) 2006-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/src/VBox/Installer/win/MsiHack/Makefile.kmk
r93115 r96407 5 5 6 6 # 7 # Copyright (C) 2016-2022 Oracle Corporation7 # Copyright (C) 2016-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/src/VBox/Installer/win/MsiHack/MsiHack.cpp
r93115 r96407 8 8 9 9 /* 10 * Copyright (C) 2016-2022 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) 2016-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 -
trunk/src/VBox/Installer/win/MsiHack/MsiHackExtension.cs
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2016-2022 Oracle Corporation7 * Copyright (C) 2016-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/src/VBox/Installer/win/NLS/de_DE.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/el_GR.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/en_US.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/fa_IR.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/fr_FR.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/it_IT.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/ru_RU.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/tr_TR.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/zh_CN.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/NLS/zh_TW.wxl
r96315 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2011-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) 2011-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/src/VBox/Installer/win/Permissions.wxi
r96313 r96407 3 3 --> 4 4 <!-- 5 Copyright (C) 2019-202 0 Oracle Corporation5 Copyright (C) 2019-2022 Oracle and/or its affiliates. 6 6 7 This file is part of VirtualBox Open Source Edition (OSE), as 8 available from http://www.virtualbox.org. This file is free software; 9 you can redistribute it and/or modify it under the terms of the GNU 10 General Public License (GPL) as published by the Free Software 11 Foundation, in version 2 as it comes in the "COPYING" file of the 12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 7 This file is part of VirtualBox base platform packages, as 8 available from https://www.virtualbox.org. 9 10 This program is free software; you can redistribute it and/or 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation, in version 3 of the 13 License. 14 15 This program is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, see <https://www.gnu.org/licenses>. 22 23 SPDX-License-Identifier: GPL-3.0-only 14 24 --> 15 25 -
trunk/src/VBox/Installer/win/PublicProperties.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2015-202 0 Oracle Corporation6 Copyright (C) 2015-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 -
trunk/src/VBox/Installer/win/Resources/Makefile.kmk
r93319 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/src/VBox/Installer/win/Resources/VBoxRes.rc
r93115 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/src/VBox/Installer/win/Resources/dummy.cpp
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2011-2022 Oracle Corporation7 * Copyright (C) 2011-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/src/VBox/Installer/win/Resources/resource.h
r93115 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/src/VBox/Installer/win/Scripts/Combined-1-Prepare.cmd
r93115 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/Combined-3-Repack.cmd
r94161 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/Combined-3-RepackAdditions.cmd
r96038 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd
r95344 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/RepackExtPack.cmd
r93115 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/Single-1-Prepare.cmd
r93115 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/Single-3-Repack.cmd
r94973 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 rem 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd
r94159 r96407 6 6 7 7 rem 8 rem Copyright (C) 2018-2022 Oracle Corporation8 rem Copyright (C) 2018-2022 Oracle and/or its affiliates. 9 9 rem 10 rem This file is part of VirtualBox Open Source Edition (OSE), as 11 rem available from http://www.virtualbox.org. This file is free software; 12 rem you can redistribute it and/or modify it under the terms of the GNU 13 rem General Public License (GPL) as published by the Free Software 14 rem Foundation, in version 2 as it comes in the "COPYING" file of the 15 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 rem This file is part of VirtualBox base platform packages, as 11 rem available from https://www.virtualbox.org. 12 rem 13 rem This program is free software; you can redistribute it and/or 14 rem modify it under the terms of the GNU General Public License 15 rem as published by the Free Software Foundation, in version 3 of the 16 rem License. 17 rem 18 rem This program is distributed in the hope that it will be useful, but 19 rem WITHOUT ANY WARRANTY; without even the implied warranty of 20 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 rem General Public License for more details. 22 rem 23 rem You should have received a copy of the GNU General Public License 24 rem along with this program; if not, see <https://www.gnu.org/licenses>. 25 rem 26 rem SPDX-License-Identifier: GPL-3.0-only 17 27 rem 18 28 -
trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2018-2022 Oracle Corporation7 ; Copyright (C) 2018-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/src/VBox/Installer/win/Scripts/VMMR0.inf
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2018-2022 Oracle Corporation7 ; Copyright (C) 2018-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/src/VBox/Installer/win/Stub/Makefile.kmk
r95696 r96407 5 5 6 6 # 7 # Copyright (C) 2009-2022 Oracle Corporation7 # Copyright (C) 2009-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/src/VBox/Installer/win/Stub/VBoxStub.cpp
r95729 r96407 5 5 6 6 /* 7 * Copyright (C) 2010-2022 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) 2010-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/src/VBox/Installer/win/Stub/VBoxStub.h
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2009-2022 Oracle Corporation7 * Copyright (C) 2009-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/src/VBox/Installer/win/Stub/VBoxStub.rc
r93241 r96407 5 5 6 6 /* 7 * Copyright (C) 2009-2022 Oracle Corporation7 * Copyright (C) 2009-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/src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp
r93115 r96407 8 8 9 9 /* 10 * Copyright (C) 2012-2022 Oracle Corporation10 * Copyright (C) 2012-2022 Oracle and/or its affiliates. 11 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. 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 -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2012-2022 Oracle Corporation7 * Copyright (C) 2012-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/src/VBox/Installer/win/Stub/crypt32.def
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2009-2022 Oracle Corporation7 ; Copyright (C) 2009-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/src/VBox/Installer/win/Stub/msi.def
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2009-2022 Oracle Corporation7 ; Copyright (C) 2009-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/src/VBox/Installer/win/Stub/resource.h
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2009-2022 Oracle Corporation7 * Copyright (C) 2009-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/src/VBox/Installer/win/Stub/shell32.def
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2009-2022 Oracle Corporation7 ; Copyright (C) 2009-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/src/VBox/Installer/win/Stub/user32.def
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2009-2022 Oracle Corporation7 ; Copyright (C) 2009-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/src/VBox/Installer/win/Stub/ws2_32.def
r93115 r96407 5 5 6 6 ; 7 ; Copyright (C) 2009-2022 Oracle Corporation7 ; Copyright (C) 2009-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/src/VBox/Installer/win/StubBld/Makefile.kmk
r93115 r96407 5 5 6 6 # 7 # Copyright (C) 2009-2022 Oracle Corporation7 # Copyright (C) 2009-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/src/VBox/Installer/win/StubBld/VBoxStubBld.cpp
r93306 r96407 5 5 6 6 /* 7 * Copyright (C) 2009-2022 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) 2009-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/src/VBox/Installer/win/StubBld/VBoxStubBld.h
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2009-2022 Oracle Corporation7 * Copyright (C) 2009-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/src/VBox/Installer/win/UserInterface.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeAppCA.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/VBoxMergeAppSeq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeCOM32On64CA.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/VBoxMergeCOM32On64Seq.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6CA.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetFltCA.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetLwfCA.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeNetLwfSeq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergePython.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergePython.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergePythonCA.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeUSB.wxs
r96313 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 -
trunk/src/VBox/Installer/win/VBoxMergeUSBCA.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/VBoxMergeUSBSeq.wxi
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-202 0 Oracle Corporation6 Copyright (C) 2014-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 -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r96313 r96407 4 4 --> 5 5 <!-- 6 Copyright (C) 2014-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) 2014-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 -
trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl
r96314 r96407 7 7 --> 8 8 <!-- 9 Copyright (C) 2007-202 0 Oracle Corporation9 Copyright (C) 2007-2022 Oracle and/or its affiliates. 10 10 11 This file is part of VirtualBox Open Source Edition (OSE), as 12 available from http://www.virtualbox.org. This file is free software; 13 you can redistribute it and/or modify it under the terms of the GNU 14 General Public License (GPL) as published by the Free Software 15 Foundation, in version 2 as it comes in the "COPYING" file of the 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 This file is part of VirtualBox base platform packages, as 12 available from https://www.virtualbox.org. 13 14 This program is free software; you can redistribute it and/or 15 modify it under the terms of the GNU General Public License 16 as published by the Free Software Foundation, in version 3 of the 17 License. 18 19 This program is distributed in the hope that it will be useful, but 20 WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 General Public License for more details. 23 24 You should have received a copy of the GNU General Public License 25 along with this program; if not, see <https://www.gnu.org/licenses>. 26 27 SPDX-License-Identifier: GPL-3.0-only 18 28 --> 19 29 -
trunk/src/VBox/Installer/win/VirtualBox_TypeLibWithInterfaces.xsl
r96314 r96407 6 6 --> 7 7 <!-- 8 Copyright (C) 2007-2020 Oracle Corporation 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. 8 Copyright (C) 2007-2022 Oracle and/or its affiliates. 9 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/src/VBox/Installer/win/dep.xsl
r96314 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2015-202 0 Oracle Corporation7 Copyright (C) 2015-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/src/VBox/Installer/win/dep2.xsl
r96314 r96407 5 5 --> 6 6 <!-- 7 Copyright (C) 2015-202 0 Oracle Corporation7 Copyright (C) 2015-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
Note:
See TracChangeset
for help on using the changeset viewer.