Added copyright header and LICENSE file

This commit is contained in:
2019-03-13 03:13:23 -07:00
parent b728cb9f01
commit 44902c2009
2 changed files with 685 additions and 0 deletions

View File

@ -1,5 +1,16 @@
#!/usr/env python3
"""
Mike's Backup Rotator
A simple script to help automatically rotate backup files
Copyright 2019 Mike Peralta; All rights reserved
Released under the GNU GENERAL PUBLIC LICENSE v3 (See LICENSE file for more)
"""
import datetime
import os