Explorar o código

license headers

Former-commit-id: 033f6d6185f078c811c1782b3ae6c4ea60b642fc
Alec Jacobson %!s(int64=9) %!d(string=hai) anos
pai
achega
029e05fc06

+ 7 - 0
include/igl/cgal/assign_scalar.cpp

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
+// 
+// This Source Code Form is subject to the terms of the Mozilla Public License 
+// v. 2.0. If a copy of the MPL was not distributed with this file, You can 
+// obtain one at http://mozilla.org/MPL/2.0/.
 #include "assign_scalar.h"
 
 IGL_INLINE void igl::cgal::assign_scalar(

+ 7 - 0
include/igl/cgal/assign_scalar.h

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
+// 
+// This Source Code Form is subject to the terms of the Mozilla Public License 
+// v. 2.0. If a copy of the MPL was not distributed with this file, You can 
+// obtain one at http://mozilla.org/MPL/2.0/.
 #ifndef IGL_CGAL_ASSIGN_SCALAR_H
 #define IGL_CGAL_ASSIGN_SCALAR_H
 #include "../igl_inline.h"

+ 7 - 0
include/igl/cgal/projected_delaunay.cpp

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
+// 
+// This Source Code Form is subject to the terms of the Mozilla Public License 
+// v. 2.0. If a copy of the MPL was not distributed with this file, You can 
+// obtain one at http://mozilla.org/MPL/2.0/.
 #include "projected_delaunay.h"
 #include "../REDRUM.h"
 #include <iostream>

+ 7 - 0
include/igl/cgal/projected_delaunay.h

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
+// 
+// This Source Code Form is subject to the terms of the Mozilla Public License 
+// v. 2.0. If a copy of the MPL was not distributed with this file, You can 
+// obtain one at http://mozilla.org/MPL/2.0/.
 #ifndef IGL_CGAL_PROJECTED_DELAUNAY_H
 #define IGL_CGAL_PROJECTED_DELAUNAY_H
 #include "../igl_inline.h"

+ 7 - 0
include/igl/cgal/remesh_intersections.cpp

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
+// 
+// This Source Code Form is subject to the terms of the Mozilla Public License 
+// v. 2.0. If a copy of the MPL was not distributed with this file, You can 
+// obtain one at http://mozilla.org/MPL/2.0/.
 #include "remesh_intersections.h"
 #include "SelfIntersectMesh.h"
 #include "assign_scalar.h"