diff --git a/Doc-26/TODO b/Doc-26/TODO index 989b5bda4..e2dc22c48 100644 --- a/Doc-26/TODO +++ b/Doc-26/TODO @@ -5,4 +5,3 @@ To do after conversion * find out which files get "comments disabled" metadata * write "About these documents" * finish "Documenting Python" -* extend copyright.rst diff --git a/Doc-26/contents.rst b/Doc-26/contents.rst index 50176023d..46796acd5 100644 --- a/Doc-26/contents.rst +++ b/Doc-26/contents.rst @@ -16,7 +16,7 @@ documenting/index.rst howto/index.rst - bugs.rst about.rst - license.rst + bugs.rst copyright.rst + license.rst diff --git a/Doc-26/copyright.rst b/Doc-26/copyright.rst index a94e2c91b..9a472af99 100644 --- a/Doc-26/copyright.rst +++ b/Doc-26/copyright.rst @@ -2,6 +2,8 @@ Copyright ********* +Python and this documentation is: + Copyright © 2001-2007 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. @@ -11,5 +13,7 @@ reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. -See the end of this document for complete license and permissions information. +------- + +See :ref:`history-and-license` for complete license and permissions information. diff --git a/Doc-26/license.rst b/Doc-26/license.rst index 5825cf0d6..30e00e4e6 100644 --- a/Doc-26/license.rst +++ b/Doc-26/license.rst @@ -1,5 +1,7 @@ .. highlightlang:: none +.. _history-and-license: + ******************* History and License ******************* diff --git a/Doc-3k/TODO b/Doc-3k/TODO index 989b5bda4..e2dc22c48 100644 --- a/Doc-3k/TODO +++ b/Doc-3k/TODO @@ -5,4 +5,3 @@ To do after conversion * find out which files get "comments disabled" metadata * write "About these documents" * finish "Documenting Python" -* extend copyright.rst diff --git a/Doc-3k/contents.rst b/Doc-3k/contents.rst index fdf04121b..fc860d46b 100644 --- a/Doc-3k/contents.rst +++ b/Doc-3k/contents.rst @@ -16,7 +16,7 @@ documenting/index.rst howto/index.rst - bugs.rst about.rst - license.rst + bugs.rst copyright.rst + license.rst diff --git a/Doc-3k/copyright.rst b/Doc-3k/copyright.rst index a94e2c91b..9a472af99 100644 --- a/Doc-3k/copyright.rst +++ b/Doc-3k/copyright.rst @@ -2,6 +2,8 @@ Copyright ********* +Python and this documentation is: + Copyright © 2001-2007 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. @@ -11,5 +13,7 @@ reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. -See the end of this document for complete license and permissions information. +------- + +See :ref:`history-and-license` for complete license and permissions information. diff --git a/Doc-3k/license.rst b/Doc-3k/license.rst index 5825cf0d6..30e00e4e6 100644 --- a/Doc-3k/license.rst +++ b/Doc-3k/license.rst @@ -1,5 +1,7 @@ .. highlightlang:: none +.. _history-and-license: + ******************* History and License *******************