summaryrefslogtreecommitdiff
path: root/h/copyright.h
blob: 3d8c5f73f3c1f5949196da90196258dfb717d0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifdef __cplusplus
	extern "C" {
#endif

/* Embed a copyright string */
static volatile char __copyright__[] = "Copyright 1995-2013 Graeme W. Gill";

#ifdef __cplusplus
	}
#endif