Annotation of embedaddon/ntp/include/copyright.def, revision 1.1
1.1 ! misho 1: /* -*- Mode: Text -*- */
! 2:
! 3: copyright = {
! 4: date = "1970-2011";
! 5: owner = "David L. Mills and/or others";
! 6: eaddr = "http://bugs.ntp.org, bugs@ntp.org";
! 7: type = note;
! 8: text = <<- _EndOfDoc_
! 9: see html/copyright.html
! 10:
! 11: _EndOfDoc_;
! 12: };
! 13:
! 14: long-opts;
! 15: config-header = config.h;
! 16: environrc;
! 17: no-misuse-usage;
! 18:
! 19: version = `
! 20: eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
! 21: [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
! 22: echo $VERSION`;
! 23:
! 24: version-value = ''; /* Don't use -v as a shortcut for --version */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>