Skip to content

Commit

Permalink
Add license line
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 30, 2016
1 parent bf3f349 commit d90426d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regions/_geometry/pnpoly.pxd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

cimport numpy as np

ctypedef np.float64_t DTYPE_t
Expand Down
2 changes: 2 additions & 0 deletions regions/_geometry/pnpoly.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
#
# The code in this file was adapted from code written by Greg von Winckel:
#
# https://github.com/gregvw/pnpoly
Expand Down
1 change: 1 addition & 0 deletions regions/shapes/polygon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

from __future__ import absolute_import, division, print_function, unicode_literals

import numpy as np
Expand Down

0 comments on commit d90426d

Please sign in to comment.