Skip to content

Commit 9cf92fa

Browse files
committed
clarify license for hilbert as MIT
1 parent 4950190 commit 9cf92fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hilbertsort.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is licensed under the MIT "Expat" License.
2+
13
# implementing scale-free Hilbert ordering. Real all about it here:
24
# http://doc.cgal.org/latest/Spatial_sorting/index.html
35

@@ -6,7 +8,7 @@
68
# The GeometricalPredicates.jl package is licensed under the MIT "Expat" License:
79
# Copyright (c) 2014: Ariel Keselman.
810

9-
# modifications for StaticArrays: sjkelly
11+
# modifications for StaticArrays: sjkelly (Under terms of MIT License)
1012

1113
const coordinatex = 1
1214
const coordinatey = 2

0 commit comments

Comments
 (0)