ecere/gfx/imgDistMap: authorship notice update
authorJerome St-Louis <jerome@ecere.com>
Tue, 20 Sep 2016 22:17:57 +0000 (18:17 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 20 Sep 2016 22:17:57 +0000 (18:17 -0400)
ecere/src/gfx/imgDistMap.ec

index cb07552..eb1a1b1 100644 (file)
@@ -1,11 +1,15 @@
-import "instance"
+/*
+   Original Copyright (c) 2015 Alexis Naveros
+   Ecere Corporation has unlimited/unrestricted rights.
 
-#include <math.h>
+   Based on The ‘‘dead reckoning’’ signed distance transform
+   by George J. Grevera
 
-// Written by Alexis Naveros 2015
+   Copyright (c) 2015-2016 Ecere Corporation
+*/
+import "instance"
 
-// Based on The ‘‘dead reckoning’’ signed distance transform
-// by George J. Grevera
+#include <math.h>
 
 struct MapDistMapPoint
 {