diff options
Diffstat (limited to 'solenv/bin/modules/PCVSLib/README')
-rw-r--r-- | solenv/bin/modules/PCVSLib/README | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/solenv/bin/modules/PCVSLib/README b/solenv/bin/modules/PCVSLib/README deleted file mode 100644 index a1c4d09349aa..000000000000 --- a/solenv/bin/modules/PCVSLib/README +++ /dev/null @@ -1,58 +0,0 @@ -PCVSLib version 0.02 -==================== - -PCVSLib is a pure perl implementation of the CVS client protocol. -It currently supports only a subset of of the specified requests -and responses, just enough to support the OpenOffice.org CWS tools. -If it ever is complete and stable enough for general use, it might -be worthwhile to submit it to CPAN. - -INSTALLATION - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - -DEPENDENCIES - -This module requires these other modules and libraries: - - nothing which is not included in perl-5.6 or later, - a cvs command line client is needed for running the - test suite. - -COPYRIGHT AND LICENCE - -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2008 by Sun Microsystems, Inc. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# $RCSfile: README,v $ -# -# $Revision: 1.3 $ -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* |