We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4950190 commit 9cf92faCopy full SHA for 9cf92fa
src/hilbertsort.jl
@@ -1,3 +1,5 @@
1
+# This file is licensed under the MIT "Expat" License.
2
+
3
# implementing scale-free Hilbert ordering. Real all about it here:
4
# http://doc.cgal.org/latest/Spatial_sorting/index.html
5
@@ -6,7 +8,7 @@
6
8
# The GeometricalPredicates.jl package is licensed under the MIT "Expat" License:
7
9
# Copyright (c) 2014: Ariel Keselman.
10
-# modifications for StaticArrays: sjkelly
11
+# modifications for StaticArrays: sjkelly (Under terms of MIT License)
12
13
const coordinatex = 1
14
const coordinatey = 2
0 commit comments