Changeset 68df85 in git
- Timestamp:
- Feb 8, 2018, 11:04:23 AM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- a8df82e84ee87330065595cb27cd3591e07a76e7
- Parents:
- b589d885903c0731e6b4e32e8bc16f6db8315b8f
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 University of Kaiserslautern 3 3 Department of Mathematics and Centre for Computer Algebra 4 4 Authors: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann 5 5 6 Copyright (C) 1986-201 66 Copyright (C) 1986-2018 7 7 8 8 … … 116 116 project. 117 117 118 SINGULAR is supported by Project B5 of SFB-TRR 195 'Symbolic Tools in 119 Mathematics and their Application'. 120 -
Singular/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 3 3 University of Kaiserslautern … … 7 7 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 8 8 9 Copyright (C) 1986-201 69 Copyright (C) 1986-2018 10 10 11 11 -
configure.ac
rb589d8 r68df85 1 AC_INIT([singular], [4.1. 0], [singular@mathematik.uni-kl.de])2 AC_DEFINE([VERSION_DATE],[" Nov 2016"],[release date])1 AC_INIT([singular], [4.1.1], [singular@mathematik.uni-kl.de]) 2 AC_DEFINE([VERSION_DATE],["Feb 2018"],[release date]) 3 3 4 4 _AC_SRCDIRS(["$ac_dir"]) -
doc/COPYING.texi
rb589d8 r68df85 25 25 @center Authors: @uref{http://www.mathematik.uni-kl.de/~decker,,W. Decker}, @uref{http://www.mathematik.uni-kl.de/~greuel,,G.-M. Greuel}, @uref{http://www.mathematik.uni-kl.de/~pfister,,G. Pfister}, @uref{http://www.mathematik.uni-kl.de/~hannes,,H. Schoenemann} 26 26 27 @center Copyright @copyright{} 1986-201 627 @center Copyright @copyright{} 1986-2018 28 28 @sp 2 29 29 @center @strong{NOTICE} -
emacs/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 Singular-ESingular 3 3 … … 8 8 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 9 9 10 Copyright (C) 1986-201 610 Copyright (C) 1986-2018 11 11 12 12 -
factory/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 Singular-Factory 3 3 … … 8 8 Authors: G.-M. Greuel, R. Stobbe, J. Schmidt, M. Lee, 9 9 G. Pfister, H. Schoenemann 10 Copyright (C) 1991-201 610 Copyright (C) 1991-2018 11 11 12 12 Characteristic sets and factorization over algebraic function fields: -
factory/configure.ac
rb589d8 r68df85 13 13 # - initialisation. 14 14 # 15 AC_INIT([factory], [4.1. 0])15 AC_INIT([factory], [4.1.1]) 16 16 AC_CONFIG_SRCDIR(canonicalform.cc) 17 17 AC_CONFIG_MACRO_DIR([../m4]) -
kernel/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 3 3 University of Kaiserslautern … … 7 7 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 8 8 9 Copyright (C) 1986-201 69 Copyright (C) 1986-2018 10 10 11 11 -
kernel/mod2.h
rb589d8 r68df85 16 16 17 17 #undef VERSION 18 #define VERSION "4.1. 0"18 #define VERSION "4.1.1" 19 19 #define SINGULAR_MAJOR_VERSION 4 20 20 #define SINGULAR_MINOR_VERSION 1 21 #define SINGULAR_SUB_VERSION 021 #define SINGULAR_SUB_VERSION 1 22 22 #define S_ROOT_DIR "" 23 23 … … 85 85 #endif 86 86 87 #define SINGULAR_PATCHLEVEL 487 #define SINGULAR_PATCHLEVEL 0 88 88 #define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL) 89 89 -
libpolys/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 3 3 University of Kaiserslautern … … 7 7 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 8 8 9 Copyright (C) 1986-201 69 Copyright (C) 1986-2018 10 10 11 11 -
libpolys/configure.ac
rb589d8 r68df85 1 AC_INIT([libpolys], [4.1. 0])1 AC_INIT([libpolys], [4.1.1]) 2 2 3 3 AC_CONFIG_MACRO_DIR([../m4]) -
make_tar.sh
rb589d8 r68df85 1 1 #!/bin/sh 2 TARVERSION=4.1. 0p43 VERSION=4.1. 02 TARVERSION=4.1.1 3 VERSION=4.1.1 4 4 export VERSION TARVERSION 5 5 -
omalloc/COPYING
rb589d8 r68df85 1 SINGULAR version 4- 01 SINGULAR version 4-1 2 2 Package name: omalloc 3 3 -
resources/configure.ac
rb589d8 r68df85 1 AC_INIT([singular_resources], [4.1. 0])1 AC_INIT([singular_resources], [4.1.1]) 2 2 3 3 AC_CONFIG_MACRO_DIR([../m4]) -
xalloc/configure.ac
rb589d8 r68df85 6 6 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll 7 7 8 AC_INIT([xmalloc],[4. 0])8 AC_INIT([xmalloc],[4.1]) 9 9 10 10 AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset
for help on using the changeset viewer.