From 8e7c4550d72e3510d33313511d678161a781f20b Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Wed, 12 Aug 2020 14:39:32 +0200 Subject: [PATCH] Add a license exception to single owner (Melchoir Franz and myself) that clarifies that merely calling Nasal functions from third party aircraft does not invoce the derived-work clause of the GPL. Signed of by the authors --- Nasal/debug.nas | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Nasal/debug.nas b/Nasal/debug.nas index 778ae1795..8f2fa51f7 100644 --- a/Nasal/debug.nas +++ b/Nasal/debug.nas @@ -1,3 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# NOTE! This copyright does *not* cover user models that use these Nasal +# services by normal function calls - this is merely considered normal use +# of the code, and does *not* fall under the heading of "derived work." +# +# Copyright (C) 2003-2007 by andy +# Copyright (C) 2005-2008 by mfranz +# Copyright (C) 2012-2014 by Thomas Geymayer +# Copyright (C) 2017-2019 by Stuart Buchanan +# Copyright (C) 2019-2020 by Henning Stahlke + # debug.nas -- debugging helpers #------------------------------------------------------------------------------ #