]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svbsp.c
Add .md extension to README so it actually parses the markdown
[xonotic/darkplaces.git] / svbsp.c
diff --git a/svbsp.c b/svbsp.c
index 437d82a3b935302a32ebc9a8f4747899d326f4bf..1ad7fafc82248c7826c96da409514800468c1fa4 100644 (file)
--- a/svbsp.c
+++ b/svbsp.c
@@ -1,7 +1,7 @@
 
-// Shadow Volume BSP code written by Forest "LordHavoc" Hale on 2003-11-06 and placed into public domain.
-// Modified by LordHavoc (to make it work and other nice things like that) on 2007-01-24 and 2007-01-25
-// Optimized by LordHavoc on 2009-12-24 and 2009-12-25
+// Shadow Volume BSP code written by Ashley Rose Hale (LadyHavoc) on 2003-11-06 and placed into public domain.
+// Modified by LadyHavoc (to make it work and other nice things like that) on 2007-01-24 and 2007-01-25
+// Optimized by LadyHavoc on 2009-12-24 and 2009-12-25
 
 #include <math.h>
 #include <string.h>