Changeset 69342 in vbox for trunk/src/bldprogs
- Timestamp:
- Oct 26, 2017 12:06:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r69324 r69342 269 269 270 270 /** --license-(based-on)mit, alternative wording \#4. 271 * @note This differs from g_szMitAlt2 in injecting "(including the next 272 * paragraph)". */ 273 static const char g_szMitAlt4[] = 274 "Permission is hereby granted, free of charge, to any person obtaining a\n" 275 "copy of this software and associated documentation files (the \"Software\"),\n" 276 "to deal in the Software without restriction, including without limitation\n" 277 "the rights to use, copy, modify, merge, publish, distribute, sublicense,\n" 278 "and/or sell copies of the Software, and to permit persons to whom the\n" 279 "Software is furnished to do so, subject to the following conditions:\n" 280 "\n" 281 "The above copyright notice and this permission notice (including the next\n" 282 "paragraph) shall be included in all copies or substantial portions of the\n" 283 "Software.\n" 284 "\n" 285 "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" 286 "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" 287 "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n" 288 "THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" 289 "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n" 290 "FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n" 291 "DEALINGS IN THE SOFTWARE.\n"; 292 293 /** --license-(based-on)mit, alternative wording \#5. 271 294 * @note This differs from g_szMitAlt3 in using "sub license" instead of 272 295 * "sublicense" and adding an illogical "(including the next 273 296 * paragraph)" remark to the final paragraph. (vbox_ttm.c) */ 274 static const char g_szMitAlt 4[] =297 static const char g_szMitAlt5[] = 275 298 "Permission is hereby granted, free of charge, to any person obtaining a\n" 276 299 "copy of this software and associated documentation files (the\n" … … 293 316 "of the Software.\n"; 294 317 295 296 318 /** Oracle confidential. */ 297 319 static const char g_szOracleConfidential[] = … … 318 340 { kScmLicenseType_Mit, kScmLicense_Mit, RT_STR_TUPLE(g_szMitAlt3) }, 319 341 { kScmLicenseType_Mit, kScmLicense_Mit, RT_STR_TUPLE(g_szMitAlt4) }, 342 { kScmLicenseType_Mit, kScmLicense_Mit, RT_STR_TUPLE(g_szMitAlt5) }, 320 343 { kScmLicenseType_OseGpl, kScmLicense_OseGpl, RT_STR_TUPLE(g_szVBoxOseGpl)}, 321 344 { kScmLicenseType_OseDualGplCddl, kScmLicense_OseDualGplCddl, RT_STR_TUPLE(g_szVBoxOseDualGplCddl) },
Note:
See TracChangeset
for help on using the changeset viewer.