Changeset 1085 for trunk/VSlickMacros/kdev.e
- Timestamp:
- Aug 26, 2007, 2:00:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VSlickMacros/kdev.e
r1081 r1085 1245 1245 { 1246 1246 int iCursorLine; 1247 int fSplit = 0; 1247 1248 1248 1249 _begin_line(); … … 1252 1253 1253 1254 k_javadoc_box_start('@file'); 1254 if (skLicense == 'VirtualBox') 1255 { 1255 if (skLicense == 'VirtualBox' || 1 /* it's now default */) 1256 { 1257 fSplit = 1; 1256 1258 iCursorLine = p_RLine; 1257 1259 k_javadoc_box_line(); … … 1277 1279 { 1278 1280 if (skLicense == 'VirtualBox') 1279 k_javadoc_box_line('Copyright ( c) ' k_year() ' ' skCompany);1281 k_javadoc_box_line('Copyright (C) ' k_year() ' ' skCompany); 1280 1282 else 1281 1283 { … … 1296 1298 case 'GPL': 1297 1299 _str sProg = skProgram; 1298 k_javadoc_box_line(); 1300 if (!fSplit) 1301 k_javadoc_box_line(); 1299 1302 if (sProg == '') 1300 1303 sProg = 'This program'; … … 1316 1319 k_javadoc_box_line('You should have received a copy of the GNU General Public License'); 1317 1320 k_javadoc_box_line('along with ' sProg '; if not, write to the Free Software'); 1318 k_javadoc_box_line('Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA');1321 k_javadoc_box_line('Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA'); 1319 1322 break; 1320 1323 1321 1324 case 'LGPL': 1322 1325 sProg = skProgram; 1323 k_javadoc_box_line(); 1326 if (!fSplit) 1327 k_javadoc_box_line(); 1324 1328 if (sProg == '') 1325 1329 sProg = 'This program'; … … 1329 1333 k_javadoc_box_line(); 1330 1334 } 1331 k_javadoc_box_line(sProg ' is free software; you can redistribute it and/or modify');1332 k_javadoc_box_line(' it under the terms of the GNU Lesser General Public License as published');1333 k_javadoc_box_line(' by the Free Software Foundation; either version 2 of the License, or');1334 k_javadoc_box_line(' (at your option) any later version.');1335 k_javadoc_box_line(sProg ' is free software; you can redistribute it and/or'); 1336 k_javadoc_box_line('modify it under the terms of the GNU Lesser General Public'); 1337 k_javadoc_box_line('License as published by the Free Software Foundation; either'); 1338 k_javadoc_box_line('version 2.1 of the License, or (at your option) any later version.'); 1335 1339 k_javadoc_box_line(); 1336 1340 k_javadoc_box_line(sProg ' is distributed in the hope that it will be useful,'); 1337 1341 k_javadoc_box_line('but WITHOUT ANY WARRANTY; without even the implied warranty of'); 1338 k_javadoc_box_line('MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ');1339 k_javadoc_box_line(' GNULesser General Public License for more details.');1342 k_javadoc_box_line('MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU'); 1343 k_javadoc_box_line('Lesser General Public License for more details.'); 1340 1344 k_javadoc_box_line(); 1341 k_javadoc_box_line('You should have received a copy of the GNU Lesser General Public License');1342 k_javadoc_box_line(' along with ' sProg '; if not, write to the Free Software');1343 k_javadoc_box_line('Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA');1345 k_javadoc_box_line('You should have received a copy of the GNU Lesser General Public'); 1346 k_javadoc_box_line('License along with ' sProg '; if not, write to the Free Software'); 1347 k_javadoc_box_line('Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA'); 1344 1348 break; 1345 1349
Note:
See TracChangeset
for help on using the changeset viewer.