VirtualBox

Changeset 96407 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Aug 22, 2022 5:43:14 PM (2 years ago)
Author:
vboxsync
Message:

scm copyright and license note update

Location:
trunk/src/VBox/Installer/win
Files:
91 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/CommonProperties.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/Defines.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk

    r93341 r96407  
    55
    66#
    7 # Copyright (C) 2008-2022 Oracle Corporation
     7# Copyright (C) 2008-2022 Oracle and/or its affiliates.
    88#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.cpp

    r93340 r96407  
    77
    88/*
    9  * Copyright (C) 2008-2022 Oracle Corporation
     9 * Copyright (C) 2008-2022 Oracle and/or its affiliates.
    1010 *
    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
    1828 */
    1929
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2008-2022 Oracle Corporation
     7 * Copyright (C) 2008-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r95037 r96407  
    55
    66/*
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def

    r95037 r96407  
    55
    66;
    7 ; Copyright (C) 2008-2022 Oracle Corporation
     7; Copyright (C) 2008-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.rc

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2015-2022 Oracle Corporation
     7 * Copyright (C) 2015-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r95281 r96407  
    55
    66#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/MsiHack/Makefile.kmk

    r93115 r96407  
    55
    66#
    7 # Copyright (C) 2016-2022 Oracle Corporation
     7# Copyright (C) 2016-2022 Oracle and/or its affiliates.
    88#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/MsiHack/MsiHack.cpp

    r93115 r96407  
    88
    99/*
    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
    1929 */
    2030
  • trunk/src/VBox/Installer/win/MsiHack/MsiHackExtension.cs

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2016-2022 Oracle Corporation
     7 * Copyright (C) 2016-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/NLS/de_DE.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/el_GR.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/en_US.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/fa_IR.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/fr_FR.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/it_IT.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/ru_RU.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/tr_TR.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/zh_CN.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/NLS/zh_TW.wxl

    r96315 r96407  
    55-->
    66<!--
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/Permissions.wxi

    r96313 r96407  
    33-->
    44<!--
    5     Copyright (C) 2019-2020 Oracle Corporation
     5    Copyright (C) 2019-2022 Oracle and/or its affiliates.
    66
    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
    1424-->
    1525
  • trunk/src/VBox/Installer/win/PublicProperties.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2015-2020 Oracle Corporation
     6    Copyright (C) 2015-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/Resources/Makefile.kmk

    r93319 r96407  
    55
    66#
    7 # Copyright (C) 2010-2022 Oracle Corporation
     7# Copyright (C) 2010-2022 Oracle and/or its affiliates.
    88#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/Resources/VBoxRes.rc

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2010-2022 Oracle Corporation
     7 * Copyright (C) 2010-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Resources/dummy.cpp

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle Corporation
     7 * Copyright (C) 2011-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Resources/resource.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2010-2022 Oracle Corporation
     7 * Copyright (C) 2010-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Scripts/Combined-1-Prepare.cmd

    r93115 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-Repack.cmd

    r94161 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-RepackAdditions.cmd

    r96038 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd

    r95344 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/RepackExtPack.cmd

    r93115 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/Single-1-Prepare.cmd

    r93115 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/Single-3-Repack.cmd

    r94973 r96407  
    66
    77rem
    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.
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
     9rem
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd

    r94159 r96407  
    66
    77rem
    8 rem Copyright (C) 2018-2022 Oracle Corporation
     8rem Copyright (C) 2018-2022 Oracle and/or its affiliates.
    99rem
    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.
     10rem This file is part of VirtualBox base platform packages, as
     11rem available from https://www.virtualbox.org.
     12rem
     13rem This program is free software; you can redistribute it and/or
     14rem modify it under the terms of the GNU General Public License
     15rem as published by the Free Software Foundation, in version 3 of the
     16rem License.
     17rem
     18rem This program is distributed in the hope that it will be useful, but
     19rem WITHOUT ANY WARRANTY; without even the implied warranty of
     20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21rem General Public License for more details.
     22rem
     23rem You should have received a copy of the GNU General Public License
     24rem along with this program; if not, see <https://www.gnu.org/licenses>.
     25rem
     26rem SPDX-License-Identifier: GPL-3.0-only
    1727rem
    1828
  • trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2018-2022 Oracle Corporation
     7; Copyright (C) 2018-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Scripts/VMMR0.inf

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2018-2022 Oracle Corporation
     7; Copyright (C) 2018-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Stub/Makefile.kmk

    r95696 r96407  
    55
    66#
    7 # Copyright (C) 2009-2022 Oracle Corporation
     7# Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r95729 r96407  
    55
    66/*
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2009-2022 Oracle Corporation
     7 * Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.rc

    r93241 r96407  
    55
    66/*
    7  * Copyright (C) 2009-2022 Oracle Corporation
     7 * Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp

    r93115 r96407  
    88
    99/*
    10  * Copyright (C) 2012-2022 Oracle Corporation
     10 * Copyright (C) 2012-2022 Oracle and/or its affiliates.
    1111 *
    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
    1929 */
    2030
  • trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2012-2022 Oracle Corporation
     7 * Copyright (C) 2012-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Stub/crypt32.def

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2009-2022 Oracle Corporation
     7; Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Stub/msi.def

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2009-2022 Oracle Corporation
     7; Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Stub/resource.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2009-2022 Oracle Corporation
     7 * Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/Stub/shell32.def

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2009-2022 Oracle Corporation
     7; Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Stub/user32.def

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2009-2022 Oracle Corporation
     7; Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/Stub/ws2_32.def

    r93115 r96407  
    55
    66;
    7 ; Copyright (C) 2009-2022 Oracle Corporation
     7; Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88;
    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
    1626;
    1727
  • trunk/src/VBox/Installer/win/StubBld/Makefile.kmk

    r93115 r96407  
    55
    66#
    7 # Copyright (C) 2009-2022 Oracle Corporation
     7# Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88#
    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
    1626#
    1727
  • trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.cpp

    r93306 r96407  
    55
    66/*
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.h

    r93115 r96407  
    55
    66/*
    7  * Copyright (C) 2009-2022 Oracle Corporation
     7 * Copyright (C) 2009-2022 Oracle and/or its affiliates.
    88 *
    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
    1626 */
    1727
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r96313 r96407  
    44-->
    55<!--
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r96313 r96407  
    44-->
    55<!--
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeAppCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeAppSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeCOM32On64CA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeCOM32On64Seq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6CA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetFltCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetLwfCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeNetLwfSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergePython.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergePython.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergePythonCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeUSB.wxs

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2006-2020 Oracle Corporation
     6    Copyright (C) 2006-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeUSBCA.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VBoxMergeUSBSeq.wxi

    r96313 r96407  
    44-->
    55<!--
    6     Copyright (C) 2014-2020 Oracle Corporation
     6    Copyright (C) 2014-2022 Oracle and/or its affiliates.
    77
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r96313 r96407  
    44-->
    55<!--
    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
    1525-->
    1626
  • trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl

    r96314 r96407  
    77-->
    88<!--
    9     Copyright (C) 2007-2020 Oracle Corporation
     9    Copyright (C) 2007-2022 Oracle and/or its affiliates.
    1010
    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
    1828-->
    1929
  • trunk/src/VBox/Installer/win/VirtualBox_TypeLibWithInterfaces.xsl

    r96314 r96407  
    66-->
    77<!--
    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
    1727-->
    1828
  • trunk/src/VBox/Installer/win/dep.xsl

    r96314 r96407  
    55-->
    66<!--
    7     Copyright (C) 2015-2020 Oracle Corporation
     7    Copyright (C) 2015-2022 Oracle and/or its affiliates.
    88
    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
    1626-->
    1727
  • trunk/src/VBox/Installer/win/dep2.xsl

    r96314 r96407  
    55-->
    66<!--
    7     Copyright (C) 2015-2020 Oracle Corporation
     7    Copyright (C) 2015-2022 Oracle and/or its affiliates.
    88
    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
    1626-->
    1727
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette