aboutsummaryrefslogtreecommitdiff
path: root/include/copyright.def
blob: 0f1708c5d7c515cd261ccba24379e31aa73c96cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- Mode: Text -*- */

copyright = {
    date  = "1970-2011";
    owner = "David L. Mills and/or others";
    eaddr = "http://bugs.ntp.org, bugs@ntp.org";
    type  = note;
    text  = <<- _EndOfDoc_
	see html/copyright.html

	_EndOfDoc_;
};

long-opts;
config-header  = config.h;
environrc;
no-misuse-usage;

version         = `
eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
echo $VERSION`;

version-value = '';	/* Don't use -v as a shortcut for --version */