Skip to content

Commit e908211

Browse files
committed
added apache license note to README
1 parent 9ff1775 commit e908211

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
JavaScript-Geometry
22
===================
33

4-
JavaScript-Geometry is (the start) of a collection of computation geometry algorithms implemented in JavaScript and designed to run in any modern browser. To use it, just include the javascript file of the algorithm you want to use.
4+
JavaScript-Geometry is (the start) of a collection of computation geometry algorithms implemented in JavaScript and designed to run in any modern browser. To use it, just include the javascript file of the algorithm you want to use. Licensed under the Apache License, Version 2.0
5+
56

67
For now it only implements one algorithm to find all intersections in a set of line segments in 2D.
78

0 commit comments

Comments
 (0)