From d50994d44524c84e5df5f2ff09c1e6ef3c04ddef Mon Sep 17 00:00:00 2001
From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com>
Date: Fri, 13 Sep 2024 20:52:34 -0700
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f6bccca..2a7ae6f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![Component Logo](./images/Component_dark_mode.png#gh-dark-mode-only)
![Component Logo](./images/Component_light_mode.png#gh-light-mode-only)
-A math language using postfix notation.
+A programming language for math using postfix notation.
[![Rust](https://img.shields.io/github/actions/workflow/status/jakeroggenbuck/component/rust.yml?branch=main&style=for-the-badge)](https://github.com/JakeRoggenbuck/component/actions)
From c32b4c21589a8a3f06d2dee84e98fae6c427d391 Mon Sep 17 00:00:00 2001
From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com>
Date: Tue, 17 Sep 2024 15:50:12 -0700
Subject: [PATCH 2/2] Create LICENSE
---
LICENSE | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..0d67f07
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Jake Roggenbuck
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.