1
0
Fork 0

Add a license exception to single owner Nasal libraries which clarifies that merely calling Nasal functions from third party aircraft does not invoke the derived-work clause of the GPL. Signed off by the authors.

This commit is contained in:
Erik Hofman 2020-06-09 16:05:10 +02:00
parent 92fe425e0a
commit 027d1e4e61
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
# 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."
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# modules.nas - Nasal module helper for Add-ons and re-loadable modules # modules.nas - Nasal module helper for Add-ons and re-loadable modules
# author: jsb # author: jsb

View file

@ -1,3 +1,11 @@
# 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) 2012-202 by James Turner
# route_manager.nas - FlightPlan delegate(s) corresponding to the built- # route_manager.nas - FlightPlan delegate(s) corresponding to the built-
# in route-manager dialog and GPS. Intended to provide a sensible default behaviour, # in route-manager dialog and GPS. Intended to provide a sensible default behaviour,
# but can be disabled by an aircraft-specific FMS / GPS system. # but can be disabled by an aircraft-specific FMS / GPS system.