From b7c9657b83c4565a5d96a0f6fbeccba284b9b2c9 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 14 Apr 2011 11:25:11 -0600 Subject: [PATCH] include/input.js: change to LGPL-2 or later. Requested by Alexander Larsson at Red Hat to allow incorporation of solution into HTML5 gtk 3.0 backend. --- LICENSE.txt | 2 ++ include/input.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 62213ec..6fbbcba 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,8 @@ noVNC is licensed under the LGPL version 3 (see docs/LICENSE.GPL-3 and docs/LICENSE.LGPL-3) with the following exceptions: + include/input.js : LGPL-2 or any later version + include/base64.js : Dual GPL-2 or LGPL-2.1 incluee/des.js : Various BSD style licenses diff --git a/include/input.js b/include/input.js index b8c5de7..e9d5920 100644 --- a/include/input.js +++ b/include/input.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2011 Joel Martin - * Licensed under LGPL-3 (see LICENSE.txt) + * Licensed under LGPL-2 or any later version (see LICENSE.txt) */ /*jslint browser: true, white: false, bitwise: false */ -- 2.39.2