From 4a512db93cfdca674d742e985f836863a04a03b5 Mon Sep 17 00:00:00 2001
From: enderghast13 <29264120+enderghast13@users.noreply.github.com>
Date: Wed, 30 Mar 2022 19:37:23 -0700
Subject: [PATCH] nxdt_host.py: update license (#108)
---
host/nxdt_host.py | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/host/nxdt_host.py b/host/nxdt_host.py
index d7c7add..37f9679 100644
--- a/host/nxdt_host.py
+++ b/host/nxdt_host.py
@@ -7,17 +7,18 @@
*
* This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool).
*
- * nxdumptool is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
+ * nxdumptool 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.
*
- * nxdumptool is distributed in the hope 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.
+ * nxdumptool 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 .
+ * along with this program. If not, see .
"""
# This script depends on PyUSB and tqdm.