Revision 57c662ea3b570a1e808cda31c1eca4d4e8b453d4 authored by Sébastien Loriot on 27 July 2016, 10:24:08 UTC, committed by Sébastien Loriot on 19 January 2017, 14:20:23 UTC
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 -n "$i "
  pn=`grep cgalPkgDescriptionBegin $i/doc/$i/PackageDescription.txt  | \
  sed 's/\\\cgalPkgDescriptionBegin{\s*//' | \
  awk -F "," '{print $1}'`; echo $pn;
done > Installation/include/CGAL/license/package_list.txt
1 parent b7cece5
History
File Mode Size
Linear_cell_complex

back to top