Преглед на файлове

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>