]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ntp/include/copyright.def
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ntp / include / copyright.def
1 /* -*- Mode: Text -*- */
2
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 };
10
11 long-opts;
12 config-header  = config.h;
13 environrc;
14
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`;