VirtualBox

Ignore:
Timestamp:
Aug 22, 2022 5:43:14 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153224
Message:

scm copyright and license note update

Location:
trunk/src/VBox/ValidationKit/testmanager/batch
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/Makefile.kmk

    r93115 r96407  
    55
    66#
    7 # Copyright (C) 2006-2022 Oracle Corporation
     7# Copyright (C) 2006-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>.
    1624#
    1725# The contents of this file may alternatively be used under the terms
    1826# of the Common Development and Distribution License Version 1.0
    19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 # VirtualBox OSE distribution, in which case the provisions of the
     27# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     28# in the VirtualBox distribution, in which case the provisions of the
    2129# CDDL are applicable instead of those of the GPL.
    2230#
    2331# You may elect to license modified versions of this file under the
    2432# terms and conditions of either the GPL or the CDDL or both.
     33#
     34# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    2535#
    2636
  • trunk/src/VBox/ValidationKit/testmanager/batch/add_build.py

    r93115 r96407  
    1010__copyright__ = \
    1111"""
    12 Copyright (C) 2012-2022 Oracle Corporation
     12Copyright (C) 2012-2022 Oracle and/or its affiliates.
    1313
    14 This file is part of VirtualBox Open Source Edition (OSE), as
    15 available from http://www.virtualbox.org. This file is free software;
    16 you can redistribute it and/or modify it under the terms of the GNU
    17 General Public License (GPL) as published by the Free Software
    18 Foundation, in version 2 as it comes in the "COPYING" file of the
    19 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    20 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14This file is part of VirtualBox base platform packages, as
     15available from https://www.virtualbox.org.
     16
     17This program is free software; you can redistribute it and/or
     18modify it under the terms of the GNU General Public License
     19as published by the Free Software Foundation, in version 3 of the
     20License.
     21
     22This program is distributed in the hope that it will be useful, but
     23WITHOUT ANY WARRANTY; without even the implied warranty of
     24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     25General Public License for more details.
     26
     27You should have received a copy of the GNU General Public License
     28along with this program; if not, see <https://www.gnu.org/licenses>.
    2129
    2230The contents of this file may alternatively be used under the terms
    2331of the Common Development and Distribution License Version 1.0
    24 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    25 VirtualBox OSE distribution, in which case the provisions of the
     32(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     33in the VirtualBox distribution, in which case the provisions of the
    2634CDDL are applicable instead of those of the GPL.
    2735
    2836You may elect to license modified versions of this file under the
    2937terms and conditions of either the GPL or the CDDL or both.
     38
     39SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3040"""
    3141__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/check_for_deleted_builds.py

    r93115 r96407  
    1717__copyright__ = \
    1818"""
    19 Copyright (C) 2012-2022 Oracle Corporation
     19Copyright (C) 2012-2022 Oracle and/or its affiliates.
    2020
    21 This file is part of VirtualBox Open Source Edition (OSE), as
    22 available from http://www.virtualbox.org. This file is free software;
    23 you can redistribute it and/or modify it under the terms of the GNU
    24 General Public License (GPL) as published by the Free Software
    25 Foundation, in version 2 as it comes in the "COPYING" file of the
    26 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    27 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     21This file is part of VirtualBox base platform packages, as
     22available from https://www.virtualbox.org.
     23
     24This program is free software; you can redistribute it and/or
     25modify it under the terms of the GNU General Public License
     26as published by the Free Software Foundation, in version 3 of the
     27License.
     28
     29This program is distributed in the hope that it will be useful, but
     30WITHOUT ANY WARRANTY; without even the implied warranty of
     31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     32General Public License for more details.
     33
     34You should have received a copy of the GNU General Public License
     35along with this program; if not, see <https://www.gnu.org/licenses>.
    2836
    2937The contents of this file may alternatively be used under the terms
    3038of the Common Development and Distribution License Version 1.0
    31 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    32 VirtualBox OSE distribution, in which case the provisions of the
     39(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     40in the VirtualBox distribution, in which case the provisions of the
    3341CDDL are applicable instead of those of the GPL.
    3442
    3543You may elect to license modified versions of this file under the
    3644terms and conditions of either the GPL or the CDDL or both.
     45
     46SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3747"""
    3848__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/close_orphaned_testsets.py

    r93115 r96407  
    1212__copyright__ = \
    1313"""
    14 Copyright (C) 2012-2022 Oracle Corporation
     14Copyright (C) 2012-2022 Oracle and/or its affiliates.
    1515
    16 This file is part of VirtualBox Open Source Edition (OSE), as
    17 available from http://www.virtualbox.org. This file is free software;
    18 you can redistribute it and/or modify it under the terms of the GNU
    19 General Public License (GPL) as published by the Free Software
    20 Foundation, in version 2 as it comes in the "COPYING" file of the
    21 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    22 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16This file is part of VirtualBox base platform packages, as
     17available from https://www.virtualbox.org.
     18
     19This program is free software; you can redistribute it and/or
     20modify it under the terms of the GNU General Public License
     21as published by the Free Software Foundation, in version 3 of the
     22License.
     23
     24This program is distributed in the hope that it will be useful, but
     25WITHOUT ANY WARRANTY; without even the implied warranty of
     26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     27General Public License for more details.
     28
     29You should have received a copy of the GNU General Public License
     30along with this program; if not, see <https://www.gnu.org/licenses>.
    2331
    2432The contents of this file may alternatively be used under the terms
    2533of the Common Development and Distribution License Version 1.0
    26 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    27 VirtualBox OSE distribution, in which case the provisions of the
     34(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     35in the VirtualBox distribution, in which case the provisions of the
    2836CDDL are applicable instead of those of the GPL.
    2937
    3038You may elect to license modified versions of this file under the
    3139terms and conditions of either the GPL or the CDDL or both.
     40
     41SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3242"""
    3343__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/del_build.py

    r93115 r96407  
    1313__copyright__ = \
    1414"""
    15 Copyright (C) 2012-2022 Oracle Corporation
     15Copyright (C) 2012-2022 Oracle and/or its affiliates.
    1616
    17 This file is part of VirtualBox Open Source Edition (OSE), as
    18 available from http://www.virtualbox.org. This file is free software;
    19 you can redistribute it and/or modify it under the terms of the GNU
    20 General Public License (GPL) as published by the Free Software
    21 Foundation, in version 2 as it comes in the "COPYING" file of the
    22 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    23 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     17This file is part of VirtualBox base platform packages, as
     18available from https://www.virtualbox.org.
     19
     20This program is free software; you can redistribute it and/or
     21modify it under the terms of the GNU General Public License
     22as published by the Free Software Foundation, in version 3 of the
     23License.
     24
     25This program is distributed in the hope that it will be useful, but
     26WITHOUT ANY WARRANTY; without even the implied warranty of
     27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     28General Public License for more details.
     29
     30You should have received a copy of the GNU General Public License
     31along with this program; if not, see <https://www.gnu.org/licenses>.
    2432
    2533The contents of this file may alternatively be used under the terms
    2634of the Common Development and Distribution License Version 1.0
    27 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    28 VirtualBox OSE distribution, in which case the provisions of the
     35(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     36in the VirtualBox distribution, in which case the provisions of the
    2937CDDL are applicable instead of those of the GPL.
    3038
    3139You may elect to license modified versions of this file under the
    3240terms and conditions of either the GPL or the CDDL or both.
     41
     42SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3343"""
    3444__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/filearchiver.py

    r94129 r96407  
    1313__copyright__ = \
    1414"""
    15 Copyright (C) 2012-2022 Oracle Corporation
    16 
    17 This file is part of VirtualBox Open Source Edition (OSE), as
    18 available from http://www.virtualbox.org. This file is free software;
    19 you can redistribute it and/or modify it under the terms of the GNU
    20 General Public License (GPL) as published by the Free Software
    21 Foundation, in version 2 as it comes in the "COPYING" file of the
    22 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    23 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     15Copyright (C) 2012-2022 Oracle and/or its affiliates.
     16
     17This file is part of VirtualBox base platform packages, as
     18available from https://www.virtualbox.org.
     19
     20This program is free software; you can redistribute it and/or
     21modify it under the terms of the GNU General Public License
     22as published by the Free Software Foundation, in version 3 of the
     23License.
     24
     25This program is distributed in the hope that it will be useful, but
     26WITHOUT ANY WARRANTY; without even the implied warranty of
     27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     28General Public License for more details.
     29
     30You should have received a copy of the GNU General Public License
     31along with this program; if not, see <https://www.gnu.org/licenses>.
    2432
    2533The contents of this file may alternatively be used under the terms
    2634of the Common Development and Distribution License Version 1.0
    27 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    28 VirtualBox OSE distribution, in which case the provisions of the
     35(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     36in the VirtualBox distribution, in which case the provisions of the
    2937CDDL are applicable instead of those of the GPL.
    3038
    3139You may elect to license modified versions of this file under the
    3240terms and conditions of either the GPL or the CDDL or both.
     41
     42SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3343"""
    3444__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/regen_sched_queues.py

    r93115 r96407  
    1212__copyright__ = \
    1313"""
    14 Copyright (C) 2012-2022 Oracle Corporation
     14Copyright (C) 2012-2022 Oracle and/or its affiliates.
    1515
    16 This file is part of VirtualBox Open Source Edition (OSE), as
    17 available from http://www.virtualbox.org. This file is free software;
    18 you can redistribute it and/or modify it under the terms of the GNU
    19 General Public License (GPL) as published by the Free Software
    20 Foundation, in version 2 as it comes in the "COPYING" file of the
    21 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    22 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16This file is part of VirtualBox base platform packages, as
     17available from https://www.virtualbox.org.
     18
     19This program is free software; you can redistribute it and/or
     20modify it under the terms of the GNU General Public License
     21as published by the Free Software Foundation, in version 3 of the
     22License.
     23
     24This program is distributed in the hope that it will be useful, but
     25WITHOUT ANY WARRANTY; without even the implied warranty of
     26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     27General Public License for more details.
     28
     29You should have received a copy of the GNU General Public License
     30along with this program; if not, see <https://www.gnu.org/licenses>.
    2331
    2432The contents of this file may alternatively be used under the terms
    2533of the Common Development and Distribution License Version 1.0
    26 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    27 VirtualBox OSE distribution, in which case the provisions of the
     34(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     35in the VirtualBox distribution, in which case the provisions of the
    2836CDDL are applicable instead of those of the GPL.
    2937
    3038You may elect to license modified versions of this file under the
    3139terms and conditions of either the GPL or the CDDL or both.
     40
     41SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3242"""
    3343__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/vcs_import.py

    r94129 r96407  
    1111__copyright__ = \
    1212"""
    13 Copyright (C) 2012-2022 Oracle Corporation
    14 
    15 This file is part of VirtualBox Open Source Edition (OSE), as
    16 available from http://www.virtualbox.org. This file is free software;
    17 you can redistribute it and/or modify it under the terms of the GNU
    18 General Public License (GPL) as published by the Free Software
    19 Foundation, in version 2 as it comes in the "COPYING" file of the
    20 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    21 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     13Copyright (C) 2012-2022 Oracle and/or its affiliates.
     14
     15This file is part of VirtualBox base platform packages, as
     16available from https://www.virtualbox.org.
     17
     18This program is free software; you can redistribute it and/or
     19modify it under the terms of the GNU General Public License
     20as published by the Free Software Foundation, in version 3 of the
     21License.
     22
     23This program is distributed in the hope that it will be useful, but
     24WITHOUT ANY WARRANTY; without even the implied warranty of
     25MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     26General Public License for more details.
     27
     28You should have received a copy of the GNU General Public License
     29along with this program; if not, see <https://www.gnu.org/licenses>.
    2230
    2331The contents of this file may alternatively be used under the terms
    2432of the Common Development and Distribution License Version 1.0
    25 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    26 VirtualBox OSE distribution, in which case the provisions of the
     33(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     34in the VirtualBox distribution, in which case the provisions of the
    2735CDDL are applicable instead of those of the GPL.
    2836
    2937You may elect to license modified versions of this file under the
    3038terms and conditions of either the GPL or the CDDL or both.
     39
     40SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3141"""
    3242__version__ = "$Revision$"
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r94129 r96407  
    1717__copyright__ = \
    1818"""
    19 Copyright (C) 2012-2022 Oracle Corporation
    20 
    21 This file is part of VirtualBox Open Source Edition (OSE), as
    22 available from http://www.virtualbox.org. This file is free software;
    23 you can redistribute it and/or modify it under the terms of the GNU
    24 General Public License (GPL) as published by the Free Software
    25 Foundation, in version 2 as it comes in the "COPYING" file of the
    26 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    27 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     19Copyright (C) 2012-2022 Oracle and/or its affiliates.
     20
     21This file is part of VirtualBox base platform packages, as
     22available from https://www.virtualbox.org.
     23
     24This program is free software; you can redistribute it and/or
     25modify it under the terms of the GNU General Public License
     26as published by the Free Software Foundation, in version 3 of the
     27License.
     28
     29This program is distributed in the hope that it will be useful, but
     30WITHOUT ANY WARRANTY; without even the implied warranty of
     31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     32General Public License for more details.
     33
     34You should have received a copy of the GNU General Public License
     35along with this program; if not, see <https://www.gnu.org/licenses>.
    2836
    2937The contents of this file may alternatively be used under the terms
    3038of the Common Development and Distribution License Version 1.0
    31 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    32 VirtualBox OSE distribution, in which case the provisions of the
     39(CDDL), a copy of it is provided in the "COPYING.CDDL" file included
     40in the VirtualBox distribution, in which case the provisions of the
    3341CDDL are applicable instead of those of the GPL.
    3442
    3543You may elect to license modified versions of this file under the
    3644terms and conditions of either the GPL or the CDDL or both.
     45
     46SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
    3747"""
    3848__version__ = "$Revision$"
Note: See TracChangeset for help on using the changeset viewer.

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