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

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

long-opts;
config-header  = config.h;
environrc;

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