From 5e5e39c621db0ebd69cac2fa21b1452261428fe7 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 21 Jun 2019 22:23:36 -0700 Subject: add license in preamble --- gui.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gui.py') 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 . + + import tkinter as tk from tkinter import ttk -- cgit v1.2.3