freebsd-dev/contrib/ntp/include/copyright.def
Ollivier Robert eb6d21b4ca Merge 4.2.4p8 into contrib (r200452 & r200454).
Subversion is being difficult here so take a hammer and get it in.

MFC after:		2 weeks
Security:		CVE-2009-3563
2009-12-15 14:58:10 +00:00

19 lines
450 B
Plaintext

/* -*- 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`;