From 89e980b8e0007a3615d01286d1f590fb95757233 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Oct 2016 15:14:35 +0200 Subject: Document 3rd party library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also use \badcode .. \encode instead of \legalese, because the latter does not stand out. Change-Id: I2dd2d1bf68706cce98e9864fb6980afb96b2ec03 Reviewed-by: Simon Hausmann Reviewed-by: Topi Reiniö --- src/3rdparty/javascriptcore/qt_attribution.json | 54 +++++++++++++++++++++++++ src/script/doc/src/qtscript-module.qdoc | 8 +++- 2 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 src/3rdparty/javascriptcore/qt_attribution.json diff --git a/src/3rdparty/javascriptcore/qt_attribution.json b/src/3rdparty/javascriptcore/qt_attribution.json new file mode 100644 index 0000000..a198b92 --- /dev/null +++ b/src/3rdparty/javascriptcore/qt_attribution.json @@ -0,0 +1,54 @@ +{ + "Id": "javascriptcore", + "Name": "JavaScriptCore", + "QDocModule": "qtscript", + "Description": "JavaScriptCore is the built-in JavaScript engine, originally developed for WebKit.", + "QtUsage": "Used as JavaScript engine in Qt Script.", + + "Version": "This is a snapshot of JavaScriptCore from git://code.qt.io/qt/qtwebkit.git", + "License": "GNU Library General Public License v2 or later", + "LicenseId": "LGPL-2.0+", + "LicenseFile": "JavaScriptCore/COPYING.lib", + "Copyright": "Copyright 2006-2008 the V8 project authors. +Copyright 2009, The Android Open Source Project +Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Copyright (C) 1991, 2000, 2001 by Lucent Technologies. +Copyright (C) 1991 Free Software Foundation, Inc. +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, +Copyright (C) 1997-2006 University of Cambridge +Copyright (C) 1998 John E. Bossom +Copyright (C) 1999-2004 Harri Porten (porten@kde.org) +Copyright (C) 1999,2005 Pthreads-win32 contributors +Copyright (C) 2001, 2013 Peter Kelly (pmk@post.com) +Copyright (c) 2005-3009 Google Inc. +Copyright (C) 2006 Alexey Proskuryakov +Copyright (C) 2006 Bjoern Graf (bjoern.graf@gmail.com) +Copyright (C) 2006 George Staikos +Copyright (C) 2006 Maks Orlovich +Copyright (C) 2006 Samuel Weinig +Copyright (C) 2007-2009 Torch Mobile, Inc. +Copyright (C) 2007 Cameron Zwarich (cwzwarich@uwaterloo.ca) +Copyright (C) 2007 Eric Seidel +Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com) +Copyright (C) 2007 Maks Orlovich +Copyright (C) 2007 Staikos Computing Services Inc. +Copyright (C) 2008, 2009 Paul Pedriana . +Copyright (C) 2008-2009 Torch Mobile Inc. +Copyright (C) 2008 Alp Toker +Copyright (C) 2008 Cameron Zwarich +Copyright (C) 2008 David Levin +Copyright (C) 2008 Dominik Röttsches +Copyright (C) 2008 Google Inc. +Copyright (C) 2008 Jürg Billeter +Copyright (C) 2008 Kelvin W Sherlock (ksherlock@gmail.com) +Copyright (C) 2008 Torch Mobile Inc. (http://www.torchmobile.com/) +Copyright (C) 2009 Company 100, Inc. +Copyright (c) 2009 Ian C. Bullard +Copyright (C) 2009 Jian Li +Copyright (C) 2009 Kevin Ollivier +Copyright (C) 2009 Patrick Gansterer (paroga@paroga.com) +Copyright (C) 2009 Torch Mobile, Inc. +Copyright (C) 2009 University of Szeged +Copyright (C) 2015 The Qt Company Ltd +" +} diff --git a/src/script/doc/src/qtscript-module.qdoc b/src/script/doc/src/qtscript-module.qdoc index 32af784..635a3b4 100644 --- a/src/script/doc/src/qtscript-module.qdoc +++ b/src/script/doc/src/qtscript-module.qdoc @@ -70,7 +70,7 @@ These classes offer a similar but more narrow scripting API that is sufficient for most use cases and is not dependent on LGPL code. - \legalese + \badcode Qt Script is licensed under the GNU Library General Public License. Individual contributor names and copyright dates can be found inline in the code. @@ -89,6 +89,10 @@ along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - \endlegalese + \endcode + Qt Script furthermore contains third party code that is also licensed + under the \l{GNU General Public License, version 2}, or later: + + \generatelist{groupsbymodule attributions-qtscript} */ -- cgit v1.2.1