]> git.proxmox.com Git - cargo.git/commitdiff
update d/copyright
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 15 Oct 2022 12:33:41 +0000 (14:33 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 15 Oct 2022 13:10:52 +0000 (15:10 +0200)
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
debian/copyright

index 499ebe7cc64404f5d56e9a0df7271b91f84edb6c..caf2fd6d4085fba13d8ff69b4ca0f4bba3565ee7 100644 (file)
@@ -3,6 +3,7 @@ Upstream-Name: cargo
 Source: https://github.com/rust-lang/cargo
 
 Files:
+ benches/*
  crates/*
  src/*
  tests/*
@@ -11,11 +12,8 @@ Files:
  Cargo.*
  LICENSE-*
  README.*
- ARCHITECTURE.*
  CHANGELOG.*
  CONTRIBUTING.*
- appveyor.yml
- azure-pipelines.yml
  ci/*
  publish.py
  triagebot.toml
@@ -25,11 +23,9 @@ Comment: please do not add * to the above paragraph, so we can use lintian to
          help us update this file properly
 
 Files: vendor/bitflags/*
-       vendor/bufstream/*
        vendor/env_logger/*
        vendor/env_logger-0*/*
        vendor/flate2/*
-       vendor/fs2/*
        vendor/glob/*
        vendor/libc/*
        vendor/log/*
@@ -37,10 +33,7 @@ Files: vendor/bitflags/*
        vendor/regex-syntax/*
        vendor/semver/*
        vendor/shell-escape/*
-       vendor/vec_map/*
        vendor/unicode-width/*
-       vendor/num-integer/*
-       vendor/num-traits/*
 Copyright: 2010-2019 The Rust Project Developers
 License: MIT or Apache-2.0
 Comment:
@@ -50,11 +43,8 @@ Comment:
  Exceptions are noted below.
 
 Files:
- vendor/backtrace/*
- vendor/backtrace-sys/*
  vendor/cc/*
  vendor/cfg-if/*
- vendor/cfg-if-0*/*
  vendor/filetime/*
  vendor/fnv/*
  vendor/git2/*
@@ -68,13 +58,9 @@ Files:
  vendor/pkg-config/*
  vendor/proc-macro2/*
  vendor/rustc-workspace-hack/*
- vendor/rustc-demangle/*
  vendor/tar/*
- vendor/time/*
- vendor/toml/*
  vendor/socket2/*
  vendor/libnghttp2-sys/*
- vendor/wait-timeout/*
 Copyright: 2014-2018 Alex Crichton <alex@alexcrichton.com>
            2014-2018 The Rust Project Developers
 License: MIT or Apache-2.0
@@ -83,54 +69,33 @@ Comment:
  see https://github.com/servo/rust-fnv
 
 Files:
- vendor/getrandom/*
- vendor/rand/*
- vendor/rand-0*/*
  vendor/rand_core/*
- vendor/rand_core-0*/*
- vendor/rand_chacha/*
- vendor/rand_chacha-0*/*
- vendor/rand_hc/*
- vendor/rand_hc-0*/*
- vendor/rand_isaac/*
- vendor/rand_jitter/*
- vendor/rand_os/*
- vendor/rand_pcg/*
  vendor/rand_xoshiro/*
- vendor/rand_xorshift/*
 Copyright:
  2019-2020 The Rand Project Developers
  2010-2020 The Rust Project Developers
 License: MIT or Apache-2.0
-Comment:
- see https://github.com/rust-random/getrandom
- see https://github.com/rust-random/rand
+Comment: see https://github.com/rust-random/rand
 
 Files:
  vendor/aho-corasick/*
- vendor/memchr/*
- vendor/utf8-ranges/*
- vendor/wincolor/*
- vendor/termcolor/*
+ vendor/bytesize/*
  vendor/globset/*
  vendor/ignore/*
+ vendor/memchr/*
  vendor/same-file/*
+ vendor/termcolor/*
  vendor/walkdir/*
  vendor/winapi-util/*
- vendor/byteorder/*
- vendor/bytesize/*
 Copyright: 2015-2018 Andrew Gallant <jamslam@gmail.com>
 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
- * https://github.com/BurntSushi/ripgrep/tree/master/wincolor
- * https://github.com/BurntSushi/ripgrep/tree/master/termcolor
  * https://github.com/BurntSushi/ripgrep/tree/master/globset
  * https://github.com/BurntSushi/ripgrep/tree/master/ignore
+ * https://github.com/BurntSushi/rust-memchr
  * https://github.com/BurntSushi/same-file
+ * https://github.com/BurntSushi/ripgrep/tree/master/termcolor
  * https://github.com/BurntSushi/walkdir
  * https://github.com/BurntSushi/winapi-util
 
@@ -144,11 +109,6 @@ Copyright: 2020-2020 Jonas Schievink <jonasschievink@gmail.com>
 License: 0BSD OR MIT OR Apache-2.0
 Comment: see https://github.com/jonas-schievink/adler.git
 
-Files: vendor/adler32/*
-Copyright: 2015-2019 Remi Rampin <remirampin@gmail.com>
-License: Zlib
-Comment: see https://github.com/remram44/adler32-rs
-
 Files:
  vendor/arrayvec/*
  vendor/either/*
@@ -165,20 +125,11 @@ Copyright: 2019-2020 Bodil Stokke <bodil@bodil.org>
 License: MPL-2.0+
 Comment: see https://github.com/bodil/bitmaps
 
-Files:
- vendor/bstr/*
- vendor/ucd-util/*
+Files: vendor/bstr/*
 Copyright: 2015-2019 Andrew Gallant <jamslam@gmail.com>
 License: MIT or Apache-2.0
 Comment:
  see https://github.com/BurntSushi/bstr
- see https://github.com/BurntSushi/rucd
-
-Files: vendor/ansi_term/*
-Copyright: 2014, Benjamin Sago <ogham@bsago.me>
-           Ryan Scheel (Havvy) <ryan.havvy@gmail.com>
-           Josh Triplett <josh@joshtriplett.org>
-License: MIT
 
 Files: vendor/atty/*
 Copyright: 2015-2016, Doug Tangren
@@ -190,38 +141,34 @@ Copyright: 2018-2019 Josh Stone <cuviper@gmail.com>
 License: Apache-2.0 or MIT
 Comment: see https://github.com/cuviper/autocfg
 
-Files: vendor/bit-set/*
- vendor/bit-vec/*
-Copyright: 2016 The Rust Project Developers
-           Alexis Beingessner <a.beingessner@gmail.com>
-License: MIT or Apache-2.0
-
 Files: vendor/bytes/*
 Copyright: 2015-2019 Carl Lerche <me@carllerche.com>
 License: MIT
 Comment: see https://github.com/carllerche/bytes
 
 Files:
- vendor/c2-chacha/*
- vendor/ppv-lite86/*
-Copyright: 2019-2019 The CryptoCorrosion Contributors
-License: MIT or Apache-2.0
-Comment: see https://github.com/cryptocorrosion/cryptocorrosion
-
-Files: vendor/chrono/*
-Copyright: 2014-2018 Kang Seonghoon <public+rust@mearie.org>
-           2014-2018 Brandon W Maister <quodlibetor@gmail.com>
+ vendor/clap/*
+ vendor/clap_lex/*
+Copyright: 2015-2022, Kevin B. Knapp <kbknapp@gmail.com>
+           2015-2022, Clap Contributors
 License: MIT or Apache-2.0
-Comment: see https://github.com/chronotope/chrono
+Comment: see https://github.com/clap-rs/clap
 
-Files: vendor/clap/*
-Copyright: 2015-2016, Kevin B. Knapp <kbknapp@gmail.com>
+Files: vendor/combine/*
+Copyright: 2015-2022 Markus Westerlind <marwes91@gmail.com>
 License: MIT
+Comment: see https://github.com/Marwes/combine
 
-Files: vendor/cloudabi/*
-Copyright: Nuxi and contributors
-License: BSD-2-clause
-Comment: See https://github.com/nuxinl/cloudabi
+Files: vendor/concolor/*
+       vendor/concolor-query/*
+Copyright: 2021-2022 Ed Page <eopage@gmail.com>
+License: MIT OR Apache-2.0
+Comment: see https://github.com/rust-cli/concolor
+
+Files: vendor/content_inspector/*
+Copyright: 2018-2018 David Peter <mail@david-peter.de>
+License: MIT or Apache-2.0
+Comment: see https://github.com/sharkdp/content_inspector
 
 Files: vendor/core-foundation/*
        vendor/core-foundation-sys/*
@@ -235,9 +182,7 @@ Copyright: 2018, Sam Rijs <srijs@airpost.net>
            2018, Alex Crichton <alex@alexcrichton.com>
 License: MIT or Apache-2.0
 
-Files:
- vendor/crossbeam-channel/*
- vendor/crossbeam-utils/*
+Files: vendor/crossbeam-utils/*
 Copyright: 2017-2018 The Crossbeam Project Developers
 License: MIT or Apache-2.0
 Comment: see https://github.com/crossbeam-rs
@@ -258,29 +203,22 @@ Copyright: 2014-2019 Alex Crichton <alex@alexcrichton.com>
 License: MIT
 Comment: see https://github.com/alexcrichton/curl-rust
 
-Files: vendor/failure/*
-       vendor/failure_derive/*
-Copyright: Without Boats <boats@mozilla.com>
-License: MIT or Apache-2.0
-Comment:
- * see https://github.com/withoutboats/failure
- * see https://github.com/withoutboats/failure_derive
+Files: vendor/dunce/*
+Copyright: 2017-2021 Kornel <kornel@geekhood.net>
+License: CC0-1.0
+Comment: see https://gitlab.com/kornelski/dunce
 
-Files: vendor/fuchsia-cprng/*
-Copyright:
- 2018 The Fuchsia Authors
- 2018 Erick Tryzelaar <etryzelaar@google.com>
-License: BSD-3-Clause
-Comment: see https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/rust/fuchsia-cprng
+Files: vendor/fastrand/*
+Copyright: 2020-2022 Stjepan Glavina <stjepang@gmail.com>
+License: Apache-2.0 OR MIT
+Comment: see https://github.com/smol-rs/fastrand
 
-Files: vendor/hermit-abi/*
-Copyright: 2019-2019 Stefan Lankes
-License: MIT or Apache-2.0
-Comment: see https://github.com/hermitcore/hermit-abi
+Files: vendor/hashbrown/*
+Copyright: 2018-2022 Amanieu d'Antras <amanieu@gmail.com>
+License: MIT OR Apache-2.0
+Comment: see https://github.com/rust-lang/hashbrown
 
-Files:
- vendor/hex/*
- vendor/hex-0*/*
+Files: vendor/hex/*
 Copyright:
  2015-2019 KokaKiwi <kokakiwi@kokakiwi.net>
  2015-2019 rust-hex Developers
@@ -292,13 +230,6 @@ Copyright: Brian Anderson <andersb@gmail.com>
 License: MIT or Apache-2.0
 Comment: see https://github.com/brson/home
 
-Files: vendor/http/*
-Copyright: 2017-2019 Alex Crichton <alex@alexcrichton.com>
-           2017-2019 Carl Lerche <me@carllerche.com>
-           2017-2019 Sean McArthur <sean@seanmonstar.com>
-License: MIT or Apache-2.0
-Comment: see https://github.com/hyperium/http
-
 Files:
  vendor/humantime/*
  vendor/humantime-1*/*
@@ -319,10 +250,12 @@ Comment:
  see https://github.com/bodil/im-rs
  see https://github.com/bodil/sized-chunks
 
-Files: vendor/iovec/*
-Copyright: 2017-2018 Carl Lerche <me@carllerche.com>
-License: MIT or Apache-2.0
-Comment: see https://github.com/carllerche/iovec
+Files: vendor/indexmap/*
+Copyright:
+ 2016-2021 bluss
+ 2017-2022 Josh Stone <cuviper@gmail.com>
+License: Apache-2.0 OR MIT
+Comment: see https://github.com/bluss/indexmap
 
 Files: vendor/itoa/*
        vendor/quote/*
@@ -347,27 +280,20 @@ Copyright: 2013 Simon Sapin <simon.sapin@exyr.org>
            1991-2015 Unicode, Inc
 License: MIT or Apache-2.0
 
+Files: vendor/kstring/*
+Copyright: 2014-2022 Ed Page <eopage@gmail.com>
+License: MIT OR Apache-2.0
+Comment: see https://github.com/cobalt-org/kstring
+
 Files: vendor/lazycell/*
 Copyright: 20014, The Rust Project Developers
            2016-2017, Nikita Pekin and lazycell contributors
 License: MIT or Apache-2.0
 
 Files: vendor/lazy_static/*
- vendor/rustc_version/*
 Copyright: 2014-2016 Marvin Löbel <loebel.marvin@gmail.com>
 License: MIT or Apache-2.0
 
-Files: vendor/matches/*
-Copyright: 2015 Simon Sapin <simon.sapin@exyr.org>
-License: MIT
-Comment: see https://github.com/SimonSapin/rust-std-candidates
-
-Files: vendor/maybe-uninit/*
-Copyright: 2019-2019 est31 <MTest31@outlook.com>
-           2019-2019 The Rust Project Developers
-License: Apache-2.0 OR MIT
-Comment: see https://github.com/est31/maybe-uninit
-
 Files: vendor/miniz_oxide/*
 Copyright:
  2017-2019 Frommi <daniil.liferenko@gmail.com>
@@ -375,15 +301,15 @@ Copyright:
 License: MIT
 Comment: see https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
 
+Files: vendor/normalize-line-endings/*
+Copyright: 2016-2018 Richard Dodd <richdodj@gmail.com>
+License: Apache-2.0
+Comment: see https://github.com/derekdreery/normalize-line-endings
+
 Files: vendor/num_cpus/*
 Copyright: 2015, Sean McArthur <sean@seanmonstar.com>
 License: MIT or Apache-2.0
 
-Files: vendor/numtoa/*
-Copyright: 2017-2018 Michael Aaron Murphy <mmstickman@gmail.com>
-License: MIT or Apache-2.0
-Comment: see https://gitlab.com/mmstick/numtoa
-
 Files: vendor/once_cell/*
 Copyright: 2018-2021 Aleksey Kladov <aleksey.kladov@gmail.com>
 License: MIT OR Apache-2.0
@@ -395,39 +321,48 @@ License: MIT or Apache-2.0
 Comment: see https://github.com/Seeker14491/opener
 
 Files: vendor/openssl/*
-Copyright: 2013-2015 Steven Fackler <sfackler@gmail.com>
+Copyright: 2013-2022 Steven Fackler <sfackler@gmail.com>
            2013 Jack Lloyd
            2011 Google Inc.
 License: Apache-2.0
 
+Files: vendor/openssl-macros/*
+Copyright: 2022 Steven Fackler <sfackler@gmail.com>
+License: MIT or Apache-2.0
+Comment: see https://github.com/sfackler/rust-openssl
+
 Files: vendor/openssl-sys/*
 Copyright: 2015 Steven Fackler <sfackler@gmail.com>
            2015 Alex Crichton <alex@alexcrichton.com>
 License: MIT
 Comment: see https://github.com/sfackler/rust-openssl
 
+Files: vendor/os_info/*
+Copyright: 2015-2022 Jan Schulte <hello@unexpected-co.de>
+           2015-2022 Stanislav Tkach <stanislav.tkach@gmail.com>
+License: MIT
+Comment: see https://github.com/stanislav-tkach/os_info
+
+Files: vendor/os_str_bytes/*
+Copyright: 2019-2022 Dylan Iuzzolino
+License: MIT OR Apache-2.0
+Comment: see https://github.com/dylni/os_str_bytes
+
+Files: vendor/pathdiff/*
+Copyright: 2017-2021 Manish Goregaokar <manishsmail@gmail.com>
+License: MIT or Apache-2.0
+Comment: see https://github.com/Manishearth/pathdiff
+
 Files: vendor/pretty_env_logger/*
 Copyright: 2016-2019 Sean McArthur <sean@seanmonstar>
 License: MIT or Apache-2.0
 Comment: see https://github.com/seanmonstar/pretty-env-logger
 
-Files: vendor/proptest/*
- vendor/rusty-fork/*
-Copyright: Jason Lingle
-           2016 FullContact, Inc
-License: MIT or Apache-2.0
-
 Files: vendor/quick-error/*
 Copyright: 2015, The quick-error developers
 License: MIT or Apache-2.0
 
-Files: vendor/rdrand/*
-Copyright: 2014-2018 Simonas Kazlauskas <rdrand@kazlauskas.me>
-License: ISC
-Comment: see https://github.com/nagisa/rust_rdrand/
-
 Files: vendor/redox_syscall/*
-       vendor/redox_termios/*
 Copyright: 2017, Redox OS Developers
 License: MIT
 
@@ -455,11 +390,6 @@ Copyright: 2015, Steffen Butzer <steffen.butzer@outlook.com>
 License: MIT
 Comment: see https://github.com/steffengy/schannel-rs/
 
-Files: vendor/semver-parser/*
-Copyright: 2016-2018 Steve Klabnik <steve@steveklabnik.com>
-License: MIT or Apache-2.0
-Comment: see https://github.com/steveklabnik/semver-parser
-
 Files: vendor/serde/*
        vendor/serde_derive/*
        vendor/serde_ignored/*
@@ -470,21 +400,23 @@ License: MIT or Apache-2.0
 Comment: see https://github.com/serde-rs
          see https://github.com/dtolnay/serde-ignored
 
-Files: vendor/scopeguard/*
-Copyright: 2015, The Rust Project Developers
-           bluss
-License: MIT or Apache-2.0
-Comment: see https://github.com/bluss/scopeguard
+Files: vendor/similar/*
+Copyright: 2021-2022 Armin Ronacher <armin.ronacher@active-4.com>
+           2021-2022 Pierre-Étienne Meunier <pe@pijul.org>
+           2021-2022 Brandon Williams <bwilliams.eng@gmail.com>
+License: Apache-2.0
+Comment: see https://github.com/mitsuhiko/similar
 
-Files: vendor/smallvec/*
-Copyright: 2018 Simon Sapin <simon.sapin@exyr.org>
-License: MIT or Apache-2.0
+Files: vendor/snapbox/*
+       vendor/snapbox-macros/*
+Copyright: 2015-2022 The assert_cli Developers
+License: MIT OR Apache-2.0
+Comment: see https://github.com/assert-rs/trycmd/
 
-Files: vendor/spin/*
-Copyright: 2014-2019 Mathijs van de Nes <git@mathijs.vd-nes.nl>
-           2014-2019 John Ericson <git@JohnEricson.me>
-License: MIT
-Comment: see https://github.com/mvdnes/spin-rs.git
+Files: vendor/static_assertions/*
+Copyright: 2017-2020 Nikolai Vazquez
+License: MIT OR Apache-2.0
+Comment: see https://github.com/nvzqz/static-assertions-rs
 
 Files: vendor/strip-ansi-escapes/*
 Copyright: 2017-2018 Ted Mielczarek <ted@mielczarek.org>
@@ -501,16 +433,6 @@ Copyright: 2016-2017 David Tolnay <dtolnay@gmail.com>
 License: MIT or Apache-2.0
 Comment: see https://github.com/dtolnay/syn
 
-Files: vendor/synstructure/*
-Copyright: Michael Layzell <michael@thelayzells.com>
-License: MIT
-Comment: see https://github.com/mystor/synstructure
-
-Files: vendor/termion/*
-Copyright: 2016, Ticki
-License: MIT
-Comment: see https://github.com/ticki/termion/
-
 Files: vendor/textwrap/*
 Copyright: 2016, Martin Geisler <martin@geisler.net>
 License: MIT
@@ -534,6 +456,12 @@ Copyright: 2020-2020 Soveu <marx.tomasz@gmail.com>
 License: MIT OR Apache-2.0 OR Zlib
 Comment: see https://github.com/Soveu/tinyvec_macros
 
+Files: vendor/toml_edit/*
+Copyright: 2017-2022 Andronik Ordian <write@reusable.software>
+           2017-2022 Ed Page <eopage@gmail.com>
+License: MIT or Apache-2.0
+Comment: see https://github.com/ordian/toml_edit
+
 Files: vendor/typenum/*
 Copyright: 2015-2018 Paho Lurie-Gregg <paho@paholg.com>
            2015-2018 Andre Bogus <bogusandre@gmail.com>
@@ -545,6 +473,11 @@ Copyright: 2015 The Servo Project Developers
 License: MIT or Apache-2.0
 Comment: see https://github.com/servo/unicode-bidi
 
+Files: vendor/unicode-ident/*
+Copyright: 2022-2022 David Tolnay <dtolnay@gmail.com>
+License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
+Comment: see https://github.com/dtolnay/unicode-ident
+
 Files: vendor/unicode-normalization/*
 Copyright: 2016 kwantam <kwantam@gmail.com>
 License: MIT or Apache-2.0
@@ -555,16 +488,14 @@ Copyright: 2015-2017 erick.tryzelaar <erick.tryzelaar@gmail.com>
 License: MIT or Apache-2.0
 Comment: see https://github.com/unicode-rs/unicode-xid
 
-Files: vendor/unreachable/*
-       vendor/void/*
-Copyright: 2015-2017 Jonathan Reem <jonathan.reem@gmail.com>
-License: MIT
-Comment: see https://github.com/reem/
+Files: vendor/yansi/*
+Copyright: 2017-2022 Sergio Benitez <sb@sergio.bz>
+License: MIT or Apache-2.0
+Comment: see https://github.com/SergioBenitez/yansi
 
 Files:
  vendor/form_urlencoded/*
  vendor/url/*
- vendor/url_serde/*
  vendor/percent-encoding/*
 Copyright:
  2015-2016 Simon Sapin <simon.sapin@exyr.org>
@@ -618,11 +549,6 @@ Copyright:
  2015-2016 Luca Bruno <lucab@debian.org>
 License: MIT or Apache-2.0
 
-Files: debian/bootstrap.py
-Copyright: 2015 David Huseby
-License: BSD-2-clause
-Comment: See LICENSE at https://github.com/dhuseby/cargo-bootstrap/
-
 License: 0BSD
  Permission to use, copy, modify, and/or distribute this software for
  any purpose with or without fee is hereby granted.
@@ -688,6 +614,10 @@ License: BSD-3-clause
  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, see /usr/share/common-licenses/CC0-1.0 for
+ the full text of the CC0 1.0 Universal license.
+
 License: ISC
  Permission to use, copy, modify, and/or distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
@@ -786,3 +716,51 @@ License: Zlib
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
+
+License: Unicode-DFS-2016
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+ .
+ See Terms of Use <https://www.unicode.org/copyright.html>
+ for definitions of Unicode Inc.’s Data Files and Software.
+ .
+ NOTICE TO USER: Carefully read the following legal agreement.
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
+ THE DATA FILES OR SOFTWARE.
+ .
+ COPYRIGHT AND PERMISSION NOTICE
+ .
+ Copyright © 1991-2022 Unicode, Inc. All rights reserved.
+ Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the Unicode data files and any associated documentation
+ (the "Data Files") or Unicode 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.