Explorar el Código

note about public domain-ness

Former-commit-id: a9f2362c8582304086961acdb6eedf789cc7a4ff
Alec Jacobson hace 8 años
padre
commit
73745b8713
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      include/igl/raytri.c

+ 3 - 0
include/igl/raytri.c

@@ -5,6 +5,9 @@
 /* by Tomas Moller, May 2000                        */
 
 
+// Alec: this file is listed as "Public Domain"
+// http://fileadmin.cs.lth.se/cs/Personal/Tomas_Akenine-Moller/code/
+
 // Alec: I've added an include guard, made all functions inline and added
 // IGL_RAY_TRI_ to #define macros
 #ifndef IGL_RAY_TRI_C