Changeset 1647 in kBuild
- Timestamp:
- Jun 2, 2008 11:58:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VSlickMacros/kdev.e
r1592 r1647 1254 1254 1255 1255 k_javadoc_box_start('@file'); 1256 if (skLicense == 'VirtualBox' || 1 /* it's now default */)1257 {1256 //if (1) 1257 //{ 1258 1258 fSplit = 1; 1259 1259 iCursorLine = p_RLine; … … 1262 1262 _insert_text("\n"); 1263 1263 _insert_text(k_comment() "\n"); 1264 }1265 else1266 {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 //} 1272 1272 1273 1273 if (skLicense == 'Confidential') … … 1279 1279 if (skCompany != '') 1280 1280 { 1281 if (skLicense == 'VirtualBox')1281 if (skLicense != 'Confidential') 1282 1282 k_javadoc_box_line('Copyright (C) ' k_year() ' ' skCompany); 1283 1283 else … … 1357 1357 k_javadoc_box_line('available from http://www.virtualbox.org. This file is free software;') 1358 1358 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.') 1363 1390 break; 1364 1391 … … 2903 2930 rc = _menu_insert(mhLic, -1, MF_ENABLED | MF_UNCHECKED, "&LGPL", "k_menu_license LGPL", "LGPL"); 2904 2931 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"); 2905 2933 rc = _menu_insert(mhLic, -1, MF_ENABLED | MF_UNCHECKED, "&Confidential", "k_menu_license Confidential", "Confidential"); 2906 2934
Note:
See TracChangeset
for help on using the changeset viewer.