File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / include / copyright.def
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

/* -*- Mode: Text -*- */

copyright = {
    date  = "1970-2011";
    owner = "David L. Mills and/or others";
    eaddr = "http://bugs.ntp.org, bugs@ntp.org";
    type  = note;
    text  = <<- _EndOfDoc_
	see html/copyright.html

	_EndOfDoc_;
};

long-opts;
config-header  = config.h;
environrc;
no-misuse-usage;

version         = `
eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
echo $VERSION`;

version-value = '';	/* Don't use -v as a shortcut for --version */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>