Changeset 1289 for trunk/dll/copyright.c
- Timestamp:
- Nov 21, 2008, 9:30:11 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/copyright.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyright.c
r1287 r1289 6 6 * Change Log: 7 7 * 21 Nov 08 JBS Initial addition to SVN repository 8 * 21 Nov 08 JBS Added use of copyright.h 8 9 * 9 10 */ 10 static char szCopyRight[] = "Copyright (c) 1993, 1998 M. Kimes, " \11 "Copyright (c) 2001, 2008 Steven Levine and Associates, Inc." \12 "All rights reserved";13 11 12 #include "copyright.h" 13 static char szCopyRight[] = COPYRIGHT_STRING; 14
Note:
See TracChangeset
for help on using the changeset viewer.
