Changeset 96412 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 22, 2022 7:52:30 PM (2 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 5 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"
Note:
See TracChangeset
for help on using the changeset viewer.