diff options
author | Andy Wingo <wingo@pobox.com> | 2015-10-25 10:49:41 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-10-25 10:55:14 +0000 |
commit | 95ac2204d9084a01677fff9eb2669c495bd07d3d (patch) | |
tree | b603eaaf67caaab75489478ab51605a70be006fa /doc/gendocs_template | |
parent | 1c9e23c0901363ff24c1dc4e085e7ed68cb81e6d (diff) |
Revert "Update Gnulib to v0.1-603-g1d16a7b"
This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3.
This Gnulib update was causing failures related to timezones in
stime.c. I tried to fix it by adopting the time_rz module from gnulib
but that then caused other failures. We can try again later.
Diffstat (limited to 'doc/gendocs_template')
-rw-r--r-- | doc/gendocs_template | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template index df7faa3d3..4836df787 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -1,6 +1,5 @@ <!--#include virtual="/server/header.html" --> -<!-- Parent-Version: 1.77 --> -<title>%%TITLE%% - GNU Project - Free Software Foundation</title> +<title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title> <!--#include virtual="/server/banner.html" --> <h2>%%TITLE%%</h2> @@ -68,22 +67,19 @@ script</a>.)</p> </div><!-- for id="content", starts in the include above --> <!--#include virtual="/server/footer.html" --> <div id="footer"> -<div class="unprintable"> <p>Please send general FSF & GNU inquiries to <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. There are also <a href="/contact/">other ways to contact</a> -the FSF. Broken links and other corrections or suggestions can be sent -to <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> -</div> - -<p>Copyright © 2015 Free Software Foundation, Inc.</p> +the FSF.<br /> +Please send broken links and other corrections or suggestions to +<a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> -<p>This page is licensed under a <a rel="license" -href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative -Commons Attribution-NoDerivs 3.0 United States License</a>.</p> +<p>Copyright © 2014 Free Software Foundation, Inc.</p> -<!--#include virtual="/server/bottom-notes.html" --> +<p>Verbatim copying and distribution of this entire article are +permitted worldwide, without royalty, in any medium, provided this +notice, and the copyright notice, are preserved.</p> </div> </div> |