00001 // QMcBeaver 00002 // 00003 // Constructed by 00004 // 00005 // Michael Todd Feldmann 00006 // and 00007 // David Randall "Chip" Kent IV 00008 // 00009 // Copyright 2000-2. All rights reserved. 00010 // 00011 // drkent@users.sourceforge.net mtfeldmann@users.sourceforge.net 00012 00013 #ifndef QMCCopyright_H 00014 #define QMCCopyright_H 00015 00016 #include <string> 00017 #include <iostream> 00018 00019 #include "StringManipulation.h" 00020 00021 using namespace std; 00022 00027 class QMCCopyright 00028 { 00029 public: 00033 friend ostream & operator<<(ostream & strm, QMCCopyright & rhs); 00034 }; 00035 00036 #endif