Author: grothoff Date: 2005-05-06 04:19:12 -0700 (Fri, 06 May 2005) New Revision: 744
Modified: Extractor/src/main/extract.py Extractor/src/main/libextractor_python.c Log: load-unload Modified: Extractor/src/main/extract.py =================================================================== --- Extractor/src/main/extract.py 2005-05-06 11:17:48 UTC (rev 743) +++ Extractor/src/main/extract.py 2005-05-06 11:19:12 UTC (rev 744) @@ -1,3 +1,26 @@ +"""extract.py + + This file is part of libextractor. + (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff + + libextractor is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2, or (at your + option) any later version. + + libextractor is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with libextractor; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. + +Little demo how to use the libextractor Python binding. + +""" import Extractor import sys Modified: Extractor/src/main/libextractor_python.c =================================================================== --- Extractor/src/main/libextractor_python.c 2005-05-06 11:17:48 UTC (rev 743) +++ Extractor/src/main/libextractor_python.c 2005-05-06 11:19:12 UTC (rev 744) @@ -1,6 +1,6 @@ /* This file is part of libextractor. - (C) 2002, 2003, 2004 Vidyut Samanta and Christian Grothoff + (C) 2004, 2005 Vidyut Samanta and Christian Grothoff libextractor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn