From d74ee4738d13c8a2a9da5000cd30691034d191da Mon Sep 17 00:00:00 2001 From: heliguy Date: Thu, 31 Aug 2023 16:04:36 -0400 Subject: [PATCH] Specify only version 3 of the GPL --- src/window.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/window.py b/src/window.py index 7c3e771..72153b1 100644 --- a/src/window.py +++ b/src/window.py @@ -4,8 +4,7 @@ # # 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. +# the Free Software Foundation, version 3 of the License only. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -15,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-only from gi.repository import GLib, Gtk, Adw, Gdk, Gio import subprocess