summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-21 22:23:36 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-21 22:23:36 -0700
commit5e5e39c621db0ebd69cac2fa21b1452261428fe7 (patch)
treee2c513f702b06dd47b62b2bbc7f42fd362b995a7
parent2fd8e6bcfae0e3418daf7e0c48cf10d42e5548a1 (diff)
add license in preamble
-rw-r--r--gui.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index f7875e9..bc91597 100644
--- a/gui.py
+++ b/gui.py
@@ -1,3 +1,19 @@
+# This file is part of Marius Peter's airfoil analysis package (this program).
+#
+# 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, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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/>.
+
+
import tkinter as tk
from tkinter import ttk
Copyright 2019--2024 Marius PETER