1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2004, 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 |
|
* |
46 |
|
// |
47 |
|
// Douglas Thrift |
48 |
|
// |
49 |
< |
// $Id: Search.cpp,v 1.23 2003/08/08 03:38:49 douglas Exp $ |
49 |
> |
// $Id: Search.cpp,v 1.27 2004/01/01 23:04:37 douglas Exp $ |
50 |
|
|
51 |
|
#include "Search.h" |
52 |
|
#include "Indexer.h" |
61 |
|
|
62 |
|
string program; |
63 |
|
string programName = "Douglas Thrift's Search Engine"; |
64 |
< |
string programVersion = "1.2beta"; |
64 |
> |
string programVersion = "1.2rc3"; |
65 |
|
bool debug = false; |
66 |
|
|
67 |
|
int main(int argc, char* argv[]) |
436 |
|
void version() |
437 |
|
{ |
438 |
|
cout << programName << " " << programVersion << " "<< platform() << "\n\n" |
439 |
< |
<< " Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n" |
439 |
> |
<< " Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n" |
440 |
|
<< "\n" |
441 |
|
<< " This product includes software developed by Douglas Thrift\n" |
442 |
|
<< " (http://computers.douglasthrift.net/searchengine/).\n"; |
450 |
|
{ |
451 |
|
cout << "License:\n" |
452 |
|
<< " Douglas Thrift's Search Engine License\n\n" |
453 |
< |
<< " Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n" |
453 |
> |
<< " Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n" |
454 |
|
<< "\n" |
455 |
|
<< " Redistribution and use in source and binary forms, with or with" |
456 |
|
<< "out\n" |