diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-02-05 20:53:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-02-05 20:53:33 +0000 |
commit | f7cba3a80d9ebefc57776fffd17a4ae68f72e494 (patch) | |
tree | dc1c5074828f0c5fafe2fb8f5599339dfdc5bc97 /ntpq/ntpq-opts.h | |
parent | 44a728f815af203cd7a91db83b06325818433463 (diff) | |
download | src-test2-f7cba3a80d9ebefc57776fffd17a4ae68f72e494.tar.gz src-test2-f7cba3a80d9ebefc57776fffd17a4ae68f72e494.zip |
Notes
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 4e42e20ab407..0dfe3dd6e734 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed December 19, 2014 at 07:49:47 AM by AutoGen 5.18.5pre4 + * It has been AutoGen-ed February 4, 2015 at 02:42:46 AM by AutoGen 5.18.5pre4 * From the definitions ntpq-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The ntpq program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1970-2014 The University of Delaware, all rights reserved. + * Copyright (C) 1992-2015 The University of Delaware and Network Time Foundation, all rights reserved. * This is free software. It is licensed for use, modification and * redistribution under the terms of the NTP License, copies of which * can be seen at: @@ -31,7 +31,7 @@ * both the copyright notice and this permission notice appear in * supporting documentation, and that the name The University of Delaware not be used in * advertising or publicity pertaining to distribution of the software - * without specific, written prior permission. The University of Delaware makes no + * without specific, written prior permission. The University of Delaware and Network Time Foundation makes no * representations about the suitability this software for any purpose. It * is provided "as is" without express or implied warranty. */ @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 15 /** ntpq version */ -#define NTPQ_VERSION "4.2.8" +#define NTPQ_VERSION "4.2.8p1" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p1" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |