1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
5 |
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
* modification, are permitted provided that the following conditions are met: |
7 |
|
* |
406 |
|
void version() |
407 |
|
{ |
408 |
|
cout << programName << " " << programVersion << " "<< platform() << "\n\n" |
409 |
< |
<< " Copyright (C) 2002, Douglas Thrift. All Rights Reserved.\n\n" |
409 |
> |
<< " Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n" |
410 |
> |
<< "\n" |
411 |
|
<< " This product includes software developed by Douglas Thrift\n" |
412 |
|
<< " (http://computers.douglasthrift.net/searchengine/).\n"; |
413 |
|
} |
416 |
|
{ |
417 |
|
cout << "License:\n" |
418 |
|
<< " Douglas Thrift's Search Engine License\n\n" |
419 |
< |
<< " Copyright (C) 2002, Douglas Thrift. All Rights Reserved.\n\n" |
419 |
> |
<< " Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n" |
420 |
> |
<< "\n" |
421 |
|
<< " Redistribution and use in source and binary forms, with or with" |
422 |
|
<< "out\n" |
423 |
|
<< " modification, are permitted provided that the following conditi" |