Changeset 866c96 in git for libfac/00README


Ignore:
Timestamp:
Apr 10, 2001, 3:33:14 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
937cbcd9541714ba32c2fe91312690e65edf6f2f
Parents:
ccf43d58abf14bf64c73305060660df4521545e0
Message:
*hannes: changed COPYRIGHT


git-svn-id: file:///usr/local/Singular/svn/trunk@5370 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfac/00README

    rccf43d5 r866c96  
    1 This is the file 00README.libfac for version prae 0.3.0 of libfac.
    2 
    3 ######### What is libfac?
    4 libfac is an extension to factory (see the factory documentation for details
    5 about factory and what it does; look at REQUIREMENTS how to get factory),
     1This is the file 00README.libfac for version 0.3.0 of libfac.
     2
     3######### What is Singular-libfac?
     4libfac is an extension to Singular-factory (see the factory documentation for
     5details about factory and what it does; look at REQUIREMENTS how to get
     6factory),
    67which implements factorization of polynomials over finite fields and algorithms
    78for manipulation of polynomial ideals via the characteristic set methods
     
    1617    (c) 1996 Michael Messollen <michael@math.uni-sb.de>
    1718
    18            This software is *not* free software.
     19For detail see the file COPYING   
    1920
    2021The authors of Macaulay2 and Singular are allowed to distribute the sources
    2122with their source code of the respective programs.
    22 
    23 Anyone is allowed to distribute:
    24  a) this 00README alone
    25  b) your code/binary or whatever which uses a binary version of this library
    26     (libfac.a, libfac-g.a, and/or libsingfac.a), if you state anywhere in your
    27     documentation, that you use this code, who is and how to contact the
    28     author.  If you don't have a documentation for your code/binary or
    29     whatever, you have to distribute this 00README as well.
    30 
    31 In other words: You are not allowed to distribute the sources or part of the
    32 sources, even if you have got them with a distribution, e.g. like Macaulay2 or
    33 Singular! Tell those people which want sources, how to contact the author.
    34 
    35 In no event you are allowed to modify the sources (beside the Makefile's,
    36 configure.in, configure, makedirs and install-sh).
    37 
    38 Note that no permission is granted to extract a portion of the source code of
    39 this library and incorporate it into another program.
    40 
    41 No written agreement, license, or royalty fee is required for any of the
    42 authorized uses.
    43 
    44 Note: This restricted copyright will change in future to a more "free" one.
    45 But for now I want to keep track of the sources (this is the intention of the
    46 restrictions of this license). They aren't in their final state and there will
    47 be bugs (or even "features"). So please let *me* fix any problems.
    48 
    49 If your intended use of this library is not covered by the license above,
    50 please contact the author so we can work something out.
    51 
    52 How to contact the author:
    53 
    54           Michael Messollen
    55           Univ. Saarbruecken
    56           FB 9.1 Mathematik
    57           66041 Saarbruecken
    58           GERMANY
    59           email: michael@math.uni-sb.de
    60 
    61 ######### DISCLAIMER #####################
    62 
    63   IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY PARTY
    64   FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
    65   ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
    66   DERIVATIVES THEREOF, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
    67   POSSIBILITY OF SUCH DAMAGE.
    68 
    69   THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
    70   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
    71   FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
    72   IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE
    73   NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
    74   MODIFICATIONS.
    7523
    7624######### REQUIREMENTS ###################
    7725* You need the library factory, which is part of Singular, to compile this
    7826  code. Get it from
    79   ftp://www.mathematik.uni-kl.de/pub/Math/Factory  or
     27  ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory  or
    8028  http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory
    8129 
     
    10654**** or, better, use configure.
    10755
    108 
    10956 If you have found a bug (beside the KNOWN BUGS, see KNOWN BUGS section later),
    110 *please* email me: michael@math.uni-sb.de
     57*please* email me: michael@math.uni-sb.de or singular@mathematik.uni-kl.de
    11158Please include the characteristic and the ideal(s)/polynomial(s) you tried as
    11259well as the factoryversion you used (Best to include all your input!).
     
    13582         "Factorization over algebraic function field required!"
    13683  if this program needs factorization over an algebraic function field, which
    137   is not yet implemented (but I'm working on it).
     84  is not yet implemented.
    13885  Don't trust the result you'll get in such a case!!!!!!
    13986Since version 0.3.0 this problem is gone. (or should be :-) )
     
    158105o Factorization is slow for large polynomials. There are mainly two reasons
    159106  for this:
    160    a) the factorization algorithm is shipped with no "tricks" yet. (I'm working
    161       on that, but it heavily depends on b) )
     107   a) the factorization algorithm is shipped with no "tricks" yet.
    162108   b) factory has an extremely slow GCD-algorithm for the case of
    163       characteristic  p>0 ( people are working on it )
     109      characteristic  p>0
    164110  There will be a quite different, faster factorization algorithm in the
    165111  future.
    166 
    167 Problems will be fixed in a later version of libfac .
    168112
    169113######### Changes:
Note: See TracChangeset for help on using the changeset viewer.