diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-21 21:38:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-21 21:38:57 +0200 |
commit | d1d708002b860c92225e1e8c3a8a32def4c67c1a (patch) | |
tree | e54c1a59336b3cf4c0551851609801a715de2ace /bin | |
parent | 715ff2975cde91f3741854b93d500a70ae5e3999 (diff) |
Add README and licensing information
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pyggle | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 +# +# Copyright (C) 2021 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause import argparse from datetime import datetime |