]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - contrib/ntp/sntp/include/copyright.def
Fix BIND remote denial of service vulnerability. [SA-16:08]
[FreeBSD/releng/9.3.git] / contrib / ntp / sntp / include / copyright.def
1 /* -*- Mode: Text -*- */
2
3 copyright = {
4     date  = "1992-2016";
5     owner = "The University of Delaware and Network Time Foundation";
6     eaddr = "http://bugs.ntp.org, bugs@ntp.org";
7     type  = ntp;
8 };
9
10 long-opts;
11 config-header  = config.h;
12 environrc;
13 no-misuse-usage;
14 version-proc = ntpOptionPrintVersion;
15
16 version         = `
17 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../sntp/m4/version.m4\`
18 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
19 echo $VERSION`;
20
21 version-value = '';     /* Don't use -v as a shortcut for --version */
22
23 /*
24  * HMS: man pages already have this, and texi pages can use the
25  * values in sntp/include/version.texi .
26  */
27 // doc-sub = {
28 //     sub-name = version;
29 //     sub-text = 's/#VERSION#/<<version>>/g';
30 // };