Skip to content

Commit

Permalink
add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 4, 2024
1 parent c35a1b1 commit c99b69a
Show file tree
Hide file tree
Showing 65 changed files with 208 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Boolean_set_operations_2/include/CGAL/draw_polygon_set_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_DRAW_POLYGON_SET_2_H
#define CGAL_DRAW_POLYGON_SET_2_H

#include <CGAL/license/Boolean_set_operations_2.h>


#include <CGAL/Qt/Basic_viewer_qt.h>

#ifdef DOXYGEN_RUNNING
Expand Down
3 changes: 3 additions & 0 deletions Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_MIN_SPHERE_ANNULUS_D_TRAITS_2_H
#define CGAL_MIN_SPHERE_ANNULUS_D_TRAITS_2_H

#include <CGAL/license/Bounding_volumes.h>


// includes
# include <CGAL/Optimisation/Access_dimension_2.h>
# include <CGAL/Optimisation/Access_coordinates_begin_2.h>
Expand Down
3 changes: 3 additions & 0 deletions Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_MIN_SPHERE_ANNULUS_D_TRAITS_3_H
#define CGAL_MIN_SPHERE_ANNULUS_D_TRAITS_3_H

#include <CGAL/license/Bounding_volumes.h>


// includes
# include <CGAL/Optimisation/Access_dimension_3.h>
# include <CGAL/Optimisation/Access_coordinates_begin_3.h>
Expand Down
3 changes: 3 additions & 0 deletions Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_d.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_MIN_SPHERE_ANULUS_D_TRAITS_D_H
#define CGAL_MIN_SPHERE_ANULUS_D_TRAITS_D_H

#include <CGAL/license/Bounding_volumes.h>


// includes
# include <CGAL/Optimisation/Access_dimension_d.h>
# include <CGAL/Optimisation/Access_coordinates_begin_d.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_CIRCULAR_KERNEL_2_INTERSECTION_TRAITS_H
#define CGAL_CIRCULAR_KERNEL_2_INTERSECTION_TRAITS_H

#include <CGAL/license/Circular_kernel_2.h>


#include <CGAL/Intersection_traits.h>

#include <variant>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_CIRCULAR_KERNEL_3_INTERSECTION_TRAITS_H
#define CGAL_CIRCULAR_KERNEL_3_INTERSECTION_TRAITS_H

#include <CGAL/license/Circular_kernel_3.h>


#include <CGAL/Intersection_traits.h>

#include <variant>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#ifndef CGAL_SPHERICAL_KERNEL_TYPE_EQUALITY_WRAPPER_H
#define CGAL_SPHERICAL_KERNEL_TYPE_EQUALITY_WRAPPER_H

#include <CGAL/license/Circular_kernel_3.h>


#include <CGAL/user_classes.h>
#include <CGAL/Circular_arc_point_3.h>
#include <CGAL/Circular_arc_3.h>
Expand Down
3 changes: 3 additions & 0 deletions Convex_hull_2/include/CGAL/Convex_hull_traits_adapter_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_CONVEX_HULL_TRAITS_ADAPTER_2_H
#define CGAL_CONVEX_HULL_TRAITS_ADAPTER_2_H

#include <CGAL/license/Convex_hull_2.h>


#include <boost/call_traits.hpp>

#include <CGAL/property_map.h>
Expand Down
3 changes: 3 additions & 0 deletions GraphicsView/include/CGAL/Qt/CGAL_Qt_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_QT_CONFIG_H
#define CGAL_QT_CONFIG_H

#include <CGAL/license/GraphicsView.h>


#include <QtCore/qglobal.h>

#if defined(CGAL_Qt6_DLL)
Expand Down
3 changes: 3 additions & 0 deletions GraphicsView/include/CGAL/Qt/CreateOpenGLContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_QT_CREATE_OPENGL_CONTEXT_H
#define CGAL_QT_CREATE_OPENGL_CONTEXT_H

#include <CGAL/license/GraphicsView.h>


#include <QOpenGLContext>

namespace CGAL{
Expand Down
3 changes: 3 additions & 0 deletions GraphicsView/include/CGAL/auto_link/Qt.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_AUTO_LINK_QT_H
#define CGAL_AUTO_LINK_QT_H

#include <CGAL/license/GraphicsView.h>


#include <CGAL/config.h>
#include <QtCore/qglobal.h>

Expand Down
3 changes: 3 additions & 0 deletions GraphicsView/include/CGAL/export/Qt.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_QT_EXPORT_H
#define CGAL_QT_EXPORT_H

#include <CGAL/license/GraphicsView.h>


#include <CGAL/config.h>
#include <CGAL/export/helpers.h>

Expand Down
3 changes: 3 additions & 0 deletions Nef_2/include/CGAL/Nef_2/Polynomial.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#ifndef CGAL_NEF_2_POLYNOMIAL_H
#define CGAL_NEF_2_POLYNOMIAL_H

#include <CGAL/license/Nef_2.h>


#include <CGAL/basic.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/Handle_for.h>
Expand Down
7 changes: 7 additions & 0 deletions Nef_2/include/CGAL/Nef_2/Polynomial_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
// Author(s) : Michael Seel
// Andreas Fabri

#ifndef CGAL_NEF_2_POLYNOMIAL_IMPL_H
#define CGAL_NEF_2_POLYNOMIAL_IMPL_H

#include <CGAL/license/Nef_2.h>


namespace CGAL{

Expand Down Expand Up @@ -202,3 +207,5 @@ Polynomial<double> Polynomial<double>::gcd(

} // end namespace Nef
}//end namespace CGAL

#endif //CGAL_NEF_2_POLYNOMIAL_IMPL_H
3 changes: 3 additions & 0 deletions Nef_2/include/CGAL/Nef_2/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_NEF_2_DEBUG_H
#define CGAL_NEF_2_DEBUG_H

#include <CGAL/license/Nef_2.h>


#include <iostream>

#ifdef NDEBUG
Expand Down
3 changes: 3 additions & 0 deletions Nef_2/include/CGAL/Nef_polynomial_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_NEF_POLYNOMIAL_FWD_H
#define CGAL_NEF_POLYNOMIAL_FWD_H

#include <CGAL/license/Nef_2.h>


#include <CGAL/enum.h>

// Forward declarations of functions over Polynomial and Nef_polynomial
Expand Down
3 changes: 3 additions & 0 deletions Nef_S2/include/CGAL/Nef_S2/OGL_base_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_OGL_BASE_OBJECT_H
#define CGAL_OGL_BASE_OBJECT_H

#include <CGAL/license/Nef_S2.h>


#include <CGAL/Simple_cartesian.h>

namespace CGAL {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_INTERNAL_STATIC_FILTERS_PERIODIC_3_POWER_TEST_3_H
#define CGAL_INTERNAL_STATIC_FILTERS_PERIODIC_3_POWER_TEST_3_H

#include <CGAL/license/Periodic_3_triangulation_3.h>


#include <CGAL/Profile_counter.h>
#include <CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h>
#include <CGAL/Filtered_kernel/internal/Static_filters/tools.h>
Expand Down
3 changes: 3 additions & 0 deletions Polyhedron/include/CGAL/Polyhedron_3_to_lcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_POLYHEDRON_3_TO_LCC_H
#define CGAL_POLYHEDRON_3_TO_LCC_H

#include <CGAL/license/Polyhedron.h>


#include <CGAL/Polyhedron_3.h>
#include <CGAL/assertions.h>
#include <iostream>
Expand Down
5 changes: 4 additions & 1 deletion Polyhedron/include/CGAL/Polyhedron_items_with_id_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
// Author(s) : Andreas Fabri, Fernando Cacciola

#ifndef CGAL_POLYHEDRON_ITEMS_WITH_ID_3_H
#define CGAL_POLYHEDRON_ITEMS_WITH_ID_3_H 1
#define CGAL_POLYHEDRON_ITEMS_WITH_ID_3_H

#include <CGAL/license/Polyhedron.h>


#include <CGAL/HalfedgeDS_vertex_max_base_with_id.h>
#include <CGAL/HalfedgeDS_halfedge_max_base_with_id.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYHEDRON_3_H
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYHEDRON_3_H

#include <CGAL/license/Polyhedron.h>


#include <CGAL/boost/graph/graph_traits_HalfedgeDS.h>

#include <CGAL/Polyhedron_3.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_BOOST_GRAPH_HALFEDGE_GRAPH_TRAITS_POLYHEDRON_3_H
#define CGAL_BOOST_GRAPH_HALFEDGE_GRAPH_TRAITS_POLYHEDRON_3_H

#include <CGAL/license/Polyhedron.h>


#define CGAL_DEPRECATED_HEADER "<CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h>"
#define CGAL_REPLACEMENT_HEADER "<CGAL/boost/graph/graph_traits_Polyhedron_3.h>"
#include <CGAL/Installation/internal/deprecation_warning.h>
Expand Down
3 changes: 3 additions & 0 deletions Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_BOOST_GRAPH_PROPERTIES_POLYHEDRON_3_H
#define CGAL_BOOST_GRAPH_PROPERTIES_POLYHEDRON_3_H

#include <CGAL/license/Polyhedron.h>


#define CGAL_HDS_TMPLT Gt, class I, CGAL_HDS_PARAM_, class A
#define CGAL_HDS_CLASS CGAL::Polyhedron_3<Gt,I,HDS,A>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_PROPERTIES_POLYHEDRON_3_FEATURES_H
#define CGAL_PROPERTIES_POLYHEDRON_3_FEATURES_H

#include <CGAL/license/Polyhedron.h>


#include <CGAL/Polyhedron_3.h>
#include <set>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_PROPERTIES_POLYHEDRON_3_TIME_STAMP_H
#define CGAL_PROPERTIES_POLYHEDRON_3_TIME_STAMP_H

#include <CGAL/license/Polyhedron.h>


#include <CGAL/Polyhedron_3.h>

#define CGAL_HDS_PARAM_ template < class Traits, class Items, class Alloc> class HDS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_POLYTOPE_DISTANCE_D_TRAITS_2_H
#define CGAL_POLYTOPE_DISTANCE_D_TRAITS_2_H

#include <CGAL/license/Polytope_distance_d.h>


// includes
# include <CGAL/Optimisation/Access_dimension_2.h>
# include <CGAL/Optimisation/Access_coordinates_begin_2.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_POLYTOPE_DISTANCE_D_TRAITS_3_H
#define CGAL_POLYTOPE_DISTANCE_D_TRAITS_3_H

#include <CGAL/license/Polytope_distance_d.h>


// includes
# include <CGAL/Optimisation/Access_dimension_3.h>
# include <CGAL/Optimisation/Access_coordinates_begin_3.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#ifndef CGAL_POLYTOPE_DISTANCE_D_TRAITS_D_H
#define CGAL_POLYTOPE_DISTANCE_D_TRAITS_D_H

#include <CGAL/license/Polytope_distance_d.h>


// includes
# include <CGAL/Optimisation/Access_dimension_d.h>
# include <CGAL/Optimisation/Access_coordinates_begin_d.h>
Expand Down
3 changes: 3 additions & 0 deletions Principal_component_analysis/include/CGAL/Subiterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef CGAL_PCA_SUBITERATOR_H
#define CGAL_PCA_SUBITERATOR_H

#include <CGAL/license/Principal_component_analysis.h>


#include <boost/iterator/iterator_facade.hpp>

namespace CGAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#ifndef CGAL_DXF_STREAM_H
#define CGAL_DXF_STREAM_H

#include <CGAL/license/Straight_skeleton_2.h>


#include <CGAL/basic.h>
#include <CGAL/Polygon_2.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#ifndef CGAL_IO_DXF_WRITER_H
#define CGAL_IO_DXF_WRITER_H

#include <CGAL/license/Straight_skeleton_2.h>


#include <CGAL/disable_warnings.h>

#include <CGAL/basic.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_SLS_IO_PRINT_H
#define CGAL_SLS_IO_PRINT_H

#include <CGAL/license/Straight_skeleton_2.h>


#include <CGAL/Point_2.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#ifndef CGAL_CERTIFIED_NUMERIC_PREDICATES_H
#define CGAL_CERTIFIED_NUMERIC_PREDICATES_H

#include <CGAL/license/Straight_skeleton_2.h>


#include <CGAL/number_utils.h>
#include <CGAL/Interval_arithmetic.h>
#include <CGAL/Uncertain.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#ifndef CGAL_CERTIFIED_QUOTIENT_PREDICATES_H
#define CGAL_CERTIFIED_QUOTIENT_PREDICATES_H

#include <CGAL/license/Straight_skeleton_2.h>


#include <CGAL/certified_numeric_predicates.h>
#include <CGAL/Quotient.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_PROPERTIES_SURFACE_MESH_FEATURES_H
#define CGAL_PROPERTIES_SURFACE_MESH_FEATURES_H

#include <CGAL/license/Surface_mesh.h>


#ifndef DOXYGEN_RUNNING

#include <CGAL/Surface_mesh.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_PROPERTIES_SURFACE_MESH_TIME_STAMP_H
#define CGAL_PROPERTIES_SURFACE_MESH_TIME_STAMP_H

#include <CGAL/license/Surface_mesh.h>


#ifndef DOXYGEN_RUNNING

#include <CGAL/Surface_mesh.h>
Expand Down
3 changes: 3 additions & 0 deletions Surface_mesher/include/CGAL/Surface_mesher/Profile_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
#ifndef CGAL_SURFACE_MESHER_PROFILE_COUNTER_H
#define CGAL_SURFACE_MESHER_PROFILE_COUNTER_H

#include <CGAL/license/Surface_mesher.h>


#include <CGAL/Profile_counter.h>

#ifdef CGAL_SURFACE_MESHER_PROFILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#ifndef CGAL_GRAPH_TRAITS_TRIANGULATION_DATA_STRUCTURE_2_H
#define CGAL_GRAPH_TRAITS_TRIANGULATION_DATA_STRUCTURE_2_H

#include <CGAL/license/TDS_2.h>


// include this to avoid a VC15 warning
#include <CGAL/Named_function_parameters.h>
#include <CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h>
Expand Down
Loading

0 comments on commit c99b69a

Please sign in to comment.