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

Comparing Search/trunk/Search.cpp (file contents):
Revision 371 by douglas, 2008-08-23T03:06:21-07:00 vs.
Revision 372 by douglas, 2008-08-23T04:00:12-07:00

# Line 1 | Line 1
1   /* ============================================================================
2   * Douglas Thrift's Search Engine License
3   *
4 < * Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.
4 > * Copyright (C) 2002-2004, 2008, 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 427 | Line 427 | void usage()
427   void version()
428   {
429          cout << programName << " " << programVersion << " "<< platform() << "\n\n"
430 <                << "   Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n"
430 >                << "   Copyright (C) 2002-2004, 2008, Douglas Thrift. All Rights Reserved.\n"
431                  << "\n"
432                  << "   This product includes software developed by Douglas Thrift\n"
433                  << "   (http://computers.douglasthrift.net/searchengine/).\n";
# Line 441 | Line 441 | void license()
441   {
442          cout << "License:\n"
443                  << "   Douglas Thrift's Search Engine License\n\n"
444 <                << "   Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n"
444 >                << "   Copyright (C) 2002-2004, 2008, Douglas Thrift. All Rights Reserved.\n"
445                  << "\n"
446                  << "   Redistribution and use in source and binary forms, with or with"
447                  << "out\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines