Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rust Source: https://www.rust-lang.org Files-Excluded: *.min.js src/llvm-emscripten vendor/jemalloc-sys vendor/mdbook/src/theme/_FontAwesome vendor/mdbook/src/theme/highlight.js vendor/mdbook/src/theme/highlight.css # Exclude submodules https://github.com/rust-lang/rust/tree/master/src/tools # We prefer to do them in different Debian packages so they can have their own # version numbers. If upstream merges them "properly" (i.e. unify the version # numbers) then we can merge the packages in Debian. Note that cargotest here # does actually belong to rustc, it is an integration test suite for rustc to # check that certain popular crates continue to compile. It is not the same as # cargo's own test suite (in its own package) also called cargotest. # NB: don't exclude rust-installer, it's needed for "install" functionality src/tools/cargo src/tools/clang src/tools/clippy src/tools/lldb src/tools/rls src/tools/remote-test-client src/tools/remote-test-server src/tools/rustfmt src/tools/miri src/tools/lld # Extraneous stuff from compiler-rt that's not needed by Rust vendor/compiler_builtins/compiler-rt/cmake vendor/compiler_builtins/compiler-rt/docs vendor/compiler_builtins/compiler-rt/include vendor/compiler_builtins/compiler-rt/lib/*san vendor/compiler_builtins/compiler-rt/lib/fuzzer vendor/compiler_builtins/compiler-rt/lib/interception vendor/compiler_builtins/compiler-rt/lib/profile vendor/compiler_builtins/compiler-rt/lib/sanitizer_common vendor/compiler_builtins/compiler-rt/lib/scudo vendor/compiler_builtins/compiler-rt/lib/xray vendor/compiler_builtins/compiler-rt/test vendor/compiler_builtins/compiler-rt/unittests vendor/compiler_builtins/compiler-rt/www # Embedded C libraries vendor/libz-sys/src/zlib* vendor/lzma-sys*/xz-* # Embedded binary blobs vendor/winapi-*/*/*.a vendor/mdbook/src/theme/playpen_editor # Accidental development files src/stdsimd/crates/coresimd/foo.wasm vendor/shlex/*.swp vendor/shlex/*/*.swp # Non-free-format documents already available in other formats src/doc/book/second-edition/nostarch/odt # unused dependencies, generated by debian/prune-unused-deps # DO NOT EDIT below, AUTOGENERATED vendor/adler32 vendor/bit-set vendor/bit-vec vendor/bufstream vendor/build_const vendor/bytecount vendor/bytesize vendor/cargo_metadata vendor/colored vendor/commoncrypto vendor/commoncrypto-sys vendor/compiletest_rs vendor/core-foundation vendor/core-foundation-sys vendor/crc vendor/crossbeam-channel vendor/crossbeam-epoch vendor/crossbeam-utils vendor/crypto-hash vendor/curl vendor/curl-sys vendor/derive_more vendor/derive-new vendor/directories vendor/env_logger vendor/fnv vendor/foreign-types vendor/foreign-types-shared vendor/fs2 vendor/fst vendor/futures vendor/fwdansi vendor/git2 vendor/git2-curl vendor/glob vendor/globset vendor/hex vendor/home vendor/if_chain vendor/ignore vendor/im-rc vendor/json vendor/jsonrpc-core vendor/kernel32-sys vendor/lazycell vendor/libgit2-sys vendor/libnghttp2-sys vendor/libssh2-sys vendor/miniz_oxide_c_api vendor/miniz_oxide vendor/miniz-sys vendor/num-derive vendor/opener vendor/openssl vendor/openssl-probe vendor/openssl-src vendor/openssl-sys vendor/ordslice vendor/packed_simd vendor/pretty_env_logger vendor/proptest vendor/pulldown-cmark vendor/quine-mc_cluskey vendor/racer vendor/rls-analysis vendor/rls-blacklist vendor/rls-vfs vendor/rustc-ap-arena vendor/rustc-ap-graphviz vendor/rustc-ap-rustc_cratesio_shim vendor/rustc-ap-rustc_data_structures vendor/rustc-ap-rustc_errors vendor/rustc-ap-rustc_target vendor/rustc-ap-serialize vendor/rustc-ap-syntax vendor/rustc-ap-syntax_pos vendor/rustc_tools_util vendor/rusty-fork vendor/schannel vendor/serde_ignored vendor/shell-escape vendor/term vendor/url_serde vendor/vergen vendor/wait-timeout vendor/winapi-0.2.8 vendor/winapi-build # DO NOT EDIT above, AUTOGENERATED Files: C*.md R*.md Cargo.lock Cargo.toml COPYRIGHT LICENSE* configure config.toml.example git-commit-hash src/Cargo.* src/README.md src/bootstrap/* src/build_helper/* src/ci/* src/doc/* src/etc/* src/grammar/* src/lib* src/rt* src/rust* src/stage0.txt src/stdsimd/* src/tools/* src/test/* version x.py Copyright: 2006-2009 Graydon Hoare 2009-2012 Mozilla Foundation 2012-2017 The Rust Project Developers (see AUTHORS.txt) License: MIT or Apache-2.0 Files: vendor/compiler_builtins/* Copyright: 2016-2019 Jorge Aparicio License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang-nursery/compiler-builtins Files: vendor/compiler_builtins/compiler-rt/* Copyright: 2009-2015 Howard Hinnant 2009-2015 The CompileRT Developers (see src/compiler-rt/CREDITS.TXT) License: BSD-3-clause or MIT Files: vendor/compiler_builtins/compiler-rt/lib/BlocksRuntime/* Copyright: 2008-2010 Apple, Inc. License: MIT Files: src/librustdoc/html/static/FiraSans* Copyright: 2014, Mozilla Foundation, 2014, Telefonica S.A. License: SIL-OPEN-FONT Files: src/librustdoc/html/static/Heuristica* Copyright: 1989, 1991 Adobe Systems Incorporated, 2006 Han The Thanh, Vntopia font family, 2008-2012, Andrey V. Panov License: SIL-OPEN-FONT Files: src/librustdoc/html/static/SourceCodePro* Copyright: 2010, 2012 Adobe Systems Incorporated License: SIL-OPEN-FONT Files: src/librustdoc/html/static/SourceSerifPro* Copyright: 2014 Adobe Systems Incorporated License: SIL-OPEN-FONT Files: src/librustdoc/html/static/main.js Copyright: 2014 The Rust Project Developers License: MIT or Apache-2.0 Files: src/libstd/memchr.rs Copyright: 2015 Andrew Gallant, bluss and Nicolas Koch License: MIT or Apache-2.0 Files: src/libstd/sync/mpsc/mpsc_queue.rs src/libstd/sync/mpsc/spsc_queue.rs Copyright: 2010-2011 Dmitry Vyukov License: BSD-2-Clause Files: vendor/bitflags/* vendor/bitflags-0* vendor/cc/* vendor/cmake/* vendor/env_logger/* vendor/env_logger-0*/* vendor/getopts/* vendor/libc/* vendor/log/* vendor/regex/* vendor/regex-0*/* vendor/regex-syntax/* vendor/regex-syntax-0*/* vendor/rustc-hash/* vendor/rustc-serialize/* vendor/time/* Copyright: 2010-2018 The Rust Project Developers License: MIT or Apache-2.0 Comment: This is a collection of external crates embedded here to bootstrap cargo. Most of them come from the original upstream Rust project, thus share the same MIT/Apache-2.0 dual-license. See https://github.com/rust-lang. Exceptions are noted below. Files: vendor/num-integer/* vendor/num-traits/* Copyright: 2014-2018 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/rust-num/num Files: vendor/string_cache/* vendor/string_cache_codegen/* vendor/string_cache_shared/* vendor/unicode-bidi/* Copyright: 2015-2017 Alex Crichton 2015-2017 Keegan McAllister 2015-2017 Chris Morgan 2014-2017 The html5ever Project Developers 2014-2017 The Servo Project Developers 2013-2017 Simon Sapin License: MIT or Apache-2.0 Comment: see https://github.com/servo/ Files: vendor/rand/* vendor/rand-0*/* vendor/rand_core/* vendor/rand_chacha/* vendor/rand_core-0.2.2/* vendor/rand_hc/* vendor/rand_isaac/* vendor/rand_pcg/* vendor/rand_xorshift/* Copyright: 2010-2019 The Rand Project Developers 2010-2019 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/rust-random/rand see https://github.com/rust-random/small-rngs Files: vendor/backtrace/* vendor/backtrace-sys/* vendor/cfg-if/* vendor/filetime/* vendor/flate2/* vendor/jobserver/* vendor/libz-sys/* vendor/lzma-sys/* vendor/miow/* vendor/miniz-sys/* vendor/pkg-config/* vendor/proc-macro2/* vendor/proc-macro2-0*/* vendor/rustc-demangle/* vendor/scoped-tls/* vendor/socket2/* vendor/tar/* vendor/toml/* vendor/xz2/* Copyright: 2014-2019 Alex Crichton 2015-2017 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/alexcrichton/ Files: vendor/dlmalloc/* Copyright: 2017-2019 Alex Crichton License: MIT or Apache-2.0 Comment: see https://github.com/alexcrichton/dlmalloc-rs Files: vendor/dlmalloc/src/dlmalloc.c Copyright: 2000-2012 Doug Lea License: CC0-1.0 Files: vendor/backtrace-sys/src/libbacktrace/* Copyright: 2012-2016 Free Software Foundation, Inc. License: BSD-3-Clause Comment: written by Ian Lance Taylor, Google. Files: vendor/backtrace-sys/src/libbacktrace/filenames.h vendor/backtrace-sys/src/libbacktrace/ltmain.sh Copyright: 2000, 2001, 2007, 2010 Free Software Foundation, Inc. License: GPL-2+ Files: vendor/ammonia/* Copyright: 2015-2018 Michael Howell License: MIT or Apache-2.0 Comment: see https://github.com/notriddle/ammonia Files: vendor/ansi_term/* Copyright: 2014-2016 ogham@bsago.me 2014-2016 Ryan Scheel (Havvy) License: MIT Comment: see https://github.com/ogham/rust-ansi-term Files: vendor/aho-corasick/* vendor/memchr/* vendor/utf8-ranges/* Copyright: 2015 Andrew Gallant 2015-2018 bluss License: MIT or Unlicense Comment: see upstream projects, * https://github.com/docopt/docopt.rs * https://github.com/BurntSushi/aho-corasick * https://github.com/BurntSushi/rust-memchr * https://github.com/BurntSushi/utf8-ranges Files: vendor/atty/* Copyright: 2015-2017 softprops License: MIT Comment: see https://github.com/softprops/atty Files: vendor/byteorder/* vendor/same-file/* vendor/termcolor/* vendor/walkdir/* vendor/winapi-util/* vendor/wincolor/* Copyright: 2015-2018 Andrew Gallant License: Unlicense or MIT Comment: see https://github.com/BurntSushi/byteorder see https://github.com/BurntSushi/same-file see https://github.com/BurntSushi/walkdir see https://github.com/BurntSushi/winapi-util see https://github.com/BurntSushi/ripgrep/tree/master/termcolor see https://github.com/BurntSushi/ripgrep/tree/master/wincolor Files: vendor/log_settings/* Copyright: 2016-2018 Oliver Schneider License: MIT Comment: see https://github.com/oli-obk/log_settings Files: vendor/chalk-engine/* vendor/chalk-macros/* Copyright: 2015-2018 Rust Compiler Team 2015-2018 Chalk developers License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang-nursery/chalk Files: vendor/chrono/* Copyright: 2014-2018 Kang Seonghoon License: MIT or Apache-2.0 Comment: see https://github.com/chronotope/chrono Files: vendor/clap/* Copyright: 2015-2017 Kevin K. License: MIT Comment: see https://github.com/kbknapp/clap-rs.git Files: vendor/cloudabi/* Copyright: 2016-2018 Nuxi (https://nuxi.nl/) and contributors License: BSD-2-Clause Comment: see https://github.com/nuxinl/cloudabi Files: vendor/crc32fast/* Copyright: 2018-2019 Sam Rijs 2018-2019 Alex Crichton License: MIT OR Apache-2.0 Comment: see https://github.com/srijs/rust-crc32fast Files: vendor/crossbeam-deque/* vendor/crossbeam-epoch-0*/* vendor/crossbeam-utils-0*/* Copyright: 2017-2018 The Crossbeam Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/crossbeam-rs/crossbeam-deque Files: vendor/datafrog/* Copyright: 2018 Frank McSherry 2018 The Rust Project Developers 2018 Datafrog Developers License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang-nursery/datafrog Files: vendor/diff/* Copyright: 2015-2017 Utkarsh Kukreti License: MIT or Apache-2.0 Comment: see https://github.com/utkarshkukreti/diff.rs Files: vendor/itoa/* vendor/quote/* vendor/quote-0*/* vendor/syn/* vendor/syn-0*/* vendor/synom/* Copyright: 2016-2018 David Tolnay License: MIT or Apache-2.0 Comment: see https://github.com/dtolnay/itoa see https://github.com/dtolnay/quote see https://github.com/dtolnay/syn see https://github.com/dtolnay/synom Files: vendor/arrayvec/* vendor/either/* vendor/fixedbitset/* vendor/itertools/* vendor/maplit/* vendor/nodrop/* vendor/ordermap/* vendor/scopeguard/* Copyright: 2014-2018 bluss License: MIT or Apache-2.0 Comment: see https://github.com/bluss/rust-itertools see https://github.com/bluss/either see https://github.com/bluss/arrayvec see https://github.com/bluss/fixedbitset see https://github.com/bluss/maplit see https://github.com/bluss/ordermap see https://github.com/bluss/scopeguard Files: vendor/difference/* Copyright: 2015-2018 Johann Hofmann License: MIT Comment: see https://github.com/johannhof/difference.rs Files: vendor/elasticlunr-rs/* Copyright: 2017-2018 Matt Ickstadt License: MIT or Apache-2.0 Comment: see https://github.com/mattico/elasticlunr-rs Files: vendor/ena/* Copyright: 2015-2018 Niko Matsakis License: MIT or Apache-2.0 Comment: see https://github.com/nikomatsakis/ena Files: vendor/error-chain/* vendor/error-chain-0*/* Copyright: 2016-2017 Brian Anderson 2016-2017 Paul Colomiets 2016-2017 Colin Kiegel 2016-2017 Yamakaky License: MIT or Apache-2.0 Comment: see https://github.com/brson/error-chain Files: vendor/failure/* vendor/failure_derive/* Copyright: 2017-2018 Without Boats License: MIT OR Apache-2.0 Comment: see https://github.com/withoutboats/failure see https://github.com/withoutboats/failure_derive Files: vendor/fortanix-sgx-abi/* Copyright: 2015-2019 Jethro Beekman License: MPL-2.0 Comment: see https://github.com/fortanix/rust-sgx Files: vendor/fs_extra/* Copyright: 2017-2018 Denis Kurilenko License: MIT Comment: see https://github.com/webdesus/fs_extra Files: vendor/fuchsia-zircon/* vendor/fuchsia-zircon-sys/* Copyright: 2014-2018 Raph Levien License: BSD-3-Clause Comment: see https://fuchsia.googlesource.com/garnet/ Files: vendor/futf/* Copyright: 2015-2018 Keegan McAllister License: MIT or Apache-2.0 Comment: see https://github.com/servo/futf Files: vendor/handlebars/* Copyright: 2014-2017 Ning Sun License: MIT Comment: see https://github.com/sunng87/handlebars-rust Files: vendor/heck/* Copyright: 2017-2018 Without Boats License: MIT OR Apache-2.0 Comment: see https://github.com/withoutboats/heck Files: vendor/html5ever/* vendor/markup5ever/* Copyright: 2014-2018 The html5ever Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/servo/html5ever Files: vendor/humantime/* Copyright: 2016-2018 Paul Colomiets License: MIT or Apache-2.0 Comment: see https://github.com/tailhook/humantime Files: vendor/idna/* vendor/percent-encoding/* vendor/url/* Copyright: 2013-2017 The rust-url developers License: MIT or Apache-2.0 Comment: see https://github.com/servo/rust-url/ Files: vendor/is-match/* vendor/toml-query/* Copyright: 2017-2018 Matthias Beyer License: MPL-2.0 Comment: see https://github.com/matthiasbeyer/is-match see https://github.com/matthiasbeyer/toml-query Files: vendor/matches/* Copyright: 2014-2017 Simon Sapin License: MIT Comment: see https://github.com/SimonSapin Files: vendor/lazy_static/* vendor/lazy_static-0*/* vendor/owning_ref/* Copyright: 2014-2018 Marvin Löbel License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang-nursery/lazy-static.rs see https://github.com/Kimundi/owning-ref-rs Files: vendor/mdbook/* Copyright: 2015-2017 Mathieu David License: MPL-2.0 Comment: see https://github.com/azerupi/mdBook Files: vendor/memmap/* Copyright: 2015-2018 Dan Burkert License: MIT or Apache-2.0 Comment: see https://github.com/danburkert/memmap-rs Files: vendor/memoffset/* Copyright: 2017-2018 Gilad Naaman License: MIT Comment: see https://github.com/Gilnaa/memoffset Files: vendor/macro-utils/* vendor/minifier/* Copyright: 2017-2018 Guillaume Gomez License: MIT Comment: see https://github.com/GuillaumeGomez/macro_utils see https://github.com/GuillaumeGomez/minifier-rs Files: vendor/miniz-sys/miniz.c Copyright: 1996-2012 Rich Geldreich License: Unlicense Files: vendor/new_debug_unreachable/* Copyright: 2014-2018 Matt Brubeck 2014-2018 Jonathan Reem License: MIT Comment: see https://github.com/mbrubeck/rust-debug-unreachable Files: vendor/num_cpus/* Copyright: 2015 Sean McArthur License: MIT Comment: see https://github.com/seanmonstar/num_cpus Files: vendor/open/* Copyright: 2015-2017 Sebastian Thiel License: MIT Comment: see https://github.com/Byron/open-rs Files: vendor/pest/* vendor/pest_derive/* Copyright: 2016-2018 Dragoș Tiselice License: MPL-2.0 Comment: see https://github.com/dragostis/pest see https://github.com/pest-parser/pest Files: vendor/polonius-engine/* Copyright: 2018-2018 The Rust Project Developers 2018-2018 Polonius Developers License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang-nursery/polonius Files: vendor/pulldown-cmark/* vendor/pulldown-cmark-0*/* Copyright: 2015-2017 Raph Levien License: MIT Comment: see https://github.com/google/pulldown-cmark Files: vendor/quick-error/* Copyright: 2015-2017 Paul Colomiets 2015-2017 Colin Kiegel License: MIT or Apache-2.0 Comment: see http://github.com/tailhook/quick-error Files: vendor/rayon/* vendor/rayon-core/* vendor/rustc-rayon/* vendor/rustc-rayon-core/* Copyright: 2014-2018 Niko Matsakis 2014-2018 Josh Stone License: Apache-2.0 or MIT Comment: see https://github.com/rayon-rs/rayon see https://github.com/Zoxc/rayon/tree/rustc Files: vendor/redox_syscall/* vendor/redox_termios/* Copyright: 2016-2017 Jeremy Soller License: MIT Comment: see https://github.com/redox-os/syscall see https://github.com/redox-os/termios Files: vendor/remove_dir_all/* Copyright: 2017-2018 Aaronepower License: MIT or Apache-2.0 Comment: see https://github.com/Aaronepower/remove_dir_all.git Files: vendor/rls-data/* vendor/rls-span/* Copyright: 2016-2017 Nick Cameron License: Apache-2.0 or MIT Comment: see https://github.com/nrc/rls-span see https://github.com/nrc/rls-data Files: vendor/rustc_version/* Copyright: 2015-2018 Marvin Löbel License: MIT or Apache-2.0 Comment: see https://github.com/Kimundi/rustc-version-rs Files: vendor/rustfix/* Copyright: 2016-2018 Pascal Hertleif 2016-2018 Oliver Schneider License: Apache-2.0 or MIT Comment: see https://github.com/killercup/rustfix Files: vendor/ryu/* Copyright: 2018-2018 David Tolnay License: Apache-2.0 or BSL-1.0 Comment: see https://github.com/dtolnay/ryu Files: vendor/semver/* vendor/semver-parser/* Copyright: 2014-2018 Steve Klabnik 2014-2018 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/steveklabnik/semver Files: vendor/serde/* vendor/serde_json/* Copyright: 2014-2017 Erick Tryzelaar License: MIT or Apache-2.0 Comment: see https://github.com/serde-rs/serde see https://github.com/serde-rs/json Files: vendor/serde_derive/* Copyright: 2014-2017 Erick Tryzelaar 2016-2017 David Tolnay License: MIT or Apache-2.0 Comment: see https://github.com/serde-rs/serde Files: vendor/siphasher/* Copyright: 2016-2018 Frank Denis License: MIT or Apache-2.0 Comment: see https://github.com/jedisct1/rust-siphash Files: vendor/shlex/* Copyright: 2015-2015 comex License: MIT or Apache-2.0 Comment: see https://github.com/comex/rust-shlex Files: vendor/smallvec/* Copyright: 2015-2018 Simon Sapin License: MPL-2.0 Comment: see https://github.com/servo/rust-smallvec Files: vendor/stable_deref_trait/* Copyright: 2017-2017 Robert Grosse License: MIT or Apache-2.0 Comment: see https://github.com/storyyeller/stable_deref_trait Files: vendor/strsim/* Copyright: 2015 Danny Guo License: MIT Comment: see https://github.com/dguo/strsim-rs Files: vendor/strum/* vendor/strum_macros/* Copyright: 2015-2018 Peter Glotfelty License: MIT Files: vendor/synstructure/* Copyright: 2016-2018 Michael Layzell License: MIT Comment: see https://github.com/mystor/synstructure Files: vendor/tempfile/* Copyright: 2015-2018 Steven Allen 2015-2018 The Rust Project Developers 2015-2018 Ashley Mannix 2015-2018 Jason White License: MIT or Apache-2.0 Comment: see https://github.com/Stebalien/tempfile Files: vendor/tendril/* Copyright: 2015-2017 Keegan McAllister 2015-2017 Simon Sapin 2015-2017 Chris Morgan License: MIT or Apache-2.0 Comment: see https://github.com/servo/tendril Files: vendor/termion/* Copyright: 2016-2017 ticki 2016-2017 gycos 2016-2017 IGI-111 License: MIT Comment: see https://github.com/ticki/termion Files: vendor/textwrap/* Copyright: 2016-2017 Martin Geisler License: MIT Comment: see https://github.com/mgeisler/textwrap Files: vendor/lock_api/* vendor/thread_local/* vendor/parking_lot/* vendor/parking_lot_core/* vendor/parking_lot_core-0*/* Copyright: 2016-2018 Amanieu d'Antras License: MIT or Apache-2.0 Comment: see https://github.com/Amanieu/thread_local-rs see https://github.com/Amanieu/parking_lot Files: vendor/petgraph/* Copyright: 2014-2018 bluss 2014-2018 mitchmindtree License: MIT or Apache-2.0 Comment: see https://github.com/bluss/petgraph Files: vendor/phf/* vendor/phf_codegen/* vendor/phf_generator/* vendor/phf_shared/* Copyright: 2014-2018 Steven Fackler License: MIT Comment: see https://github.com/sfackler/rust-phf Files: vendor/precomputed-hash/* Copyright: 2017-2017 Emilio Cobos Álvarez License: MIT Comment: see https://github.com/emilio/precomputed-hash Files: vendor/pretty_assertions/* Copyright: 2017-2018 Colin Kiegel 2017-2018 Florent Fayolle License: MIT or Apache-2.0 Comment: see https://github.com/colin-kiegel/rust-pretty-assertions Files: vendor/version_check/* Copyright: 2017-2018 Sergio Benitez License: MIT or Apache-2.0 Comment: see https://github.com/SergioBenitez/version_check Files: vendor/ucd-util/* Copyright: 2017-2018 Andrew Gallant License: MIT or Apache-2.0 Comment: see https://github.com/BurntSushi/rucd Files: vendor/unicode-normalization/* vendor/unicode-segmentation/* vendor/unicode-width/* Copyright: 2015-2019 kwantam License: MIT or Apache-2.0 Comment: see https://github.com/unicode-rs/unicode-normalization see https://github.com/unicode-rs/unicode-segmentation see https://github.com/unicode-rs/unicode-width Files: vendor/unicode-xid/* vendor/unicode-xid-0*/* Copyright: 2015-2017 erick.tryzelaar 2015-2017 kwantam License: MIT or Apache-2.0 Comment: see https://github.com/unicode-rs/unicode-xid Files: vendor/vcpkg/* Copyright: 2017-2019 Jim McGrath License: MIT or Apache-2.0 Comment: see https://github.com/mcgoo/vcpkg-rs Files: vendor/vec_map/* Copyright: 2015-2017 Alexis Beingessner 2015-2017 Andrew Paseltiner 2015-2017 contain-rs developers 2015-2017 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/contain-rs/vec-map Files: vendor/mac/* vendor/unreachable/* vendor/void/* Copyright: 2014-2017 Jonathan Reem License: MIT Comment: see https://github.com/reem/rust-mac.git see https://github.com/reem/rust-unreachable.git see https://github.com/reem/rust-void.git Files: vendor/utf-8/* Copyright: 2015-2018 Simon Sapin License: MIT OR Apache-2.0 Comment: see https://github.com/SimonSapin/rust-utf8 Files: vendor/winapi/* Copyright: 2014-2018 Peter Atashian 2014-2018 winapi-rs developers License: MIT Comment: see https://github.com/retep998/winapi-rs Files: vendor/winapi-*-pc-windows-gnu/* Copyright: 2014-2018 Peter Atashian License: MIT or Apache-2.0 Comment: see https://github.com/retep998/winapi-rs Files: vendor/xattr/* Copyright: 2015-2017 Steven Allen License: MIT or Apache-2.0 Comment: see https://github.com/Stebalien/xattr Files: vendor/yaml-rust/* Copyright: 2015-2017 Yuheng Chen License: MIT or Apache-2.0 Comment: see https://github.com/chyh1990/yaml-rust Files: debian/* Copyright: 2013-2018 Debian Rust Maintainers License: MIT or Apache-2.0 Files: debian/icons/rust-logo-32x32-blk.png Copyright: Mozilla Foundation License: CC-BY Comment: Relevant discussion in https://github.com/rust-lang/rust/issues/11562 License: Apache-2.0 On Debian systems, the full text of the Apache License Version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. 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 AUTHOR 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 AUTHOR 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: CC0-1.0 On Debian systems, the full text of the CC0 1.0 Universal License can be found in the file `/usr/share/common-licenses/CC0-1.0'. License: MIT 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: BSL-1.0 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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: 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. 3. Neither the name of the organization 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 COPYRIGHT HOLDER 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 REGENTS 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: Unlicense This is free and unencumbered software released into the public domain. . Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. . In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. . 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 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. . For more information, please refer to License: SIL-OPEN-FONT This Font Software is licensed under the SIL Open Font License, Version 1.1. . This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL . SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 . PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. . The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. . DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. . "Reserved Font Name" refers to any names specified as such after the copyright statement(s). . "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). . "Modified Version" refers to any derivative made by adding to, deleting, or substituting ? in part or in whole ? any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. . "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. . PERMISSION & CONDITIONS . Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: . 1) Neither the Font Software nor any of its individual components,in Original or Modified Versions, may be sold by itself. . 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. . 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. . 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. . TERMINATION This license becomes null and void if any of the above conditions are not met. . DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY 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 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. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, see /usr/share/common-licenses/GPL-2 for the full text of the GPL version 2. License: GPL-3+ with GCC Runtime Library exception GCC 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, or (at your option) any later version. . GCC 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. . Under Section 7 of GPL version 3, you are granted additional permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. . You should have received a copy of the GNU General Public License and a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see . License: CC-BY Attribution 4.0 International . ======================================================================= . Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. . Using Creative Commons Public Licenses . Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. . Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: wiki.creativecommons.org/Considerations_for_licensors . Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason--for example, because of any applicable exception or limitation to copyright--then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More_considerations for the public: wiki.creativecommons.org/Considerations_for_licensees . ======================================================================= . Creative Commons Attribution 4.0 International Public License . By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. . . Section 1 -- Definitions. . a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. . b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. . c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. . d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. . e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. . f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. . g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. . h. Licensor means the individual(s) or entity(ies) granting rights under this Public License. . i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. . j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. . k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. . . Section 2 -- Scope. . a. License grant. . 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: . a. reproduce and Share the Licensed Material, in whole or in part; and . b. produce, reproduce, and Share Adapted Material. . 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. . 3. Term. The term of this Public License is specified in Section 6(a). . 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a) (4) never produces Adapted Material. . 5. Downstream recipients. . a. Offer from the Licensor -- Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. . b. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. . 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). . b. Other rights. . 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. . 2. Patent and trademark rights are not licensed under this Public License. . 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. . . Section 3 -- License Conditions. . Your exercise of the Licensed Rights is expressly made subject to the following conditions. . a. Attribution. . 1. If You Share the Licensed Material (including in modified form), You must: . a. retain the following if it is supplied by the Licensor with the Licensed Material: . i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); . ii. a copyright notice; . iii. a notice that refers to this Public License; . iv. a notice that refers to the disclaimer of warranties; . v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; . b. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and . c. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. . 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. . 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. . 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. . . Section 4 -- Sui Generis Database Rights. . Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: . a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; . b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and . c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. . For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. . . Section 5 -- Disclaimer of Warranties and Limitation of Liability. . a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. . b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. . c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. . . Section 6 -- Term and Termination. . a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. . b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: . 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or . 2. upon express reinstatement by the Licensor. . For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. . c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. . d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. . . Section 7 -- Other Terms and Conditions. . a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. . b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. . . Section 8 -- Interpretation. . a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. . b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. . c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. . d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. . . ======================================================================= . Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the "Licensor." Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. . Creative Commons may be contacted at creativecommons.org. License: MPL-2.0 This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. . On Debian systems, see /usr/share/common-licenses/MPL-2.0 for the full text of the MPL version 2.0.