From 0c1cb8fbd5b30132eb9617888c151a3752b9f47a Mon Sep 17 00:00:00 2001 From: William Date: Sun, 6 Mar 2022 22:16:44 -0800 Subject: [PATCH] Add legal text --- main.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 6418556..155ecbe 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,19 @@ -# RUNNING CALCULATOR CONCEPT -# (C) 2022 - For the Sada's +""" +Running Calculator Concept - for the Sada's +Copyright (C) 2022 @willtheorangeguy + +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, version 3 of the License. + +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 . +""" # MATH CONSTANTS FT = 3.281