Changeset 96412 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 22, 2022 7:52:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.