diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-21 22:23:36 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-21 22:23:36 -0700 |
commit | 5e5e39c621db0ebd69cac2fa21b1452261428fe7 (patch) | |
tree | e2c513f702b06dd47b62b2bbc7f42fd362b995a7 | |
parent | 2fd8e6bcfae0e3418daf7e0c48cf10d42e5548a1 (diff) |
add license in preamble
-rw-r--r-- | gui.py | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |