From 8318e41035e99f89b3751c72ddafdfc6856c77f1 Mon Sep 17 00:00:00 2001
From: Jason Freeberg <jason.freeberg@snowflake.com>
Date: Mon, 1 Jul 2024 08:25:35 -0700
Subject: [PATCH 1/2] Create LICENSE.txt

It looks like the pyproject.toml refers to the MIT license, but the license file isn't in the repo like most do.

License text copied from here: https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
---
 LICENSE.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 LICENSE.txt

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..46737c3
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2012-2024 Scott Chacon and others
+
+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.

From 4738c58acba55fcccf54b3c45d12b9a1744da811 Mon Sep 17 00:00:00 2001
From: Forest Gregg <fgregg@users.noreply.github.com>
Date: Wed, 10 Jul 2024 14:58:53 -0400
Subject: [PATCH 2/2] Apply suggestions from code review

Co-authored-by: Lorenzo Pirritano <6698585+lorepirri@users.noreply.github.com>
---
 LICENSE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 46737c3..5cbe2db 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2024 Scott Chacon and others
+Copyright (c) 2012-2024 Forest Gregg, Derek Eder, DataMade and Contributors
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the