Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Andreas Fabri
|
97b5c37b6e
|
Fix includes
|
2018-05-04 09:00:11 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Sébastien Loriot
|
82b2ebc865
|
apply the cpp0x namespace renaming in all files
|
2012-12-19 11:33:17 +01:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Philipp Möller
|
8eb30ef805
|
Replaced all uses of predecessor/successor with prev/next.
|
2011-06-07 16:21:58 +00:00 |
Laurent Saboret
|
db6a8f948c
|
Change CVS keywords to SVN style
|
2006-02-16 14:30:13 +00:00 |
Laurent Saboret
|
1aad55d4cb
|
Change CVS keywords to SVN style
|
2006-02-14 10:08:15 +00:00 |
Laurent Saboret
|
20e0dc0e01
|
Move packages to trunk root
|
2006-02-14 08:58:14 +00:00 |