소스 검색

CR in cpp file

Former-commit-id: 5038d43608d94888d5cbe3083108f6ccfd04c61a
Alec Jacobson 10 년 전
부모
커밋
2f63b1134b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      include/igl/outline_ordered.cpp

+ 7 - 0
include/igl/outline_ordered.cpp

@@ -1,3 +1,10 @@
+// This file is part of libigl, a simple c++ geometry processing library.
+// 
+// Copyright (C) 2014 Stefan Brugger <stefanbrugger@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 "outline_ordered.h"
 #include "exterior_edges.h"
 #include <set>