From: Harlan Stenn Date: Wed, 1 Jun 2011 11:01:22 +0000 (+0000) Subject: NTP_4_2_7P177 X-Git-Tag: NTP_4_2_7P177^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4c739693bce9c53e9908a31a1d14fcfb7bf3c4;p=thirdparty%2Fntp.git NTP_4_2_7P177 bk: 4de61c02mcOgms4QZzxoYcvRNQoZ3Q --- diff --git a/ChangeLog b/ChangeLog index 21567fd8a..988bbd1b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p177) 2011/06/01 Released by Harlan Stenn * Use the latest autogen's new copyright template code. * Clean up the ntp.lic file. (4.2.7p176) 2011/05/31 Released by Harlan Stenn diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 665343254..bbee985d6 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed May 31, 2011 at 10:53:13 AM by AutoGen 5.11.9 + * It has been AutoGen-ed June 1, 2011 at 10:54:13 AM by AutoGen 5.11.9 * From the definitions ntpd-opts.def * and the template file options * @@ -17,10 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved - * - * See html/copyright.html - * + * ntpd copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <> */ #include @@ -39,11 +36,24 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ -static char const zCopyright[40] = -"ntpd 4.2.7p176\n\ -See html/copyright.html\n"; -static char const zLicenseDescrip[25] = -"See html/copyright.html\n"; +static char const zCopyright[306] = +"ntpd 4.2.7p177\n\ +Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ +This is free software. It is licensed for use, modification and\n\ +redistribution under the terms of the NTP License, copies of which\n\ +can be seen at:\n\ + \n"; +static char const zLicenseDescrip[700] = +"Permission to use, copy, modify, and distribute this software and its\n\ +documentation for any purpose with or without fee is hereby granted,\n\ +provided that the above copyright notice appears in all copies and that\n\ +both the copyright notice and this permission notice appear in supporting\n\ +documentation, and that the name The University of Delaware, David L.\n\ +Mills, and/or others not be used in advertising or publicity pertaining to\n\ +distribution of the software without specific, written prior permission.\n\ +The University of Delaware, David L. Mills, and/or others makes no\n\ +representations about the suitability this software for any purpose. It is\n\ +provided \"as is\" without express or implied warranty.\n"; extern tUsageProc optionUsage; @@ -1002,7 +1012,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[5] = "NTPD"; static char const zUsageTitle[133] = -"ntpd - NTP daemon program - Ver. 4.2.7p176\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p177\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 6678823b6..053190b5a 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed May 31, 2011 at 10:53:13 AM by AutoGen 5.11.9 + * It has been AutoGen-ed June 1, 2011 at 10:54:13 AM by AutoGen 5.11.9 * From the definitions ntpd-opts.def * and the template file options * @@ -17,10 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved - * - * See html/copyright.html - * + * ntpd copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <> */ /* * This file contains the programmatic interface to the Automated @@ -90,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p176" -#define NTPD_FULL_VERSION "ntpd 4.2.7p176" +#define NTPD_VERSION "4.2.7p177" +#define NTPD_FULL_VERSION "ntpd 4.2.7p177" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index f0e6b1b5e..18b0fd7a7 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed May 31, 2011 at 10:54:16 AM by AutoGen 5.11.9 +# It has been AutoGen-ed June 1, 2011 at 10:55:10 AM by AutoGen 5.11.9 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -15,7 +15,7 @@ This program has no explanation. This section was generated by @strong{AutoGen}, -the aginfo template and the option descriptions for the @command{ntpd} program. It documents the ntpd usage text and option meanings. +the aginfo template and the option descriptions for the @command{ntpd} program. It documents the @command{ntpd} usage text and option meanings. This software is released under a specialized copyright license. @@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.7p176 +ntpd - NTP daemon program - Ver. 4.2.7p177 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index da9573adc..ce4f3f268 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2011-05-31 "( 4.2.7p176)" "Programmer's Manual" +.TH NTPD 1 2011-06-01 "( 4.2.7p177)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed May 31, 2011 at 10:54:15 AM by AutoGen 5.11.9 +.\" It has been AutoGen-ed June 1, 2011 at 10:55:08 AM by AutoGen 5.11.9 .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -346,17 +346,12 @@ by loading values from environment variables named: .fi .ad .SH AUTHOR -David L. Mills and/or others. +The University of Delaware, David L. Mills, and/or others .br Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org .PP -.nf -.na -See html/copyright.html - -.fi -.ad +Released under an unspecified copyright license. .PP This manual page was \fIAutoGen\fP-erated from the \fBntpd\fP option definitions. diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 3fa7edc91..285d0322b 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed May 31, 2011 at 10:54:33 AM by AutoGen 5.11.9 + * It has been AutoGen-ed June 1, 2011 at 10:55:41 AM by AutoGen 5.11.9 * From the definitions ntpdc-opts.def * and the template file options * @@ -17,10 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved - * - * See html/copyright.html - * + * ntpdc copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <> */ #include @@ -39,11 +36,24 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ -static char const zCopyright[41] = -"ntpdc 4.2.7p176\n\ -See html/copyright.html\n"; -static char const zLicenseDescrip[25] = -"See html/copyright.html\n"; +static char const zCopyright[307] = +"ntpdc 4.2.7p177\n\ +Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ +This is free software. It is licensed for use, modification and\n\ +redistribution under the terms of the NTP License, copies of which\n\ +can be seen at:\n\ + \n"; +static char const zLicenseDescrip[700] = +"Permission to use, copy, modify, and distribute this software and its\n\ +documentation for any purpose with or without fee is hereby granted,\n\ +provided that the above copyright notice appears in all copies and that\n\ +both the copyright notice and this permission notice appear in supporting\n\ +documentation, and that the name The University of Delaware, David L.\n\ +Mills, and/or others not be used in advertising or publicity pertaining to\n\ +distribution of the software without specific, written prior permission.\n\ +The University of Delaware, David L. Mills, and/or others makes no\n\ +representations about the suitability this software for any purpose. It is\n\ +provided \"as is\" without express or implied warranty.\n"; extern tUsageProc optionUsage; @@ -447,7 +457,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[6] = "NTPDC"; static char const zUsageTitle[132] = -"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p176\n\ +"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p177\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 7de25da13..f11d8447c 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed May 31, 2011 at 10:54:33 AM by AutoGen 5.11.9 + * It has been AutoGen-ed June 1, 2011 at 10:55:40 AM by AutoGen 5.11.9 * From the definitions ntpdc-opts.def * and the template file options * @@ -17,10 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved - * - * See html/copyright.html - * + * ntpdc copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <> */ /* * This file contains the programmatic interface to the Automated @@ -69,8 +66,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p176" -#define NTPDC_FULL_VERSION "ntpdc 4.2.7p176" +#define NTPDC_VERSION "4.2.7p177" +#define NTPDC_FULL_VERSION "ntpdc 4.2.7p177" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 3d4b6fc75..f4efc9ec0 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed May 31, 2011 at 10:55:46 AM by AutoGen 5.11.9 +# It has been AutoGen-ed June 1, 2011 at 10:57:03 AM by AutoGen 5.11.9 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -57,7 +57,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p176 +ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p177 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index fb5406240..f87f18fc1 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,9 +1,9 @@ -.Dd May 31 2011 +.Dd June 1 2011 .Dt NTPDC 1 User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc) .\" -.\" It has been AutoGen-ed May 31, 2011 at 10:55:44 AM by AutoGen 5.11.9 +.\" It has been AutoGen-ed June 1, 2011 at 10:57:01 AM by AutoGen 5.11.9 .\" From the definitions ntpdc-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME @@ -785,11 +785,7 @@ this, the program is occasionally useful. .Pp Please report bugs to http://bugs.ntp.org . .Pp -.nf -.na -See html/copyright.html -.fi -.ad +Released under an unspecified copyright license. .Pp This manual page was \fIAutoGen\fP-erated from the \fBntpdc\fP option definitions. diff --git a/ntpdc/ntpdc.html b/ntpdc/ntpdc.html index 832dbd26b..4f37cf90e 100644 --- a/ntpdc/ntpdc.html +++ b/ntpdc/ntpdc.html @@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server clock. Run as root, it can correct the system clock to this offset as well. It can be run as an interactive command or from a cron job. -

This document applies to version 4.2.7p176 of ntpdc. +

This document applies to version 4.2.7p177 of ntpdc.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -133,7 +133,7 @@ Up: ntpdc Invocation

This is the automatically generated usage text for ntpdc: -

ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p176
+
ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p177
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index 5f71cbc8a..3048dca74 100644
--- a/ntpq/ntpq-opts.c
+++ b/ntpq/ntpq-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:55:50 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:57:09 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntpq copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 
 #include 
@@ -39,11 +36,24 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[40] =
-"ntpq 4.2.7p176\n\
-See html/copyright.html\n";
-static char const zLicenseDescrip[25] =
-"See html/copyright.html\n";
+static char const zCopyright[306] =
+"ntpq 4.2.7p177\n\
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
+This is free software. It is licensed for use, modification and\n\
+redistribution under the terms of the NTP License, copies of which\n\
+can be seen at:\n\
+  \n";
+static char const zLicenseDescrip[700] =
+"Permission to use, copy, modify, and distribute this software and its\n\
+documentation for any purpose with or without fee is hereby granted,\n\
+provided that the above copyright notice appears in all copies and that\n\
+both the copyright notice and this permission notice appear in supporting\n\
+documentation, and that the name The University of Delaware, David L.\n\
+Mills, and/or others not be used in advertising or publicity pertaining to\n\
+distribution of the software without specific, written prior permission.\n\
+The University of Delaware, David L. Mills, and/or others makes no\n\
+representations about the suitability this software for any purpose. It is\n\
+provided \"as is\" without express or implied warranty.\n";
 
 extern tUsageProc optionUsage;
 
@@ -424,7 +434,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p176\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p177\n\
 USAGE:  %s [ - [] | --[{=| }] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index a1e3e91a5..6933978d3 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  May 31, 2011 at 10:55:49 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:57:09 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntpq copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 /*
  *  This file contains the programmatic interface to the Automated
@@ -68,8 +65,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p176"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p176"
+#define NTPQ_VERSION       "4.2.7p177"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p177"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi
index 7a16d2b5e..a9289d629 100644
--- a/ntpq/ntpq-opts.texi
+++ b/ntpq/ntpq-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  May 31, 2011 at 10:56:43 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  1, 2011 at 10:57:53 AM by AutoGen 5.11.9
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -22,7 +22,7 @@ The same formats are used in NTPv4, although some of the
 variables have changed and new ones added.
 
 This section was generated by @strong{AutoGen},
-the aginfo template and the option descriptions for the @command{ntpq} program.  It documents the ntpq usage text and option meanings.
+the aginfo template and the option descriptions for the @command{ntpq} program.  It documents the @command{ntpq} usage text and option meanings.
 
 This software is released under a specialized copyright license.
 
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p176
+ntpq - standard NTP query program - Ver. 4.2.7p177
 USAGE:  ntpq [ - [] | --[@{=| @}] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1
index fbeb75787..a023406e0 100644
--- a/ntpq/ntpq.1
+++ b/ntpq/ntpq.1
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-05-31 "( 4.2.7p176)" "Programmer's Manual"
+.TH NTPQ 1 2011-06-01 "( 4.2.7p177)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  May 31, 2011 at 10:56:39 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  1, 2011 at 10:57:52 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -382,17 +382,12 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .SH AUTHOR
-David L. Mills and/or others.
+The University of Delaware, David L. Mills, and/or others
 .br
 Please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 
 .PP
-.nf
-.na
-See html/copyright.html
-
-.fi
-.ad
+Released under an unspecified copyright license.
 .PP
 This manual page was \fIAutoGen\fP-erated from the \fBntpq\fP
 option definitions.
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index c0511240c..40adb11db 100644
--- a/ntpsnmpd/ntpsnmpd-opts.c
+++ b/ntpsnmpd/ntpsnmpd-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:56:50 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:57:58 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntpsnmpd copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 
 #include 
@@ -39,11 +36,24 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[44] =
-"ntpsnmpd 4.2.7p176\n\
-See html/copyright.html\n";
-static char const zLicenseDescrip[25] =
-"See html/copyright.html\n";
+static char const zCopyright[310] =
+"ntpsnmpd 4.2.7p177\n\
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
+This is free software. It is licensed for use, modification and\n\
+redistribution under the terms of the NTP License, copies of which\n\
+can be seen at:\n\
+  \n";
+static char const zLicenseDescrip[700] =
+"Permission to use, copy, modify, and distribute this software and its\n\
+documentation for any purpose with or without fee is hereby granted,\n\
+provided that the above copyright notice appears in all copies and that\n\
+both the copyright notice and this permission notice appear in supporting\n\
+documentation, and that the name The University of Delaware, David L.\n\
+Mills, and/or others not be used in advertising or publicity pertaining to\n\
+distribution of the software without specific, written prior permission.\n\
+The University of Delaware, David L. Mills, and/or others makes no\n\
+representations about the suitability this software for any purpose. It is\n\
+provided \"as is\" without express or implied warranty.\n";
 
 extern tUsageProc optionUsage;
 
@@ -251,7 +261,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p176\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p177\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index 6a4370bcb..c5b93d7cd 100644
--- a/ntpsnmpd/ntpsnmpd-opts.h
+++ b/ntpsnmpd/ntpsnmpd-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:56:49 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:57:58 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntpsnmpd copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 /*
  *  This file contains the programmatic interface to the Automated
@@ -62,8 +59,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p176"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p176"
+#define NTPSNMPD_VERSION       "4.2.7p177"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p177"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi
index f023b7ff8..e3952cbf4 100644
--- a/ntpsnmpd/ntpsnmpd-opts.texi
+++ b/ntpsnmpd/ntpsnmpd-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  May 31, 2011 at 10:57:23 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  1, 2011 at 10:58:28 AM by AutoGen 5.11.9
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -15,7 +15,7 @@ This program has no explanation.
 
 
 This section was generated by @strong{AutoGen},
-the aginfo template and the option descriptions for the @command{ntpsnmpd} program.  It documents the ntpsnmpd usage text and option meanings.
+the aginfo template and the option descriptions for the @command{ntpsnmpd} program.  It documents the @command{ntpsnmpd} usage text and option meanings.
 
 This software is released under a specialized copyright license.
 
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p176
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p177
 USAGE:  ntpsnmpd [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1
index 69a4baefa..2b0db86ae 100644
--- a/ntpsnmpd/ntpsnmpd.1
+++ b/ntpsnmpd/ntpsnmpd.1
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-05-31 "( 4.2.7p176)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-06-01 "( 4.2.7p177)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May 31, 2011 at 10:57:21 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  1, 2011 at 10:58:25 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -71,17 +71,12 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .SH AUTHOR
-David L. Mills and/or others.
+The University of Delaware, David L. Mills, and/or others
 .br
 Please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 
 .PP
-.nf
-.na
-See html/copyright.html
-
-.fi
-.ad
+Released under an unspecified copyright license.
 .PP
 This manual page was \fIAutoGen\fP-erated from the \fBntpsnmpd\fP
 option definitions.
diff --git a/packageinfo.sh b/packageinfo.sh
index fcfda6841..8c5a08810 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=176
+point=177
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c
index 3115c4bdd..5799f4219 100644
--- a/sntp/sntp-opts.c
+++ b/sntp/sntp-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:46:06 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:48:33 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * sntp copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * sntp copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 
 #include 
@@ -39,11 +36,24 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[40] =
-"sntp 4.2.7p176\n\
-See html/copyright.html\n";
-static char const zLicenseDescrip[25] =
-"See html/copyright.html\n";
+static char const zCopyright[306] =
+"sntp 4.2.7p177\n\
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
+This is free software. It is licensed for use, modification and\n\
+redistribution under the terms of the NTP License, copies of which\n\
+can be seen at:\n\
+  \n";
+static char const zLicenseDescrip[700] =
+"Permission to use, copy, modify, and distribute this software and its\n\
+documentation for any purpose with or without fee is hereby granted,\n\
+provided that the above copyright notice appears in all copies and that\n\
+both the copyright notice and this permission notice appear in supporting\n\
+documentation, and that the name The University of Delaware, David L.\n\
+Mills, and/or others not be used in advertising or publicity pertaining to\n\
+distribution of the software without specific, written prior permission.\n\
+The University of Delaware, David L. Mills, and/or others makes no\n\
+representations about the suitability this software for any purpose. It is\n\
+provided \"as is\" without express or implied warranty.\n";
 
 extern tUsageProc optionUsage;
 
@@ -637,7 +647,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p176\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p177\n\
 USAGE:  %s [ - [] | --[{=| }] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h
index f6b566c90..7cf4226ae 100644
--- a/sntp/sntp-opts.h
+++ b/sntp/sntp-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:46:05 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:48:32 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * sntp copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * sntp copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 /*
  *  This file contains the programmatic interface to the Automated
@@ -78,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p176"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p176"
+#define SNTP_VERSION       "4.2.7p177"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p177"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi
index f638ec3d7..bbac7f490 100644
--- a/sntp/sntp-opts.texi
+++ b/sntp/sntp-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  May 31, 2011 at 10:58:53 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  1, 2011 at 11:00:03 AM by AutoGen 5.11.9
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p176
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p177
 USAGE:  sntp [ - [] | --[@{=| @}] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
diff --git a/sntp/sntp.1 b/sntp/sntp.1
index 3503c4980..1949fceaf 100644
--- a/sntp/sntp.1
+++ b/sntp/sntp.1
@@ -1,9 +1,9 @@
-.Dd May 31 2011
+.Dd June 1 2011
 .Dt SNTP 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  May 31, 2011 at 10:58:51 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  1, 2011 at 11:00:02 AM by AutoGen 5.11.9
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -267,11 +267,7 @@ The operation failed or the command syntax was not valid.
 .Sh BUGS
 Please report bugs to http://bugs.ntp.org .
 .Pp
-.nf
-.na
-See html/copyright.html
-.fi
-.ad
+Released under an unspecified copyright license.
 .Pp
 This manual page was \fIAutoGen\fP-erated from the \fBsntp\fP
 option definitions.
diff --git a/sntp/sntp.html b/sntp/sntp.html
index b7d361f18..a8ee417cf 100644
--- a/sntp/sntp.html
+++ b/sntp/sntp.html
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  

This document applies to version 4.2.7p176 of sntp. +

This document applies to version 4.2.7p177 of sntp.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -150,7 +150,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p176
+
sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p177
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index e0950e07f..abdb4e512 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:57:32 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:58:33 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntp-keygen copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 
 #include 
@@ -39,11 +36,24 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[52] =
-"ntp-keygen (ntp) 4.2.7p176\n\
-See html/copyright.html\n";
-static char const zLicenseDescrip[25] =
-"See html/copyright.html\n";
+static char const zCopyright[318] =
+"ntp-keygen (ntp) 4.2.7p177\n\
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
+This is free software. It is licensed for use, modification and\n\
+redistribution under the terms of the NTP License, copies of which\n\
+can be seen at:\n\
+  \n";
+static char const zLicenseDescrip[700] =
+"Permission to use, copy, modify, and distribute this software and its\n\
+documentation for any purpose with or without fee is hereby granted,\n\
+provided that the above copyright notice appears in all copies and that\n\
+both the copyright notice and this permission notice appear in supporting\n\
+documentation, and that the name The University of Delaware, David L.\n\
+Mills, and/or others not be used in advertising or publicity pertaining to\n\
+distribution of the software without specific, written prior permission.\n\
+The University of Delaware, David L. Mills, and/or others makes no\n\
+representations about the suitability this software for any purpose. It is\n\
+provided \"as is\" without express or implied warranty.\n";
 
 extern tUsageProc optionUsage;
 
@@ -752,7 +762,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p176\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p177\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index a8b0b1fe4..3deab2baa 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  May 31, 2011 at 10:57:32 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  1, 2011 at 10:58:32 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -17,10 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others. - all rights reserved
- *
- * See html/copyright.html
- * 
+ * ntp-keygen copyright (c) 1970-2011 The University of Delaware, David L. Mills, and/or others - all rights reserved * <>
  */
 /*
  *  This file contains the programmatic interface to the Automated
@@ -78,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p176"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p176"
+#define NTP_KEYGEN_VERSION       "4.2.7p177"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p177"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi
index aa42e2cd2..758ba12b4 100644
--- a/util/ntp-keygen-opts.texi
+++ b/util/ntp-keygen-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  May 31, 2011 at 10:58:01 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  1, 2011 at 10:59:10 AM by AutoGen 5.11.9
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -16,7 +16,7 @@ If there is no new host key, look for an existing one.
 If one is not found, create it.
 
 This section was generated by @strong{AutoGen},
-the aginfo template and the option descriptions for the @command{ntp-keygen} program.  It documents the ntp-keygen usage text and option meanings.
+the aginfo template and the option descriptions for the @command{ntp-keygen} program.  It documents the @command{ntp-keygen} usage text and option meanings.
 
 This software is released under a specialized copyright license.
 
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p176
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p177
 USAGE:  ntp-keygen [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1
index a4aa6a149..ab0d463f2 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-05-31 "(ntp 4.2.7p176)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-06-01 "(ntp 4.2.7p177)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  May 31, 2011 at 10:57:59 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  1, 2011 at 10:59:08 AM by AutoGen 5.11.9
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -179,17 +179,12 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .SH AUTHOR
-David L. Mills and/or others.
+The University of Delaware, David L. Mills, and/or others
 .br
 Please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 
 .PP
-.nf
-.na
-See html/copyright.html
-
-.fi
-.ad
+Released under an unspecified copyright license.
 .PP
 This manual page was \fIAutoGen\fP-erated from the \fBntp-keygen\fP
 option definitions.