Skip to content

Commit

Permalink
Add legal text
Browse files Browse the repository at this point in the history
  • Loading branch information
willtheorangeguy committed Mar 7, 2022
1 parent ba9e7df commit 0c1cb8f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
"""

# MATH CONSTANTS
FT = 3.281
Expand Down

0 comments on commit 0c1cb8f

Please sign in to comment.