From 2c2126540794d2f7d65535bf2173c99a05e10791 Mon Sep 17 00:00:00 2001 From: Benjamin Funke Date: Fri, 5 Apr 2024 15:34:32 +0200 Subject: [PATCH] GOB: add forgotten reference to dual-license for draw_v7 --- engines/gob/draw_v7.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engines/gob/draw_v7.cpp b/engines/gob/draw_v7.cpp index 66a512f79e6..339195990c0 100644 --- a/engines/gob/draw_v7.cpp +++ b/engines/gob/draw_v7.cpp @@ -17,6 +17,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * +* +* This file is dual-licensed. +* In addition to the GPLv3 license mentioned above, this code is also +* licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the +* full text of the license. +* */ #include "common/formats/winexe_ne.h"