diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-07 15:08:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-07 15:08:46 +0200 |
commit | 7ff12a9d45ff1452ce12d798d67bb362526ece00 (patch) | |
tree | 1c10681b61fc9a6221e7f9049bf2a58b0152cb12 /bin/efa-gw | |
parent | 54441a92200a5452300919720750937c5fc0d2ab (diff) |
add copyright information
Diffstat (limited to 'bin/efa-gw')
-rwxr-xr-x | bin/efa-gw | 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 |