aboutsummaryrefslogtreecommitdiff
path: root/include/copyright.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/copyright.def')
-rw-r--r--include/copyright.def10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/copyright.def b/include/copyright.def
index ccc3e91cf215..0f1708c5d7c5 100644
--- a/include/copyright.def
+++ b/include/copyright.def
@@ -1,18 +1,24 @@
/* -*- Mode: Text -*- */
copyright = {
- date = "1970-2009";
+ date = "1970-2011";
owner = "David L. Mills and/or others";
eaddr = "http://bugs.ntp.org, bugs@ntp.org";
type = note;
- text = "see html/copyright.html";
+ 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 */