Changeset 96412 in vbox
- Timestamp:
- Aug 22, 2022 7:52:30 PM (2 years ago)
- Location:
- trunk/src
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/constants-python.xsl
r96407 r96412 49 49 __copyright__ = \ 50 50 """ 51 Copyright (C) 2009-202 0 Oracle Corporation51 Copyright (C) 2009-2022 Oracle and/or its affiliates. 52 52 53 This file is part of VirtualBox Open Source Edition (OSE), as 54 available from http://www.virtualbox.org. This file is free software; 55 you can redistribute it and/or modify it under the terms of the GNU 56 General Public License (GPL) as published by the Free Software 57 Foundation, in version 2 as it comes in the "COPYING" file of the 58 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 59 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 53 This file is part of VirtualBox base platform packages, as 54 available from https://www.virtualbox.org. 60 55 61 The contents of this file may alternatively be used under the terms 62 of the Common Development and Distribution License Version 1.0 63 (CDDL) only, as it comes in the "COPYING.CDDL" file of the 64 VirtualBox OSE distribution, in which case the provisions of the 65 CDDL are applicable instead of those of the GPL. 56 This program is free software; you can redistribute it and/or 57 modify it under the terms of the GNU General Public License 58 as published by the Free Software Foundation, in version 3 of the 59 License. 66 60 67 You may elect to license modified versions of this file under the 68 terms and conditions of either the GPL or the CDDL or both. 61 This program is distributed in the hope that it will be useful, but 62 WITHOUT ANY WARRANTY; without even the implied warranty of 63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 64 General Public License for more details. 65 66 You should have received a copy of the GNU General Public License 67 along with this program; if not, see <https://www.gnu.org/licenses>. 68 69 SPDX-License-Identifier: GPL-3.0-only 69 70 """ 70 71 -
trunk/src/VBox/Main/idl/apiwrap-server.xsl
r96407 r96412 92 92 93 93 /* 94 * Copyright (C) 2010-202 0 Oracle Corporation94 * Copyright (C) 2010-2022 Oracle and/or its affiliates. 95 95 * 96 * This file is part of VirtualBox Open Source Edition (OSE), as 97 * available from http://www.virtualbox.org. This file is free software; 98 * you can redistribute it and/or modify it under the terms of the GNU 99 * General Public License (GPL) as published by the Free Software 100 * Foundation, in version 2 as it comes in the "COPYING" file of the 101 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 102 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 96 * This file is part of VirtualBox base platform packages, as 97 * available from https://www.virtualbox.org. 98 * 99 * This program is free software; you can redistribute it and/or 100 * modify it under the terms of the GNU General Public License 101 * as published by the Free Software Foundation, in version 3 of the 102 * License. 103 * 104 * This program is distributed in the hope that it will be useful, but 105 * WITHOUT ANY WARRANTY; without even the implied warranty of 106 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 107 * General Public License for more details. 108 * 109 * You should have received a copy of the GNU General Public License 110 * along with this program; if not, see <https://www.gnu.org/licenses>. 111 * 112 * SPDX-License-Identifier: GPL-3.0-only 103 113 */ 104 114 -
trunk/src/VBox/Main/idl/comimpl.xsl
r96407 r96412 69 69 70 70 /* 71 * Copyright (C) 2010-202 0 Oracle Corporation71 * Copyright (C) 2010-2022 Oracle and/or its affiliates. 72 72 * 73 * This file is part of VirtualBox Open Source Edition (OSE), as 74 * available from http://www.virtualbox.org. This file is free software; 75 * you can redistribute it and/or modify it under the terms of the GNU 76 * General Public License (GPL) as published by the Free Software 77 * Foundation, in version 2 as it comes in the "COPYING" file of the 78 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 79 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 73 * This file is part of VirtualBox base platform packages, as 74 * available from https://www.virtualbox.org. 75 * 76 * This program is free software; you can redistribute it and/or 77 * modify it under the terms of the GNU General Public License 78 * as published by the Free Software Foundation, in version 3 of the 79 * License. 80 * 81 * This program is distributed in the hope that it will be useful, but 82 * WITHOUT ANY WARRANTY; without even the implied warranty of 83 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 84 * General Public License for more details. 85 * 86 * You should have received a copy of the GNU General Public License 87 * along with this program; if not, see <https://www.gnu.org/licenses>. 88 * 89 * SPDX-License-Identifier: GPL-3.0-only 80 90 */ 81 91 -
trunk/src/VBox/Main/idl/stringify-enums.xsl
r96407 r96412 67 67 68 68 /* 69 * Copyright (C) 2006-2022 Oracle Corporation 70 * 71 * This file is part of VirtualBox Open Source Edition (OSE), as 72 * available from http://www.virtualbox.org. This file is free software; 73 * you can redistribute it and/or modify it under the terms of the GNU 74 * General Public License (GPL) as published by the Free Software 75 * Foundation, in version 2 as it comes in the "COPYING" file of the 76 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 77 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 69 * Copyright (C) 2022 Oracle and/or its affiliates. 70 * 71 * This file is part of VirtualBox base platform packages, as 72 * available from https://www.virtualbox.org. 73 * 74 * This program is free software; you can redistribute it and/or 75 * modify it under the terms of the GNU General Public License 76 * as published by the Free Software Foundation, in version 3 of the 77 * License. 78 * 79 * This program is distributed in the hope that it will be useful, but 80 * WITHOUT ANY WARRANTY; without even the implied warranty of 81 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 82 * General Public License for more details. 83 * 84 * You should have received a copy of the GNU General Public License 85 * along with this program; if not, see <https://www.gnu.org/licenses>. 86 * 87 * SPDX-License-Identifier: GPL-3.0-only 78 88 */ 79 89 -
trunk/src/VBox/Main/src-server/USBIdDatabaseGenerator.cpp
r96407 r96412 258 258 "\n" 259 259 "/*\n" 260 " * Copyright (C) 2015-202 0 Oracle Corporation\n"260 " * Copyright (C) 2015-2022 Oracle and/or its affiliates.\n" 261 261 " *\n" 262 " * This file is part of VirtualBox Open Source Edition(OSE), as\n" 263 " * available from http ://www.virtualbox.org. This file is free software;\n" 264 " * you can redistribute it and / or modify it under the terms of the GNU\n" 265 " * General Public License(GPL) as published by the Free Software\n" 266 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the\n" 267 " * VirtualBox OSE distribution.VirtualBox OSE is distributed in the\n" 268 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.\n" 262 " * This file is part of VirtualBox base platform packages, as\n" 263 " * available from https://www.virtualbox.org.\n" 264 " *\n" 265 " * This program is free software; you can redistribute it and/or\n" 266 " * modify it under the terms of the GNU General Public License\n" 267 " * as published by the Free Software Foundation, in version 3 of the\n" 268 " * License.\n" 269 " *\n" 270 " * This program is distributed in the hope that it will be useful, but\n" 271 " * WITHOUT ANY WARRANTY; without even the implied warranty of\n" 272 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" 273 " * General Public License for more details.\n" 274 " *\n" 275 " * You should have received a copy of the GNU General Public License\n" 276 " * along with this program; if not, see <https://www.gnu.org/licenses>.\n" 277 " *\n" 278 " * SPDX-License-Identifier: GPL-3.0-only\n" 269 279 " */" 270 280 "\n" -
trunk/src/VBox/Runtime/common/string/uniread.cpp
r96407 r96412 1051 1051 "\n" 1052 1052 "/*\n" 1053 " * Copyright (C) 2006-202 0 Oracle Corporation\n"1053 " * Copyright (C) 2006-2022 Oracle and/or its affiliates.\n" 1054 1054 " *\n" 1055 " * This file is part of VirtualBox Open Source Edition (OSE), as\n" 1056 " * available from http://www.virtualbox.org. This file is free software;\n" 1057 " * you can redistribute it and/or modify it under the terms of the GNU\n" 1058 " * General Public License (GPL) as published by the Free Software\n" 1059 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the\n" 1060 " * VirtualBox OSE distribution. VirtualBox OSE is distributed in the\n" 1061 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.\n" 1055 " * This file is part of VirtualBox base platform packages, as\n" 1056 " * available from https://www.virtualbox.org.\n" 1057 " *\n" 1058 " * This program is free software; you can redistribute it and/or\n" 1059 " * modify it under the terms of the GNU General Public License\n" 1060 " * as published by the Free Software Foundation, in version 3 of the\n" 1061 " * License.\n" 1062 " *\n" 1063 " * This program is distributed in the hope that it will be useful, but\n" 1064 " * WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1065 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" 1066 " * General Public License for more details.\n" 1067 " *\n" 1068 " * You should have received a copy of the GNU General Public License\n" 1069 " * along with this program; if not, see <https://www.gnu.org/licenses>.\n" 1062 1070 " *\n" 1063 1071 " * The contents of this file may alternatively be used under the terms\n" 1064 1072 " * of the Common Development and Distribution License Version 1.0\n" 1065 " * (CDDL) only, as it comes in the \"COPYING.CDDL\" file of the\n"1066 " * VirtualBox OSEdistribution, in which case the provisions of the\n"1073 " * (CDDL), a copy of it is provided in the \"COPYING.CDDL\" file included\n" 1074 " * in the VirtualBox distribution, in which case the provisions of the\n" 1067 1075 " * CDDL are applicable instead of those of the GPL.\n" 1068 1076 " *\n" 1069 1077 " * You may elect to license modified versions of this file under the\n" 1070 1078 " * terms and conditions of either the GPL or the CDDL or both.\n" 1079 " *\n" 1080 " * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0\n" 1071 1081 " */\n" 1072 1082 "\n" -
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r96407 r96412 208 208 "\n" 209 209 "/*\n" 210 " * Copyright (C) 2013-202 0 Oracle Corporation\n"210 " * Copyright (C) 2013-2022 Oracle and/or its affiliates.\n" 211 211 " *\n" 212 " * This file is part of VirtualBox Open Source Edition (OSE), as\n" 213 " * available from http://www.virtualbox.org. This file is free software;\n" 214 " * you can redistribute it and/or modify it under the terms of the GNU\n" 215 " * General Public License (GPL) as published by the Free Software\n" 216 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the\n" 217 " * VirtualBox OSE distribution. VirtualBox OSE is distributed in the\n" 218 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.\n" 212 " * This file is part of VirtualBox base platform packages, as\n" 213 " * available from https://www.virtualbox.org.\n" 214 " *\n" 215 " * This program is free software; you can redistribute it and/or\n" 216 " * modify it under the terms of the GNU General Public License\n" 217 " * as published by the Free Software Foundation, in version 3 of the\n" 218 " * License.\n" 219 " *\n" 220 " * This program is distributed in the hope that it will be useful, but\n" 221 " * WITHOUT ANY WARRANTY; without even the implied warranty of\n" 222 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" 223 " * General Public License for more details.\n" 224 " *\n" 225 " * You should have received a copy of the GNU General Public License\n" 226 " * along with this program; if not, see <https://www.gnu.org/licenses>.\n" 219 227 " *\n" 220 228 " * The contents of this file may alternatively be used under the terms\n" 221 229 " * of the Common Development and Distribution License Version 1.0\n" 222 " * (CDDL) only, as it comes in the \"COPYING.CDDL\" file of the\n"223 " * VirtualBox OSEdistribution, in which case the provisions of the\n"230 " * (CDDL), a copy of it is provided in the \"COPYING.CDDL\" file included\n" 231 " * in the VirtualBox distribution, in which case the provisions of the\n" 224 232 " * CDDL are applicable instead of those of the GPL.\n" 225 233 " *\n" 226 234 " * You may elect to license modified versions of this file under the\n" 227 235 " * terms and conditions of either the GPL or the CDDL or both.\n" 236 " *\n" 237 " * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0\n" 228 238 " */\n" 229 239 "\n" -
trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp
r96407 r96412 855 855 "\n" 856 856 "/*\n" 857 " * Copyright (C) 2022 Oracle Corporation\n"857 " * Copyright (C) 2022 Oracle and/or its affiliates.\n" 858 858 " *\n" 859 " * This file is part of VirtualBox Open Source Edition (OSE), as\n" 860 " * available from http://www.virtualbox.org. This file is free software;\n" 861 " * you can redistribute it and/or modify it under the terms of the GNU\n" 862 " * General Public License (GPL) as published by the Free Software\n" 863 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the\n" 864 " * VirtualBox OSE distribution. VirtualBox OSE is distributed in the\n" 865 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.\n" 859 " * This file is part of VirtualBox base platform packages, as\n" 860 " * available from https://www.virtualbox.org.\n" 861 " *\n" 862 " * This program is free software; you can redistribute it and/or\n" 863 " * modify it under the terms of the GNU General Public License\n" 864 " * as published by the Free Software Foundation, in version 3 of the\n" 865 " * License.\n" 866 " *\n" 867 " * This program is distributed in the hope that it will be useful, but\n" 868 " * WITHOUT ANY WARRANTY; without even the implied warranty of\n" 869 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" 870 " * General Public License for more details.\n" 871 " *\n" 872 " * You should have received a copy of the GNU General Public License\n" 873 " * along with this program; if not, see <https://www.gnu.org/licenses>.\n" 874 " *\n" 875 " * SPDX-License-Identifier: GPL-3.0-only\n" 866 876 " */\n" 867 877 "\n" -
trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
r96407 r96412 4774 4774 "\n" 4775 4775 "/*\n" 4776 " * Copyright (C) 2013-202 0 Oracle Corporation\n"4776 " * Copyright (C) 2013-2022 Oracle and/or its affiliates.\n" 4777 4777 " *\n" 4778 " * This file is part of VirtualBox Open Source Edition (OSE), as\n" 4779 " * available from http://www.virtualbox.org. This file is free software;\n" 4780 " * you can redistribute it and/or modify it under the terms of the GNU\n" 4781 " * General Public License (GPL) as published by the Free Software\n" 4782 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the\n" 4783 " * VirtualBox OSE distribution. VirtualBox OSE is distributed in the\n" 4784 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.\n" 4778 " * This file is part of VirtualBox base platform packages, as\n" 4779 " * available from https://www.virtualbox.org.\n" 4780 " *\n" 4781 " * This program is free software; you can redistribute it and/or\n" 4782 " * modify it under the terms of the GNU General Public License\n" 4783 " * as published by the Free Software Foundation, in version 3 of the\n" 4784 " * License.\n" 4785 " *\n" 4786 " * This program is distributed in the hope that it will be useful, but\n" 4787 " * WITHOUT ANY WARRANTY; without even the implied warranty of\n" 4788 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" 4789 " * General Public License for more details.\n" 4790 " *\n" 4791 " * You should have received a copy of the GNU General Public License\n" 4792 " * along with this program; if not, see <https://www.gnu.org/licenses>.\n" 4793 " *\n" 4794 " * SPDX-License-Identifier: GPL-3.0-only\n" 4785 4795 " */\n" 4786 4796 "\n" -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r96407 r96412 486 486 '', 487 487 '/*', 488 ' * Copyright (C) 2017-202 0 Oracle Corporation',488 ' * Copyright (C) 2017-2022 Oracle and/or its affiliates.', 489 489 ' *', 490 ' * This file is part of VirtualBox Open Source Edition (OSE), as', 491 ' * available from http://www.virtualbox.org. This file is free software;', 492 ' * you can redistribute it and/or modify it under the terms of the GNU', 493 ' * General Public License (GPL) as published by the Free Software', 494 ' * Foundation, in version 2 as it comes in the "COPYING" file of the', 495 ' * VirtualBox OSE distribution. VirtualBox OSE is distributed in the', 496 ' * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.', 497 ' * ', 490 ' * This file is part of VirtualBox base platform packages, as', 491 ' * available from https://www.virtualbox.org.', 492 ' *', 493 ' * This program is free software; you can redistribute it and/or', 494 ' * modify it under the terms of the GNU General Public License', 495 ' * as published by the Free Software Foundation, in version 3 of the', 496 ' * License.', 497 ' *', 498 ' * This program is distributed in the hope that it will be useful, but', 499 ' * WITHOUT ANY WARRANTY; without even the implied warranty of', 500 ' * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU', 501 ' * General Public License for more details.', 502 ' *', 503 ' * You should have received a copy of the GNU General Public License', 504 ' * along with this program; if not, see <https://www.gnu.org/licenses>.', 505 ' *', 498 506 ' * The contents of this file may alternatively be used under the terms', 499 507 ' * of the Common Development and Distribution License Version 1.0', 500 ' * (CDDL) only, as it comes in the "COPYING.CDDL" file of the',501 ' * VirtualBox OSEdistribution, in which case the provisions of the',508 ' * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included', 509 ' * in the VirtualBox distribution, in which case the provisions of the', 502 510 ' * CDDL are applicable instead of those of the GPL.', 503 ' * 511 ' *', 504 512 ' * You may elect to license modified versions of this file under the', 505 513 ' * terms and conditions of either the GPL or the CDDL or both.', 514 ' *', 515 ' * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0', 506 516 ' */', 507 517 '', -
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 '' -
trunk/src/libs/openssl-3.0.3/Makefile.kmk
r96407 r96412 97 97 "" \ 98 98 "/*" \ 99 " * Copyright (C) 2011$(if-expr $(date %Y) > 2011,-$(date %Y),) Oracle Corporation" \99 " * Copyright (C) 2011$(if-expr $(date %Y) > 2011,-$(date %Y),) Oracle and/or its affiliates." \ 100 100 " *" \ 101 " * This file is part of VirtualBox Open Source Edition (OSE), as" \ 102 " * available from http://www.virtualbox.org. This file is free software;" \ 103 " * you can redistribute it and/or modify it under the terms of the GNU" \ 104 " * General Public License (GPL) as published by the Free Software" \ 105 " * Foundation, in version 2 as it comes in the \"COPYING\" file of the" \ 106 " * VirtualBox OSE distribution. VirtualBox OSE is distributed in the" \ 107 " * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind." \ 101 " * This file is part of VirtualBox base platform packages, as" \ 102 " * available from https://www.virtualbox.org." \ 108 103 " *" \ 109 " * The contents of this file may alternatively be used under the terms" \ 110 " * of the Common Development and Distribution License Version 1.0" \ 111 " * (CDDL) only, as it comes in the \"COPYING.CDDL\" file of the" \ 112 " * VirtualBox OSE distribution, in which case the provisions of the" \ 113 " * CDDL are applicable instead of those of the GPL." \ 104 " * This program is free software; you can redistribute it and/or" \ 105 " * modify it under the terms of the GNU General Public License" \ 106 " * as published by the Free Software Foundation, in version 3 of the" \ 107 " * License." \ 114 108 " *" \ 115 " * You may elect to license modified versions of this file under the" \ 116 " * terms and conditions of either the GPL or the CDDL or both." \ 109 " * This program is distributed in the hope that it will be useful, but" \ 110 " * WITHOUT ANY WARRANTY; without even the implied warranty of" \ 111 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU" \ 112 " * General Public License for more details." \ 113 " *" \ 114 " * You should have received a copy of the GNU General Public License" \ 115 " * along with this program; if not, see <https://www.gnu.org/licenses>." \ 116 " *" \ 117 " * SPDX-License-Identifier: GPL-3.0-only" \ 117 118 " */" \ 118 119 "" \ -
trunk/src/libs/xpcom18a4/java/tools/genjifaces.xsl
r96407 r96412 105 105 <xsl:template name="fileheader"> 106 106 <xsl:param name="name" /> 107 <xsl:text>/** 108 * Copyright (C) 2010-2015 Oracle Corporation 109 * 110 * This file is part of VirtualBox Open Source Edition (OSE), as 111 * available from http://www.virtualbox.org. This file is free software; 112 * you can redistribute it and/or modify it under the terms of the GNU 113 * General Public License (GPL) as published by the Free Software 114 * Foundation, in version 2 as it comes in the "COPYING" file of the 115 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 116 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 117 * 107 <xsl:text>/** @file 118 108 </xsl:text> 119 109 <xsl:value-of select="concat(' * ',$name)"/> … … 125 115 */ 126 116 117 /* 118 * Copyright (C) 2010-2022 Oracle and/or its affiliates. 119 * 120 * This file is part of VirtualBox base platform packages, as 121 * available from https://www.virtualbox.org. 122 * 123 * This program is free software; you can redistribute it and/or 124 * modify it under the terms of the GNU General Public License 125 * as published by the Free Software Foundation, in version 3 of the 126 * License. 127 * 128 * This program is distributed in the hope that it will be useful, but 129 * WITHOUT ANY WARRANTY; without even the implied warranty of 130 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 131 * General Public License for more details. 132 * 133 * You should have received a copy of the GNU General Public License 134 * along with this program; if not, see <https://www.gnu.org/licenses>. 135 * 136 * SPDX-License-Identifier: GPL-3.0-only 137 * 127 138 </xsl:text> 128 139 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.