Skip to content
Snippets Groups Projects
Commit beee48e9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove comment about license violation

parent c15d5642
No related branches found
No related tags found
No related merge requests found
......@@ -851,7 +851,7 @@ def uniform_interval_splitting(n, granularity, max_intervals):
and *interval_size* is a multiple of *granularity*.
"""
# ported from Thrust -- minor Apache v2 license violation
# ported from Thrust
grains = div_ceil(n, granularity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment