add cc0 for what its worth

This commit is contained in:
Sebastian Hugentobler 2015-05-12 16:50:39 +02:00
parent d3274f438e
commit 7c8ea7be93

View File

@ -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