From caecbf646c35b9f02ba744756fae2e8797f50e44 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 29 Aug 2017 11:42:42 +0200 Subject: Fix missing license information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix warnings of qtattributionscanner: File ./tests/benchmarks/script/sunspider/tests/qt_attribution.json: Missing mandatory property 'License'. File ./tests/benchmarks/script/v8/tests/qt_attribution.json: Missing mandatory property 'License'. Change-Id: I0ab99b62d8abfd333b2208afd611d494f4e3ed5d Reviewed-by: Friedemann Kleint Reviewed-by: Topi Reiniƶ --- tests/benchmarks/script/sunspider/tests/qt_attribution.json | 1 + tests/benchmarks/script/v8/tests/qt_attribution.json | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/benchmarks/script/sunspider/tests/qt_attribution.json b/tests/benchmarks/script/sunspider/tests/qt_attribution.json index 0044eca..c67b09f 100644 --- a/tests/benchmarks/script/sunspider/tests/qt_attribution.json +++ b/tests/benchmarks/script/sunspider/tests/qt_attribution.json @@ -11,6 +11,7 @@ the same browser, and different browsers to each other.", "Homepage": "https://webkit.org/perf/sunspider/sunspider.html", "Version": "0.9.1", "LicenseId": "BSD-3-Clause AND LGPL-2.1 AND MIT", + "License": "BSD 3-clause \"New\" or \"Revised\" License, GNU Lesser General Public License v2.1 only, and MIT License", "LicenseFile": "LICENSE.txt", "Copyright": "Copyright (C) 2004-2007, The Dojo Foundation Copyright (C) 2004 Baron Schwartz diff --git a/tests/benchmarks/script/v8/tests/qt_attribution.json b/tests/benchmarks/script/v8/tests/qt_attribution.json index a68d0c7..64f6f0c 100644 --- a/tests/benchmarks/script/v8/tests/qt_attribution.json +++ b/tests/benchmarks/script/v8/tests/qt_attribution.json @@ -8,6 +8,7 @@ "Description": "A collection of pure JavaScript benchmarks that are used to tune V8.", "Homepage": "https://developers.google.com/v8/", "LicenseId": "BSD-3-Clause", + "License": "BSD 3-clause \"New\" or \"Revised\" License", "LicenseFile": "LICENSE.txt", "Copyright": "Copyright 1996 John Maloney and Mario Wolczko Copyright 2003-2005 Tom Wu -- cgit v1.2.1