Changeset 96412 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Aug 22, 2022 7:52:30 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk
r96407 r96412 645 645 '' \ 646 646 '/*' \ 647 ' * Copyright (C) 2007-202 0 Oracle Corporation' \647 ' * Copyright (C) 2007-2022 Oracle and/or its affiliates.' \ 648 648 ' *' \ 649 ' * This file is part of VirtualBox Open Source Edition (OSE), as' \ 650 ' * available from http://www.virtualbox.org. This file is free software;' \ 651 ' * you can redistribute it and/or modify it under the terms of the GNU' \ 652 ' * General Public License (GPL) as published by the Free Software' \ 653 ' * Foundation, in version 2 as it comes in the "COPYING" file of the' \ 654 ' * VirtualBox OSE distribution. VirtualBox OSE is distributed in the' \ 655 ' * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.' \ 649 ' * This file is part of VirtualBox base platform packages, as' \ 650 ' * available from https://www.virtualbox.org.' \ 651 ' *' \ 652 ' * This program is free software; you can redistribute it and/or' \ 653 ' * modify it under the terms of the GNU General Public License' \ 654 ' * as published by the Free Software Foundation, in version 3 of the' \ 655 ' * License.' \ 656 ' *' \ 657 ' * This program is distributed in the hope that it will be useful, but' \ 658 ' * WITHOUT ANY WARRANTY; without even the implied warranty of' \ 659 ' * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU' \ 660 ' * General Public License for more details.' \ 661 ' *' \ 662 ' * You should have received a copy of the GNU General Public License' \ 663 ' * along with this program; if not, see <https://www.gnu.org/licenses>.' \ 656 664 ' *' \ 657 665 ' * The contents of this file may alternatively be used under the terms' \ 658 666 ' * of the Common Development and Distribution License Version 1.0' \ 659 ' * (CDDL) only, as it comes in the "COPYING.CDDL" file of the' \660 ' * VirtualBox OSEdistribution, in which case the provisions of the' \667 ' * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included' \ 668 ' * in the VirtualBox distribution, in which case the provisions of the' \ 661 669 ' * CDDL are applicable instead of those of the GPL.' \ 662 670 ' *' \ 663 671 ' * You may elect to license modified versions of this file under the' \ 664 672 ' * terms and conditions of either the GPL or the CDDL or both.' \ 673 ' *' \ 674 ' * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0' \ 665 675 ' */' \ 666 676 '' … … 694 704 '' \ 695 705 '#' \ 696 '# Copyright (C) 2007-2020 Oracle Corporation' \ 697 '#' \ 698 '# This file is part of VirtualBox Open Source Edition (OSE), as' \ 699 '# available from http://www.virtualbox.org. This file is free software;' \ 700 '# you can redistribute it and/or modify it under the terms of the GNU' \ 701 '# General Public License (GPL) as published by the Free Software' \ 702 '# Foundation, in version 2 as it comes in the "COPYING" file of the' \ 703 '# VirtualBox OSE distribution. VirtualBox OSE is distributed in the' \ 704 '# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.' \ 706 '# Copyright (C) 2007-2022 Oracle and/or its affiliates.' \ 707 '#' \ 708 '# This file is part of VirtualBox base platform packages, as' \ 709 '# available from https://www.virtualbox.org.' \ 710 '#' \ 711 '# This program is free software; you can redistribute it and/or' \ 712 '# modify it under the terms of the GNU General Public License' \ 713 '# as published by the Free Software Foundation, in version 3 of the' \ 714 '# License.' \ 715 '#' \ 716 '# This program is distributed in the hope that it will be useful, but' \ 717 '# WITHOUT ANY WARRANTY; without even the implied warranty of' \ 718 '# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU' \ 719 '# General Public License for more details.' \ 720 '#' \ 721 '# You should have received a copy of the GNU General Public License' \ 722 '# along with this program; if not, see <https://www.gnu.org/licenses>.' \ 705 723 '#' \ 706 724 '# The contents of this file may alternatively be used under the terms' \ 707 725 '# of the Common Development and Distribution License Version 1.0' \ 708 '# (CDDL) only, as it comes in the "COPYING.CDDL" file of the' \709 '# VirtualBox OSEdistribution, in which case the provisions of the' \726 '# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included' \ 727 '# in the VirtualBox distribution, in which case the provisions of the' \ 710 728 '# CDDL are applicable instead of those of the GPL.' \ 711 729 '#' \ 712 730 '# You may elect to license modified versions of this file under the' \ 713 731 '# terms and conditions of either the GPL or the CDDL or both.' \ 732 '#' \ 733 '# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0' \ 714 734 '#' \ 715 735 ''
Note:
See TracChangeset
for help on using the changeset viewer.