diff --git a/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt b/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt index 291e5094472..77e994d0270 100644 --- a/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt +++ b/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt @@ -206,9 +206,8 @@ functor followed by the suffix `_object`.For example, the function that returns all the platforms the library supports. In particular, it should not contain the characters ':', '*', or ' '.
  • Internal header files - which are not documented to the user - should - have /internal/ as a directory higher up in their hierarchy. - For example CGAL/internal/foo.h or - CGAL/Package/internal/predicates/my_pred.h. + have Package/internal/ as a directory higher up in their hierarchy. + For example CGAL/Triangulation_2/internal/predicates/my_pred.h. \section secprogramming_conventions Programming conventions diff --git a/Installation/LICENSE b/Installation/LICENSE index 425f2723357..1da3e31ab0b 100644 --- a/Installation/LICENSE +++ b/Installation/LICENSE @@ -18,7 +18,6 @@ and LICENSE.LGPL. The following files are modified versions taken from Boost and are licensed under the Boost Software License (see LICENSE.BSL). - include/CGAL/auto_link/auto_link.h -- include/CGAL/internal/container_fwd_fixed.hpp - include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp - include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp - include/CGAL/STL_Extension/internal/boost/mutable_queue.hpp