From 5217a77a048ef59191455227abe38b6adb61b143 Mon Sep 17 00:00:00 2001 From: Ian Griffin Date: Mon, 28 Oct 2024 10:58:47 +0800 Subject: [PATCH] added license notices --- ragger.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ragger.py b/ragger.py index 3301216..6989bf4 100755 --- a/ragger.py +++ b/ragger.py @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program. If not, see . + import os import mimetypes import re