浏览代码

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>