Last change
on this file since 1287 was 1287, checked in by John Small, 17 years ago |
Ticket 297: 1) More robust, flexible and user-friendly editing of DEF file
option description lines; 2) Support for compiling a copyright string
and linking it into distributed EXE and DLL files; 3) Improved update of
copyright years on a year change, including the About box;
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
350 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * $Id: copyright.c 1287 2008-11-21 14:08:11Z jbs $
|
---|
3 | *
|
---|
4 | * Copyright file to be linked into all EXE and DLL files
|
---|
5 | *
|
---|
6 | * Change Log:
|
---|
7 | * 21 Nov 08 JBS Initial addition to SVN repository
|
---|
8 | *
|
---|
9 | */
|
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.