diff --git a/BackupRotator.py b/BackupRotator.py index 037f944..ea3265a 100755 --- a/BackupRotator.py +++ b/BackupRotator.py @@ -6,9 +6,9 @@ Mike's Backup Rotator A simple script to help automatically rotate backup files -Copyright 2022 Mike Peralta; All rights reserved +Copyright 2023 Mike Peralta; All rights reserved -Released under the GNU GENERAL PUBLIC LICENSE v3 (See LICENSE file for more) +Releasing to the public under the GNU GENERAL PUBLIC LICENSE v3 (See LICENSE file for more) """ diff --git a/README.md b/README.md index 0c4a834..0a40860 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This program functions somewhat similarly to a log rotator. It's purpose is to r Suppose you have a third party backup program regularly dropping backup files into some directory. You could use this program to limit the number of files that remain in the directory at any given time. +# License + +Copyright 2023 Mike Peralta; All rights reserved + +Releasing to the public under the GNU GENERAL PUBLIC LICENSE v3 (See LICENSE file for more) + # Requirements * Python 3