From 7c8ea7be93e359aa362ca88a43186998105ff770 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 May 2015 16:50:39 +0200 Subject: [PATCH] add cc0 for what its worth --- generator.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/generator.py b/generator.py index 73fd018..90cbe5b 100755 --- a/generator.py +++ b/generator.py @@ -1,6 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# 2015 by Sebastian Hugentobler +# 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 from datetime import datetime