home *** CD-ROM | disk | FTP | other *** search
- #ifndef OATH_COPYRIGHT_H
-
- #define OATH_COPYRIGHT_H
-
- //***************************************************************************
- // OATH :: Object-oriented Abstract Type Hierarchy
- //***************************************************************************
- //
- // Copyright (C) 1991, 1990 Texas Instruments Incorporated
- // Permission is granted to any individual or institution
- // to use, copy, modify, and distribute this software,
- // provided that this complete copyright and permission notice
- // is maintained, intact, in all copies and supporting documentation.
- //
- // Texas Instruments Incorporated provides this software "as is"
- // without express or implied warranty.
- //
- //***************************************************************************
-
- static const char* OATH_Copyright =
- "Copyright (C) 1991, 1990 Texas Instruments Incorporated";
-
- static void
- OATH_Copyright_Use (const char* = OATH_Copyright)
- {}
-
- //***************************************************************************
-
- #endif /* OATH_COPYRIGHT_H */
-
-