Changeset 1289 for trunk/dll/copyright.c


Ignore:
Timestamp:
Nov 21, 2008, 9:30:11 PM (17 years ago)
Author:
John Small
Message:

Ticket 297: Current copyright year has been centralized into a single
#define in dll\copyright.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyright.c

    r1287 r1289  
    66 * Change Log:
    77 *    21 Nov 08 JBS Initial addition to SVN repository
     8 *    21 Nov 08 JBS Added use of copyright.h
    89 *
    910 */
    10 static char szCopyRight[] = "Copyright (c) 1993, 1998 M. Kimes, " \
    11                      "Copyright (c) 2001, 2008 Steven Levine and Associates, Inc." \
    12                      "All rights reserved";
    1311
     12#include "copyright.h"
     13static char szCopyRight[] = COPYRIGHT_STRING;
     14
Note: See TracChangeset for help on using the changeset viewer.