VirtualBox

Changeset 69342 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 26, 2017 12:06:15 PM (7 years ago)
Author:
vboxsync
Message:

scm: another MIT variant (vbox_vendor_selector)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmrw.cpp

    r69324 r69342  
    269269
    270270/** --license-(based-on)mit, alternative wording \#4.
     271 * @note This differs from g_szMitAlt2 in injecting "(including the next
     272 *       paragraph)". */
     273static 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.
    271294 * @note This differs from g_szMitAlt3 in using "sub license" instead of
    272295 *       "sublicense" and adding an illogical "(including the next
    273296 *       paragraph)" remark to the final paragraph. (vbox_ttm.c) */
    274 static const char g_szMitAlt4[] =
     297static const char g_szMitAlt5[] =
    275298    "Permission is hereby granted, free of charge, to any person obtaining a\n"
    276299    "copy of this software and associated documentation files (the\n"
     
    293316    "of the Software.\n";
    294317
    295 
    296318/** Oracle confidential. */
    297319static const char g_szOracleConfidential[] =
     
    318340    { kScmLicenseType_Mit,              kScmLicense_Mit,            RT_STR_TUPLE(g_szMitAlt3) },
    319341    { kScmLicenseType_Mit,              kScmLicense_Mit,            RT_STR_TUPLE(g_szMitAlt4) },
     342    { kScmLicenseType_Mit,              kScmLicense_Mit,            RT_STR_TUPLE(g_szMitAlt5) },
    320343    { kScmLicenseType_OseGpl,           kScmLicense_OseGpl,         RT_STR_TUPLE(g_szVBoxOseGpl)},
    321344    { kScmLicenseType_OseDualGplCddl,   kScmLicense_OseDualGplCddl, RT_STR_TUPLE(g_szVBoxOseDualGplCddl) },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette