Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / include / copyright.def
blobc7a87e51845bf49321057777f318a4f50f0b4d7c
1 /* -*- Mode: Text -*- */
3 copyright = {
4 date = "1970-2009";
5 owner = "David L. Mills and/or others";
6 eaddr = "http://bugs.ntp.org, bugs@ntp.org";
7 type = note;
8 text = "see html/copyright.html";
9 };
11 long-opts;
12 config-header = config.h;
13 environrc;
15 version = `
16 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
17 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
18 echo $VERSION`;
20 version-value = ''; /* Don't use -v as a shortcut for --version */