freebsd-dev/contrib/ntp/include/copyright.def

19 lines
450 B
Modula-2
Raw Normal View History

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