Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
Simon Giraudot
|
6269309d86
|
Use CGAL include for boost counting/transform iterators everywhere
|
2018-01-23 11:09:52 +01:00 |
Andreas Fabri
|
18acb2ece9
|
Arrangements
|
2018-01-18 15:05:34 +00:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Laurent Rineau
|
0c690014b7
|
Remove all usage of CGAL_LEDA_VERSION
Now, LEDA version >= 6.0 is required if `CGAL_USE_LEDA` is toggled.
|
2016-08-25 14:38:16 +02:00 |
Sébastien Loriot
|
91a5327fa8
|
change LGPLv2 -> LGPLv3
|
2011-10-10 13:48:25 +00:00 |
Guillaume Damiand
|
a29c905ee0
|
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
|
2011-08-31 14:30:07 +00:00 |
Michael Hemmer
|
0d2cb98390
|
move Get_arithmetic_kernel specializations into correct packages
|
2010-05-05 14:19:26 +00:00 |
Andreas Fabri
|
a9aefab1c1
|
Added license headers
|
2008-12-06 21:18:27 +00:00 |
Michael Hemmer
|
ef395a4992
|
mv CGAL/Polynomial/polynomial_utils.h CGAL/polynomial_utils.h
|
2008-10-28 08:36:59 +00:00 |
Michael Hemmer
|
e3fc3f528a
|
added modular gcd from EXACUS
|
2008-03-31 13:21:35 +00:00 |
Michael Kerber
|
23db96a3fe
|
Compatibility for LEDA 6.0
|
2008-02-27 10:43:16 +00:00 |
Sebastian Limbach
|
a4d2341996
|
Modular_traits.h included.
|
2007-06-04 10:52:53 +00:00 |
Sebastian Limbach
|
800ed22258
|
Elements moved to different (new) files.
|
2007-02-28 16:08:53 +00:00 |
Sebastian Limbach
|
b23b94abfb
|
Changed includes because of moved files.
|
2007-02-28 13:07:02 +00:00 |
Laurent Saboret
|
9d0d302a87
|
Fixed svn properties of whole trunk
|
2006-12-18 09:37:55 +00:00 |
Michael Hemmer
|
9bde28874f
|
rm old Polynomial_traits
extracted some traits classes into extra files in subdir CGAL/Polynomial
|
2006-12-07 17:16:14 +00:00 |
Michael Hemmer
|
a74dcdca9e
|
first version of class Polynomial (from EXACUS)
added Polynomial_traits_d
TODO:
rm old Polynomial_traits
|
2006-12-07 13:46:43 +00:00 |