File: copyright.h

package info (click to toggle)
argyll 2.0.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 38,928 kB
  • sloc: ansic: 380,801; xml: 1,551; sh: 655; makefile: 604
file content (12 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (5)
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