From 5d5659b6ccff17276301b619cedf5c6d64d4926f Mon Sep 17 00:00:00 2001 From: John Finlay Date: Thu, 12 Oct 2006 06:29:14 +0000 Subject: Remove Copyright and License section. * docs/reference/pygobject-introduction.xml: Remove Copyright and License section. * docs/reference/pygobject-ref.xml: Remove author info --- docs/reference/pygobject-introduction.xml | 25 ++++--------------------- docs/reference/pygobject-ref.xml | 6 ------ 2 files changed, 4 insertions(+), 27 deletions(-) (limited to 'docs/reference') 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 - PyGObject API as I can but there are - undoubtedly errors and omissions. If you discover any of these please send - me email at finlay@moeraki.com or file - a bug report at PyGObject API as possible but there + are undoubtedly errors and omissions. If you discover any of these please + file a bug report at bugzilla.gnome.org for the pygobject project. Specific areas that have not been documented include: @@ -221,19 +219,4 @@ be optional. - - Copyright and License Notice - - The PyGObject 2.0 Reference is Copyright (C) 2004-2006 John - Finlay. - - This work is licensed under the Creative Commons - Attribution-ShareAlike License. To view a copy of this license, visit - http://creativecommons.org/licenses/by-sa/1.0/ - or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, - California 94305, USA. - - - 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 @@ PyGObject Reference Manual for version &version; for PyGObject version &version; - - - John - Finlay - - This reference describes the classes of the python gobject module. -- cgit