freebsd-dev/contrib/ntp/include/copyright.def
Ollivier Robert ea906c4152 Merge ntpd & friends 4.2.4p5 from vendor/ntp/dist into head. Next commit
will update usr.sbin/ntp to match this.

MFC after:	2 weeks
2008-08-22 15:58:00 +00:00

19 lines
454 B
Plaintext

/* -*- Mode: Text -*- */
copyright = {
date = "1970-2008";
owner = "David L. Mills and/or others";
eaddr = "http://bugs.ntp.isc.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`;