DFSG NEW Queue

DFSG, Licensing & New Packages Team

dart-sdk 3.13.4-1

Package Information

DescriptionDart software development kit

The Dart SDK, including the Dart VM and the dart2js Dart-to-JavaScript compiler, the analyzer, the formatter and the pub package tool. It is built from source with the Debian toolchain (system gn, ninja, clang and lld; no bundled toolchain and no network access during the build).

The DevTools browser debugging UI is not included: upstream distributes it only as a prebuilt bundle, so it is not part of the Debian source package.

The package is self-hosting: it Build-Depends on a previous dart-sdk, the same model as ghc and gnat. The initial bootstrap, and any new architecture, use the pkg.dart-sdk.stage0 build profile with the documented upstream Stage-0 seed; see debian/README.source.

MaintainerJuan Manuel Méndez Rey <juan.mendezr@proton.me>
Changed ByJuan Manuel Méndez Rey <juan.mendezr@proton.me>
Sponsoremfox@debian.org
Distributionexperimental
Architectureamd64
VCSgit: https://salsa.debian.org/mendezr/dart-sdk.git (browse)
Closes#1140414
Blocked Bugs#998024 (wishlist)
Trackerhttps://tracker.debian.org/pkg/dart-sdk
Uploaded2 hours ago

New Package Report

.changes
DateSat, 19 Sep 2026 03:42:11 +0200
Sourcedart-sdk
Version3.13.4-1
Changed-ByJuan Manuel Méndez Rey
Architecturesource amd64
Distributionexperimental
Changelog
dart-sdk (3.13.4-1) experimental; urgency=medium
 .
   * Initial release (Closes: #1140414)
.dsc
Componentmain
Package-Listdart-sdk deb devel optional arch=amd64
Sectiondevel
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dart-sdk
Source: https://github.com/dart-lang/sdk
Comment: The Debian orig tarball is repacked from the upstream SDK checkout
 (an upstream gclient checkout of the 3.13.4 tag, whose third_party trees are
 pinned by upstream's DEPS file; see debian/README.source and
 debian/scripts/get-orig-source, which regenerates this tarball).
 .
 The Files-Excluded field below removes content that is either not
 distributable as source, not needed to build the SDK, or de-vendored in favour
 of the corresponding Debian system library. Nothing excluded here is
 referenced by the gn "create_sdk" target that this package builds:
 .
   * De-vendored to Debian system libraries: third_party/zlib and
     third_party/double-conversion. debian/rules substitutes a stub BUILD.gn
     that links the system copy (zlib1g-dev, libdouble-conversion-dev).
   * Toolchain and bootstrap directories: buildtools (the bundled clang, lld,
     gn, ninja and sysroot), tools/sdks (the bundled bootstrap Dart binary) and
     out. This package builds with the Debian system toolchain and bootstraps
     from a previous dart-sdk, so all of these are prebuilt binaries with no
     purpose here.
   * Prebuilt binaries shipped by upstream via CIPD, with no corresponding
     source in the tree: third_party/devtools/web (the DevTools web
     application, about 92 MB of compiled Flutter web output, CanvasKit
     WebAssembly and bundled fonts; upstream fetches it as a prebuilt CIPD
     bundle and this package does not ship it, see the patch making it
     optional; only the prebuilt web/ subdirectory is dropped, the
     devtools_shared Dart library beside it is source and is kept because
     pkg/dds is built from it),
     benchmarks/FfiBoringssl/native/out, benchmarks/FfiCall/native/out and
     benchmarks/NativeCall/native/out (prebuilt benchmark shared objects),
     third_party/d8, third_party/jsc and third_party/firefox_jsshell (prebuilt
     JavaScript engines used only by the upstream test runner), and
     third_party/gsutil (a prebuilt Python release-upload tool that also
     vendors its own unrelated dependency tree).
   * Test fixtures that consist of compiled artefacts: third_party/binaryen's
     test suite (about 35 MB, including prebuilt .wasm objects). Only the
     wasm-opt tool is built from third_party/binaryen; its test suite is not.
   * Prebuilt Java: the Gradle wrapper jars under the jni and jnigen example
     and Java directories, which are build accelerators for unrelated example
     projects.
   * Minified JavaScript with no corresponding source:
     third_party/pkg/dartdoc/lib/resources/highlight.pack.js, a minified build
     of Highlight.js 11.11.1 that upstream vendors without its sources. It is
     the only such file the binary package would have shipped. debian/rules
     also drops the <script> tag that referenced it from dartdoc's footer
     template, so `dart doc` output is self-consistent; the only effect is that
     generated API documentation is not syntax-highlighted.
 .
 What deliberately remains, for completeness: six small object and archive files
 (72 kB in total) under third_party/boringssl/src/util/ar/testdata. They are
 fixtures for BoringSSL's ar-parser unit test, and the C and C++ sources they
 were compiled from are in the same directory, at
 third_party/boringssl/src/util/ar/testdata/sample. After the exclusions above
 the source package contains no other object file, shared library, archive,
 WebAssembly module or jar.
Files-Excluded: buildtools
 out
 tools/sdks
 third_party/zlib
 third_party/double-conversion
 third_party/devtools/web
 third_party/gsutil
 third_party/d8
 third_party/jsc
 third_party/firefox_jsshell
 third_party/binaryen/src/test
 benchmarks/FfiBoringssl/native/out
 benchmarks/FfiCall/native/out
 benchmarks/NativeCall/native/out
 third_party/pkg/dartdoc/lib/resources/highlight.pack.js
 third_party/pkg/native/pkgs/jni/java/gradle/wrapper/gradle-wrapper.jar
 third_party/pkg/native/pkgs/jnigen/java/gradle/wrapper/gradle-wrapper.jar
 third_party/pkg/native/pkgs/jnigen/example/maven_libs_groovy/example/android/gradle/wrapper/gradle-wrapper.jar

Files: *
Copyright: 2011-2026 the Dart project authors
License: BSD-3-clause
Comment: The first-party Dart source (benchmarks, build, docs, pkg, runtime,
 samples, sdk, tests, utils) carries the standard Dart header referring to a
 "BSD-style license that can be found in the LICENSE file"; that file is the
 3-clause BSD license reproduced below. Some files additionally credit the
 V8 project authors, Apple Inc. and Google Inc. as upstream contributors, but
 the governing grant remains the 3-clause BSD of the Dart project.

Files: debian/*
Copyright: 2026 Juan Manuel Méndez Rey <juan.mendezr@proton.me>
License: BSD-3-clause

Files: pkg/vm_service/java/*
Copyright: 2015 the Dart project authors
License: EPL-1.0
Comment: The Java client bindings for the VM service protocol carry an
 Eclipse Public License v1.0 header (Google authored, attributed to the Dart
 project authors).

Files: pkg/front_end/testcases/general/DeltaBlue.dart
Copyright: 1996 John Maloney and Mario Wolczko
 2008-2011 Google Inc.
License: GPL-2+
Comment: A Dart port of the DeltaBlue benchmark originally part of GNU
 Smalltalk; it retains the GNU GPL version 2 (or later) terms.

Files: third_party/boringssl/*
Copyright: 2009 The Go Authors
 2015-2020 the fiat-crypto authors
 2008 Google Inc.
 2015 The Chromium Authors
License: Apache-2.0
Comment: BoringSSL is licensed Apache-2.0. The TLS test support code retains
 a 3-clause BSD ("Go license") notice (Copyright 2009 The Go Authors) and is
 not compiled into libcrypto/libssl. Bundled trees: src/third_party/fiat
 (Apache-2.0, the fiat-crypto authors), src/third_party/googletest
 (BSD-3-clause, Google Inc.), src/third_party/benchmark (Apache-2.0) and
 src/third_party/wycheproof_testvectors (BSD-3-clause, The Chromium Authors).

Files: third_party/icu/*
Copyright: 2016-2025 Unicode, Inc.
 1995-2016 International Business Machines Corporation and others
License: Unicode-3.0
Comment: ICU is governed by the Unicode License v3. The aggregate LICENSE file
 documents several bundled data licenses, including the X11-style ICU license
 (IBM and others), the CJK dictionary data under BSD-3-clause (Google Inc.;
 libtabe and IPADIC contributors), laodict/burmesedict under BSD-2/BSD-3, and
 the public-domain time zone database. See third_party/icu/LICENSE for the full
 set of secondary notices.

Files: third_party/icu/source/config.guess
 third_party/icu/source/config.sub
Copyright: 1992-2024 Free Software Foundation, Inc.
License: GPL-3+ with Autoconf exception

Files: third_party/icu/scripts/*
Copyright: 2015 The Chromium Authors
License: BSD-3-clause

Files: third_party/binaryen/*
Copyright: 2015-2020 WebAssembly Community Group participants
License: Apache-2.0
Comment: Binaryen is licensed Apache-2.0. Bundled trees:
 src/third_party/FP16 (Expat; Facebook Inc., Georgia Institute of Technology,
 Google LLC) and src/third_party/llvm-project (Apache-2.0 with LLVM exception;
 University of Illinois at Urbana-Champaign).

Files: third_party/binaryen/src/third_party/FP16/*
Copyright: 2017 Facebook Inc.
 2017 Georgia Institute of Technology
 2019 Google LLC
License: Expat

Files: third_party/binaryen/src/third_party/llvm-project/*
Copyright: 2003-2019 University of Illinois at Urbana-Champaign
License: Apache-2.0 with LLVM exception

Files: third_party/perfetto/*
Copyright: 2017 The Android Open Source Project
License: Apache-2.0

Files: third_party/libc/*
 third_party/libcxx/*
 third_party/libcxxabi/*
Copyright: 2003-2019 University of Illinois at Urbana-Champaign
 2009-2019 the LLVM project contributors
License: Apache-2.0 with LLVM exception
Comment: The LLVM runtime libraries (libc, libc++, libc++abi) carry the
 Apache-2.0 license with the LLVM exception. libc++ and libc++abi may also be
 used under the legacy University of Illinois/NCSA license or the MIT license
 at the recipient's option; the Apache-2.0-with-LLVM-exception text is the
 form documented here.

Files: third_party/jinja2/*
Copyright: 2009 the Jinja Team
License: BSD-3-clause

Files: third_party/markupsafe/*
Copyright: 2010 Armin Ronacher and contributors
License: BSD-3-clause

Files: third_party/ply/*
Copyright: 2001-2011 David M. Beazley (Dabeaz LLC)
License: BSD-3-clause
Comment: PLY (Python Lex-Yacc). Some license scanners report this tree as
 UNKNOWN; third_party/ply/LICENSE is the standard 3-clause BSD reproduced here.

Files: third_party/emsdk/*
Copyright: 2018 Emscripten authors
License: Expat

Files: third_party/requirejs/*
Copyright: jQuery Foundation and other contributors
License: Expat
Comment: RequireJS is MIT/Expat; sample code shown within its documentation is
 additionally dedicated to the public domain under CC0-1.0.

Files: third_party/mdn/*
Copyright: Mozilla and MDN contributors
License: CC0-1.0

Files: third_party/d3/*
 pkg/vm_snapshot_analysis/lib/src/assets/d3/*
Copyright: 2010-2014 Michael Bostock
License: BSD-3-clause

Files: third_party/cpu_features/*
Copyright: 2017 Google Inc.
 2010 The Android Open Source Project
License: Apache-2.0
Comment: cpu_features is Apache-2.0; files under its ndk_compat/ directory are
 BSD-2-clause (The Android Open Source Project).

Files: third_party/binary_size/*
Copyright: 2015 The Chromium Authors
License: BSD-3-clause

Files: third_party/devtools/*
Copyright: 2020-2024 The Chromium Authors
 2023-2024 The Flutter Authors
License: BSD-3-clause
Comment: What is left of third_party/devtools after the prebuilt web/ bundle is
 excluded is the devtools_shared Dart library (and the upstream README). It is
 source, it carries the Chromium/Flutter 3-clause BSD in
 third_party/devtools/devtools_shared/LICENSE, and pkg/dds is built from it.

Files: third_party/WebCore/*
Copyright: 2014-2015 The Chromium Authors
 2005-2009 Apple Inc.
License: BSD-3-clause
Comment: The WebCore IDL tooling is BSD-3-clause (The Chromium Authors). The
 WebKit-derived code under core/ may alternatively be used under the Apple
 2-clause BSD (LICENSE-APPLE), the GNU LGPL v2 (LICENSE-LGPL-2) or the GNU
 LGPL v2.1 (LICENSE-LGPL-2.1); those alternative texts are shipped in
 third_party/WebCore/core/.

Files: third_party/WebCore/core/LICENSE-APPLE
Copyright: 2005-2009 Apple Inc.
License: BSD-2-clause

Files: third_party/WebCore/core/LICENSE-LGPL-2
Copyright: 1991 Free Software Foundation, Inc.
License: LGPL-2

Files: third_party/WebCore/core/LICENSE-LGPL-2.1
Copyright: 1991-1999 Free Software Foundation, Inc.
License: LGPL-2.1

Files: third_party/pkg/*
Copyright: 2012-2026 the Dart project authors
License: BSD-3-clause
Comment: The vendored Dart packages default to the 3-clause BSD license of the
 Dart project authors. The stanzas below cover the packages that deviate from
 this default (different license and/or different holder).

Files: third_party/pkg/dartdoc/lib/resources/docs.dart.js
 third_party/pkg/dartdoc/lib/resources/docs.dart.js.map
Copyright: 2012-2026 the Dart project authors
License: BSD-3-clause
Comment: dart2js output of dartdoc's own Dart sources, which are in this same
 source package at third_party/pkg/dartdoc/web/ (docs.dart and the libraries it
 imports). The accompanying docs.dart.js.map maps the generated JavaScript back
 to those sources. dartdoc loads it at runtime from bin/resources/dartdoc.

Files: third_party/pkg/http/pkgs/http2/*
Copyright: 2015 Google Inc.
License: BSD-3-clause
Comment: 3-clause BSD held by Google Inc. (clause 3 names Google Inc. rather
 than the Dart project authors).

Files: third_party/pkg/tools/pkgs/csslib/third_party/pure/*
Copyright: 2013 Yahoo! Inc.
License: BSD-3-clause
Comment: 3-clause BSD held by Yahoo! Inc. (the Pure CSS framework).

Files: third_party/pkg/tar/*
Copyright: 2021 Simon Binder
License: Expat

Files: third_party/pkg/tools/pkgs/html/*
Copyright: 2006-2012 The html5lib Authors
 The Mozilla Foundation
 Google LLC
License: Expat

Files: third_party/pkg/tools/pkgs/yaml/*
Copyright: 2014 the Dart project authors
 2006 Kirill Simonov
License: Expat

Files: third_party/pkg/shelf/pkgs/shelf_router/*
 third_party/pkg/shelf/pkgs/shelf_router_generator/*
 third_party/pkg/tools/pkgs/clock/*
Copyright: 2013-2021 the Dart project authors
License: Apache-2.0

Files: third_party/pkg/test/pkgs/fake_async/*
Copyright: 2013 Google LLC
License: Apache-2.0

Files: third_party/pkg/webdriver/*
Copyright: 2019 the Dart project authors
License: Apache-2.0
Comment: The webdriver package is licensed Apache-2.0.

Files: third_party/pkg/web/third_party/mdn/*
Copyright: Mozilla and MDN contributors
License: CC-BY-SA-2.5

Files: third_party/pkg/core/pkgs/characters/third_party/Wikipedia/*
Copyright: Wikipedia contributors
License: CC-BY-SA-3.0

Files: third_party/pkg/dap/lib/src/protocol_generated.dart
 third_party/pkg/dap/tool/external_dap_spec/debugAdapterProtocol.json
 third_party/pkg/language_server_protocol/lib/protocol_generated.dart
 third_party/pkg/language_server_protocol/lib/protocol_custom_generated.dart
 third_party/pkg/language_server_protocol/lsp_meta_model.json
Copyright: Microsoft Corporation
License: Expat
Comment: The dap and language_server_protocol packages are 3-clause BSD overall
 (the Dart project authors); the generated protocol files derived from the
 Debug Adapter Protocol and the Language Server Protocol are under the MIT
 license, held by Microsoft Corporation.

Files: third_party/pkg/tools/pkgs/csslib/third_party/bootstrap/*
Copyright: 2011-2021 Twitter, Inc.
 2011-2021 The Bootstrap Authors
License: Expat

Files: third_party/pkg/tools/pkgs/csslib/third_party/foundation/*
Copyright: 2011-2020 ZURB, Inc.
License: Expat

Files: third_party/pkg/tools/pkgs/csslib/third_party/materialize/*
Copyright: 2014-2019 Materialize
License: Expat

Files: third_party/pkg/tools/pkgs/csslib/third_party/mdc/*
Copyright: 2014-2020 Google, Inc.
License: Expat

Files: third_party/pkg/tools/pkgs/csslib/third_party/html5-boilerplate/*
Copyright: HTML5 Boilerplate authors
License: Expat

Files: third_party/pkg/tools/pkgs/csslib/third_party/skeleton/*
Copyright: 2011-2014 Dave Gamache
License: Expat

Files: third_party/pkg/native/pkgs/ffigen/third_party/cjson_library/*
Copyright: 2009-2017 Dave Gamble and cJSON contributors
License: Expat

Files: third_party/pkg/native/pkgs/ffigen/third_party/libclang/*
Copyright: 2003-2019 University of Illinois at Urbana-Champaign
License: Apache-2.0 with LLVM exception

Files: third_party/pkg/tools/pkgs/mime/third_party/httpd/*
Copyright: 1999-2017 The Apache Software Foundation
License: Apache-2.0
Comment: The httpd test data carries the Apache-2.0 license plus subcomponent
 notices for mod_mime_magic, util_md5, util_pcre and apr_md5 (Ian F. Darwin;
 the University of Illinois/NCSA; the University of Cambridge; RSA Data
 Security; Zeus Technology Ltd). See the upstream LICENSE for the full set.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials provided
       with the distribution.
     * Neither the name of the copyright holder nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     1. Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
     2. Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials provided
        with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: Unicode-3.0
 UNICODE LICENSE V3
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of data files and any associated documentation (the "Data Files") or
 software and any associated documentation (the "Software") to deal in the
 Data Files or Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell
 copies of the Data Files or Software, and to permit persons to whom the
 Data Files or Software are furnished to do so, provided that either (a)
 this copyright and permission notice appear with all copies of the Data
 Files or Software, or (b) this copyright and permission notice appear in
 associated Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
 THIRD PARTY RIGHTS.
 .
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
 FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in these Data Files or Software without prior written
 authorization of the copyright holder.

License: EPL-1.0
 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
 .
 The full text of the Eclipse Public License v1.0 is available at
 http://www.eclipse.org/legal/epl-v10.html and grants a royalty-free,
 worldwide copyright and patent license to use, reproduce, modify and
 distribute the Program and Contributions in source and object form,
 subject to the conditions that Contributors are not liable for damages
 and that derivative works which are distributed in source form are made
 available under the terms of this Agreement.

License: CC0-1.0
 The person who associated a work with this deed has dedicated the work to
 the public domain by waiving all of his or her rights to the work
 worldwide under copyright law, including all related and neighboring
 rights, to the extent allowed by law.
 .
 You can copy, modify, distribute and perform the work, even for commercial
 purposes, all without asking permission.
 .
 In no way are the patent or trademark rights of any person affected by
 CC0, nor are the rights that other persons may have in the work or in how
 the work is used, such as publicity or privacy rights.
 .
 Unless expressly stated otherwise, the person who associated a work with
 this deed makes no warranties about the work, and disclaims liability for
 all uses of the work, to the fullest extent permitted by applicable law.
 The full legal text of the CC0 1.0 Universal Public Domain Dedication is
 available at https://creativecommons.org/publicdomain/zero/1.0/legalcode.

License: CC-BY-SA-2.5
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
 RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
 AND CONDITIONS.
 .
 This is the Creative Commons Attribution-ShareAlike 2.5 Generic license.
 Subject to the terms and conditions of the License, the Licensor grants a
 worldwide, royalty-free, non-exclusive, perpetual license to reproduce the
 Work, to incorporate it into Collective Works, to create and reproduce
 Derivative Works, and to distribute, publicly display and perform the Work
 and Derivative Works, provided that: (a) every copy carries this License
 or its URI and keeps intact all copyright notices and the warranty
 disclaimer; (b) Derivative Works are distributed only under this License,
 a later version with the same License Elements, or a compatible Creative
 Commons license; and (c) credit is given to the Original Author.
 .
 UNLESS OTHERWISE AGREED IN WRITING, THE WORK IS PROVIDED AS-IS AND THE
 LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING
 THE WORK, AND, EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, WILL NOT
 BE LIABLE FOR ANY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE
 WORK. The full text of this license is available at
 https://creativecommons.org/licenses/by-sa/2.5/legalcode.

License: CC-BY-SA-3.0
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 This is the Creative Commons Attribution-ShareAlike 3.0 Unported license.
 Subject to the terms and conditions of the License, the Licensor grants a
 worldwide, royalty-free, non-exclusive, perpetual license to reproduce the
 Work, to incorporate it into Collective Works, to create and reproduce
 Adaptations, and to distribute, publicly display and perform the Work and
 Adaptations, provided that: (a) every copy carries this License or its URI
 and keeps intact all copyright notices and the warranty disclaimer; (b)
 Adaptations are distributed only under this License, a later version with
 the same License Elements, a compatible Creative Commons license, or under
 the Creative Commons Attribution-ShareAlike 3.0 (Unported) license; and
 (c) attribution is given to the Original Author.
 .
 UNLESS OTHERWISE MUTUALLY AGREED IN WRITING, THE WORK IS PROVIDED AS-IS
 AND THE LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, AND,
 EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, WILL NOT BE LIABLE FOR
 ANY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK. The full
 text of this license is available at
 https://creativecommons.org/licenses/by-sa/3.0/legalcode.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License"); you may
 not use this file except in compliance with the License. You may obtain a
 copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 License for the specific language governing permissions and limitations
 under the License.
 .
 On Debian systems, the complete text of the Apache License, Version 2.0
 can be found in the file /usr/share/common-licenses/Apache-2.0.

License: Apache-2.0 with LLVM exception
 Licensed under the Apache License, Version 2.0 (the "License") with the
 LLVM exception; you may not use these files except in compliance with the
 License as modified by the exception below.
 .
 ---- LLVM Exceptions to the Apache 2.0 License ----
 .
 As an exception, if, as a result of your compiling your source code,
 portions of this Software are embedded into an Object form of such source
 code, you may redistribute such embedded portions in such Object form
 without complying with the conditions of Sections 4(a), 4(b) and 4(d) of
 the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision
 (Section 3), the indemnity provision (Section 9) or other Section of the
 License conflicts with the conditions of the GPLv2, you may retroactively
 and prospectively choose to deem waived or otherwise exclude such
 Section(s) of the License, but only in their entirety and only with
 respect to the Combined Software.
 .
 On Debian systems, the complete text of the Apache License, Version 2.0
 can be found in the file /usr/share/common-licenses/Apache-2.0.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2, or (at your option) any later
 version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in the file /usr/share/common-licenses/GPL-2.

License: GPL-3+ with Autoconf exception
 This file is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a configuration
 script generated by Autoconf, you may include it under the same
 distribution terms that you use for the rest of that program. This
 Exception is an additional permission under section 7 of the GNU General
 Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.

License: LGPL-2
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by
 the Free Software Foundation; either version 2 of the License, or (at your
 option) any later version.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
 License for more details.
 .
 On Debian systems, the complete text of the GNU Library General Public
 License version 2 can be found in the file
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2.1
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in the file
 /usr/share/common-licenses/LGPL-2.1.

Back to Dashboard | View all reviews for this package