source: trunk/dll/copyright.c@ 1330

Last change on this file since 1330 was 1289, checked in by John Small, 17 years ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 268 bytes
Line 
1/*
2 * $Id: copyright.c 1289 2008-11-21 20:30: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 * 21 Nov 08 JBS Added use of copyright.h
9 *
10 */
11
12#include "copyright.h"
13static char szCopyRight[] = COPYRIGHT_STRING;
14
Note: See TracBrowser for help on using the repository browser.