cli_function: clarify copyright

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:01 +00:00
parent da900a579c
commit 8217e55087
2 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
#!/usr/bin/env python3
'''
This file is GPLv3 like the rest of this repo.
However, you may use it in a project with any license through imports,
without affecting the license of the rest of your project, even if you include
this file in the project source tree, as long as you publish any modifications
made to this file.
'''
import argparse
import bisect
import collections