From 79d7775a3de55d618dc8d9d137e75f6afa2e589c Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 31 Jan 2022 19:33:22 +0100 Subject: code: relicense to GPL-3.0-only I don't need anyone's permission to make this change since GPL-3.0-or-later is one-way compatible with GPL-3.0-only. --- common/flags.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/flags.zig b/common/flags.zig index 88cac2d..561d52b 100644 --- a/common/flags.zig +++ b/common/flags.zig @@ -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. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -- cgit v1.2.3