ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Search.cpp
(Generate patch)

Comparing trunk/Search/Search.cpp (file contents):
Revision 18 by douglas, 2002-12-09T21:40:12-08:00 vs.
Revision 28 by douglas, 2003-01-02T19:42:33-08:00

# Line 1 | Line 1
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   *
# Line 406 | Line 406 | void usage()
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   }
# Line 415 | Line 416 | void license()
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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines