From 0602e333e5b1add44397d61e5c79f0f3b4a2925e Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Tue, 12 Nov 2019 05:20:45 -0600 Subject: [PATCH] Add project license header to __main__ --- send2trash/__main__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/send2trash/__main__.py b/send2trash/__main__.py index abe49ff..0f73a64 100644 --- a/send2trash/__main__.py +++ b/send2trash/__main__.py @@ -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