VirtualBox

Changeset 1647 in kBuild


Ignore:
Timestamp:
Jun 2, 2008 11:58:46 AM (17 years ago)
Author:
bird
Message:

Added the GPL+CDDL VirtualBox license and refreshed the standard VirtualBox license.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kdev.e

    r1592 r1647  
    12541254
    12551255    k_javadoc_box_start('@file');
    1256     if (skLicense == 'VirtualBox' || 1 /* it's now default */)
    1257     {
     1256    //if (1)
     1257    //{
    12581258        fSplit = 1;
    12591259        iCursorLine = p_RLine;
     
    12621262        _insert_text("\n");
    12631263        _insert_text(k_comment() "\n");
    1264     }
    1265     else
    1266     {
    1267         k_javadoc_box_line();
    1268         iCursorLine = p_RLine;
    1269         k_javadoc_box_line();
    1270         k_javadoc_box_line();
    1271     }
     1264    //}
     1265    //else
     1266    //{
     1267    //    k_javadoc_box_line();
     1268    //    iCursorLine = p_RLine;
     1269    //    k_javadoc_box_line();
     1270    //    k_javadoc_box_line();
     1271    //}
    12721272
    12731273    if (skLicense == 'Confidential')
     
    12791279    if (skCompany != '')
    12801280    {
    1281         if (skLicense == 'VirtualBox')
     1281        if (skLicense != 'Confidential')
    12821282            k_javadoc_box_line('Copyright (C) ' k_year() ' ' skCompany);
    12831283        else
     
    13571357            k_javadoc_box_line('available from http://www.virtualbox.org. This file is free software;')
    13581358            k_javadoc_box_line('you can redistribute it and/or modify it under the terms of the GNU')
    1359             k_javadoc_box_line('General Public License as published by the Free Software Foundation,')
    1360             k_javadoc_box_line('in version 2 as it comes in the "COPYING" file of the VirtualBox OSE')
    1361             k_javadoc_box_line('distribution. VirtualBox OSE is distributed in the hope that it will')
    1362             k_javadoc_box_line('be useful, but WITHOUT ANY WARRANTY of any kind.')
     1359            k_javadoc_box_line('General Public License (GPL) as published by the Free Software')
     1360            k_javadoc_box_line('Foundation, in version 2 as it comes in the "COPYING" file of the')
     1361            k_javadoc_box_line('VirtualBox OSE distribution. VirtualBox OSE is distributed in the')
     1362            k_javadoc_box_line('hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.')
     1363            k_javadoc_box_line('')
     1364            k_javadoc_box_line('Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa')
     1365            k_javadoc_box_line('Clara, CA 95054 USA or visit http://www.sun.com if you need')
     1366            k_javadoc_box_line('additional information or have any questions.')
     1367            break;
     1368
     1369        case 'VirtualBoxGPLAndCDDL':
     1370            k_javadoc_box_line('This file is part of VirtualBox Open Source Edition (OSE), as')
     1371            k_javadoc_box_line('available from http://www.virtualbox.org. This file is free software;')
     1372            k_javadoc_box_line('you can redistribute it and/or modify it under the terms of the GNU')
     1373            k_javadoc_box_line('General Public License (GPL) as published by the Free Software')
     1374            k_javadoc_box_line('Foundation, in version 2 as it comes in the "COPYING" file of the')
     1375            k_javadoc_box_line('VirtualBox OSE distribution. VirtualBox OSE is distributed in the')
     1376            k_javadoc_box_line('hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.')
     1377            k_javadoc_box_line('')
     1378            k_javadoc_box_line('The contents of this file may alternatively be used under the terms')
     1379            k_javadoc_box_line('of the Common Development and Distribution License Version 1.0')
     1380            k_javadoc_box_line('(CDDL) only, as it comes in the "COPYING.CDDL" file of the')
     1381            k_javadoc_box_line('VirtualBox OSE distribution, in which case the provisions of the')
     1382            k_javadoc_box_line('CDDL are applicable instead of those of the GPL.')
     1383            k_javadoc_box_line('')
     1384            k_javadoc_box_line('You may elect to license modified versions of this file under the')
     1385            k_javadoc_box_line('terms and conditions of either the GPL or the CDDL or both.')
     1386            k_javadoc_box_line('')
     1387            k_javadoc_box_line('Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa')
     1388            k_javadoc_box_line('Clara, CA 95054 USA or visit http://www.sun.com if you need')
     1389            k_javadoc_box_line('additional information or have any questions.')
    13631390            break;
    13641391
     
    29032930    rc   = _menu_insert(mhLic,   -1, MF_ENABLED | MF_UNCHECKED, "&LGPL",                "k_menu_license LGPL",          "LGPL");
    29042931    rc   = _menu_insert(mhLic,   -1, MF_ENABLED | MF_UNCHECKED, "&VirtualBox",          "k_menu_license VirtualBox",    "VirtualBox");
     2932    rc   = _menu_insert(mhLic,   -1, MF_ENABLED | MF_UNCHECKED, "&VirtualBox GPL And CDDL","k_menu_license VirtualBoxGPLAndCDDL", "VirtualBoxGPLAndCDDL");
    29052933    rc   = _menu_insert(mhLic,   -1, MF_ENABLED | MF_UNCHECKED, "&Confidential",        "k_menu_license Confidential",  "Confidential");
    29062934
Note: See TracChangeset for help on using the changeset viewer.

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