diff options
-rw-r--r-- | docs/reference/pygobject-introduction.xml | 25 | ||||
-rw-r--r-- | docs/reference/pygobject-ref.xml | 6 |
2 files changed, 4 insertions, 27 deletions
diff --git a/docs/reference/pygobject-introduction.xml b/docs/reference/pygobject-introduction.xml index a139646..fb3e6f2 100644 --- a/docs/reference/pygobject-introduction.xml +++ b/docs/reference/pygobject-introduction.xml @@ -10,12 +10,10 @@ functions. Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGObject 2.0 have been left in but annotated with a - deprecation warning. I have attempted to document as much of the - <literal>PyGObject</literal> <literal>API</literal> as I can but there are - undoubtedly errors and omissions. If you discover any of these please send - me email at <email><ulink - url="mailto:finlay@moeraki.com">finlay@moeraki.com</ulink></email> or file - a bug report at <ulink + deprecation warning. This document attempts to document as much of the + <literal>PyGObject</literal> <literal>API</literal> as possible but there + are undoubtedly errors and omissions. If you discover any of these please + file a bug report at <ulink url="http://bugzilla.gnome.org">bugzilla.gnome.org</ulink> for the <literal>pygobject</literal> project. Specific areas that have not been documented include:</para> @@ -221,19 +219,4 @@ be optional.</para> </sect1> - <sect1 id="pygobject-reference-copyright"> - <title>Copyright and License Notice</title> - - <para>The PyGObject 2.0 Reference is Copyright (C) 2004-2006 John - Finlay.</para> - - <para>This work is licensed under the Creative Commons - Attribution-ShareAlike License. To view a copy of this license, visit - <ulink - url="http://creativecommons.org/licenses/by-sa/1.0/">http://creativecommons.org/licenses/by-sa/1.0/</ulink> - or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, - California 94305, USA.</para> - - </sect1> - </chapter> diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index 2f5af03..fa7bea0 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -12,12 +12,6 @@ <title>PyGObject Reference Manual</title> <edition>for version &version;</edition> <releaseinfo>for PyGObject version &version;</releaseinfo> - <authorgroup> - <author> - <firstname>John</firstname> - <surname>Finlay</surname> - </author> - </authorgroup> <abstract> <para>This reference describes the classes of the python gobject module.</para> |