Add project license header to __main__

This commit is contained in:
Matthew D. Scholefield 2019-11-12 05:20:45 -06:00
parent 009216eb30
commit 0602e333e5
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
# encoding: utf-8
# Copyright 2017 Virgil Dupras
# This software is licensed under the "BSD" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/bsd_license
from __future__ import print_function
import sys