add cc0 for what its worth
This commit is contained in:
parent
d3274f438e
commit
7c8ea7be93
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# 2015 by Sebastian Hugentobler <shugentobler@vanwa.ch>
|
||||||
|
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||||
|
# and related and neighboring rights to this software to the public domain
|
||||||
|
# worldwide. This software is distributed without any warranty.
|
||||||
|
# See http://creativecommons.org/publicdomain/zero/1.0/ for a description of CC0.
|
||||||
|
|
||||||
import argparse, json, os, re, shutil
|
import argparse, json, os, re, shutil
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue