Files
argyllcms/h/copyright.h
2026-08-20 20:28:40 +01:00

13 lines
181 B
C

#ifdef __cplusplus
extern "C" {
#endif
/* Embed a copyright string */
static volatile char __copyright__[] = "Copyright 1995-2013 Graeme W. Gill";
#ifdef __cplusplus
}
#endif