summaryrefslogtreecommitdiff
path: root/include/copyright.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/copyright.def')
-rw-r--r--include/copyright.def18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/copyright.def b/include/copyright.def
new file mode 100644
index 000000000000..f86034bc3acf
--- /dev/null
+++ b/include/copyright.def
@@ -0,0 +1,18 @@
+/* -*- 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`;