LoginSignup
15
6

More than 1 year has passed since last update.

OSSライセンス分析ツール 「OSS Review Toolkit (ORT)」 調査 インストール方法と実行方法の確認

Last updated at Posted at 2020-03-29

はじめに

The OSS Review Toolkit (以下 ORTと表記) とはオープンソースコードのライセンス分析を行うOSSツールであり,https://github.com/oss-review-toolkit/ort で公開されている.ORTはライセンス分析の際,ソースコードのみならずソースコードの依存関係も確認する.依存するOSSのソースコードを自動でダウンロードしてきたり,OSSの依存関係などを分析したレポートの作成機能やそれらを評価ツールも併せ持つ.なお公式では[A suite of tools to assist with reviewing Open Source Software dependencies.]と説明されている.

2020年3月時点のバージョンではCUIでの操作が主となり,この点,基本的にGUIで操作するFOSSologyなどのツールとは少し趣が違う.

以下に資料が公開されており,

2019年12月に開催されたのOpenChain JapanでもORTの紹介がなされた (OpenChain Japan WG全体会合レポート) .野球選手に例えると,全ての能力が最高のツールを目指しているといった旨の紹介を製作者代表のThomas Steenbergen氏が自ら行ったので,OpenChain Japanの参加者の中には記憶に残っている人も多いかもしれない.現在 ORT はLinux Foundationの傘下プロジェクトになり開発が進められていくことが決定しており(Githubのライセンスにも記載済),このツールの動向を把握しておくことはOSSコンプライアンスの向上に役立つと考えられる.

また,最新の情報はSlackで議論されており,ここで確認できる.

本記事では2020年3月時点で公開されているORTを調査し,ORTの構成するツール,インストール方法,実行方法を紹介する.そして最後にORT Repoterで出力されたレポートの簡単な確認を行う.

また,ORTは公開資料によるとWIP(Work in Process),すなわち未完成とのことなので,最新の機能などが日々更新されていることは留意するべきである.

ORTを構成するツール

  • Analyzer - 指定したプロジェクトファイル内のパッケージなど依存関係を調査するツール.多様なパッケージマネージャに対応.
  • Downloader - Analyzerが出力した結果を参照し,分析するコードをダウンロードするツール.
  • Scanner- ローカルに保存されているソースコードのライセンスとコピーライトを調査するツール.
  • Evaluator - ユーザがカスタマイズできるOSS利用ポリシー規則に従いライセンスの評価を行うツール.
  • Reporter - 様々な書式で結果をわかりやすく表示するツール.

インストール

今回は commit id: ce4d710 で opnjdk8を利用した
(Requirement: OpenJDK 8 or Oracle JDK 8u161 or later.)

$ sudo apt install openjdk-8-jdk
$ sudo update-alternatives --config java
$ export JAVA_OPTS='-Dhttp.proxyHost=example.proxy -Dhttp.proxyPort=8080 -Dhttps.proxyHost=example.proxy -Dhttps.proxyPort=8080'
$ sudo apt install gradle
  • JAVA_HOMEの設定
JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH
  • gradle proxyの設定 ~/.gradle/gradle.properties (編集)

    ~/.gradle/gradle.properties
    systemProp.http.proxyHost=proxy.example.com
    systemProp.http.proxyPort=1234
    systemProp.http.proxyUser=user
    systemProp.http.proxyPassword=password
    systemProp.http.nonProxyHosts=127.0.0.1|localhost
    
    systemProp.https.proxyHost=proxy.example.com
    systemProp.https.proxyPort=1234
    systemProp.https.proxyUser=user
    systemProp.https.proxyPassword=password
    systemProp.https.nonProxyHosts=127.0.0.1|localhost
    
    # This config is neccessary for gradle to use proxy user and password
    # https://github.com/gradle/gradle/issues/5052
    systemProp.jdk.http.auth.tunneling.disabledSchemes=""
    

Codeのcloneとインストール

$ git clone  --recurse-submodules https://github.com/oss-review-toolkit/ort.git
$ ./gradlew installDist

少し時間がかかるが,インストールが成功したら以下のように表示される

ORT インストール画面

$ ./gradlew installDist
Downloading https://services.gradle.org/distributions/gradle-6.2.2-all.zip
.............10%.............20%.............30%..............40%.............50%.............60%.............70%..............80%.............90%.............100%

Welcome to Gradle 6.2.2!

Here are the highlights of this release:
 - Dependency checksum and signature verification
 - Shareable read-only dependency cache
 - Documentation links in deprecation messages

For more details see https://docs.gradle.org/6.2.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :buildSrc:compileKotlin
The `kotlin-dsl` plugin applied to project ':buildSrc' enables experimental Kotlin compiler features. For more information see https://docs.gradle.org/6.2.2/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin

> Task :buildSrc:jar
:jar: No valid plugin descriptors were found in META-INF/gradle-plugins
Configuration on demand is an incubating feature.

> Configure project :
Reckoned version: 0.1.0-SNAPSHOT

> Configure project :reporter-web-app
Will use the Node executable file from '/home/PATH/.gradle/nodejs/node-v12.14.0-linux-x64/bin/node'.
Will use the Yarn JavaScript file from '/home/PATH/.gradle/yarn/yarn-v1.21.1/bin/yarn.js'.

> Task :kotlinYarnSetup
Download https://github.com/yarnpkg/yarn/releases/download/v1.21.1/yarn-v1.21.1.tar.gz

> Task :reporter-web-app:yarnInstall
yarn install v1.21.1
[1/4] Resolving packages...
[2/4] Fetching packages...
warning sha.js@2.4.11: Invalid bin entry for "sha.js" (in "sha.js").
info fsevents@2.1.2: The platform "linux" is incompatible with this module.
info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.11: The platform "linux" is incompatible with this module.
info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "antd > rc-picker@1.1.5" has unmet peer dependency "dayjs@^1.8.18".
warning " > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint-plugin-react-hooks@^1.7.0".
warning " > eslint-config-react-app@5.2.0" has incorrect peer dependency "eslint-plugin-flowtype@3.x".
warning " > eslint-config-react-app@5.2.0" has incorrect peer dependency "eslint-plugin-react-hooks@1.x".
[4/4] Building fresh packages...
Done in 331.34s.

> Task :reporter-web-app:yarnBuild
yarn run v1.21.1
$ node scripts/build.js
Creating an optimized production build...
Removing unneeded files in build dir...
Creating ORT template file...
Compiled successfully.

File sizes after gzip:

  318.32 KB  build/static/js/2.90fab414.chunk.js
  60.77 KB   build/static/css/2.1bd2ab2f.chunk.css
  18.92 KB   build/static/js/main.d81977e6.chunk.js
  3.27 KB    build/static/css/main.62fff268.chunk.css
  791 B      build/static/js/runtime-main.55ad40e3.js

The project was built assuming it is hosted at ./.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.

Find out more about deployment here:

  bit.ly/CRA-deploy

Done in 139.90s.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 19m 58s
54 actionable tasks: 54 executed

インストールが成功したか否かの確認は以下のhelpコマンドを実行することでも確認できる.


$ ./cli/build/install/ort/bin/ort --help
________ _____________________
\_____  \\______   \__    ___/ the OSS Review Toolkit, version 0.1.0-SNAPSHOT.
 /   |   \|       _/ |    |    Running under Java 1.8.0_242 on Linux with
/    |    \    |   \ |    |    ORT_USER_HOME = /home/beach/.ort
\_______  /____|_  / |____|    SHELL = /bin/bash
        \/       \/
More environment variables:
TERM = xterm-256color
http_proxy = http://proxy.example:8080/
https_proxy = http://proxy.example:8080/

Usage: ort [OPTIONS] COMMAND [ARGS]...

Options:
  -c, --config FILE  The path to a configuration file.
  --info, --debug    Set the verbosity level of log output.
  --stacktrace       Print out the stacktrace for all exceptions.
  -P TEXT...         Allows to override configuration parameters.
  -v, --version      Show version information and exit.
  -h, --help         Show this message and exit

Commands:
  analyze       Determine dependencies of a software project.
  cd-upload     Upload ORT package curations to ClearlyDefined.
  download      Fetch source code from a remote location.
  evaluate      Evaluate rules on ORT result files.
  report        Present Analyzer and Scanner results in various formats.
  requirements  List the required command line tools.
  scan          Run existing copyright / license scanners.

* denotes required options.

利用方法

もし ort コマンドをたたくだけで実行したいのであれば以下実行,確認


$ sudo ln -s /PATH/TO/ort/cli/build/install/ort/bin/ort /usr/local/bin/ort
$ ort -v
________ _____________________
\_____  \\______   \__    ___/ the OSS Review Toolkit, version 0.1.0-SNAPSHOT.
 /   |   \|       _/ |    |    Running under Java 1.8.0_242 on Linux with
/    |    \    |   \ |    |    ORT_USER_HOME = /home/PATH/.ort
\_______  /____|_  / |____|    SHELL = /bin/bash
        \/       \/
More environment variables:
TERM = xterm-256color
http_proxy = http://proxy.example:8080/
https_proxy = http://proxy.example:8080/

これでort コマンドだけで実行できる. ただし,ここからの説明での実行は以下のように
/ort/cli/build/install/ort/bin/ort
cloneした先からはじまるPATHで記載しておく.

 ORT Analyzer

Analyzerは指定したディレクトリの中の依存関係を解析する.2020年3月現在は以下のパッケージマネージャが解析対象.出力形式はjsonとyamlの2種類

Currently, the following package managers are supported:

Bower (JavaScript)
Bundler (Ruby)
Cargo (Rust)
Conan (C / C++, experimental as the VCS locations often times do not contain the actual source code, see issue #2037)
dep (Go)
DotNet (.NET, with currently some limitations)
Glide (Go)
Godep (Go)
GoMod (Go, experimental as only proxy-based source artifacts but no VCS locations are supported)
Gradle (Java)
Maven (Java)
NPM (Node.js)
NuGet (.NET, with currently some limitations)
Composer (PHP)
PIP (Python)
Pipenv (Python)
Pub (Dart / Flutter)
SBT (Scala)
Stack (Haskell)
Yarn (Node.js)

ORT Analyzer 実行方法

$ ./oss-review-toolkit/cli/build/install/ort/bin/ort analyze -i <input_dir> -o <output_dir>
  • input_dir は分析を行うプロジェクトのディレクトリ.
  • output_dir は分析の結果を出力する場所.

なお,ファイルの指定以外に以下のオプションが存在する

ORT Analyzerのオプション
Usage: analyze [options]
  Options:
  * --input-dir, -i
      The project directory to analyze.
  * --output-dir, -o
      The directory to write the analyzer result as ORT result file(s) to, in 
      the specified output format(s).
    --ignore-tool-versions
      Ignore versions of required tools. NOTE: This may lead to erroneous 
      results. 
      Default: false
    --package-managers, -m
      The list of package managers to activate.
      Default: [Bower, Bundler, Cargo, Conan, DotNet, GoDep, GoMod, Gradle, Maven, NPM, NuGet, PhpComposer, PIP, Pipenv, Pub, SBT, Stack, Yarn]
    --output-formats, -f
      The list of output formats to be used for the ORT result file(s).
      Default: [YAML]
    --package-curations-file
      A file containing package curation data.
    --repository-configuration-file
      A file containing the repository configuration. If set the .ort.yml file 
      from the repository will be ignored.
    --allow-dynamic-versions
      Allow dynamic versions of dependencies. This can result in unstable 
      results when dependencies use version ranges. This option only affects 
      package managers that support lock files, like NPM.
      Default: false
    --clearly-defined-curations
      Whether to fall back to package curation data from the ClearlyDefine 
      service or not.
      Default: false
    --help, -h
      Display the command line help.

ORT Analyzer 出力結果例

今回は log4jgsonをクローンしてきた結果を載せる.

log4jの分析結果例
---
repository:
  vcs:
    type: "Git"
    url: "https://github.com/apache/log4j.git"
    revision: "7be00eed88152dd011a619e8bae5a631235c3f4c"
    path: ""
  vcs_processed:
    type: "Git"
    url: "https://github.com/apache/log4j.git"
    revision: "7be00eed88152dd011a619e8bae5a631235c3f4c"
    path: ""
  config: {}
analyzer:
  start_time: "2020-03-18T00:16:16.176Z"
  end_time: "2020-03-18T00:16:19.223Z"
  environment:
    ort_version: "0.1.0-SNAPSHOT"
    java_version: "1.8.0_242"
    os: "Linux"
    variables:
      SHELL: "/bin/bash"
      TERM: "xterm-256color"
      http_proxy: "http://proxy.example.co.jp:8080/"
      https_proxy: "http://proxy.example.co.jp:8080/"
    tool_versions: {}
  config:
    ignore_tool_versions: false
    allow_dynamic_versions: true
  result:
    projects:
    - id: "Maven:log4j:log4j:1.2.18-SNAPSHOT"
      definition_file_path: "pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://svn.apache.org/repos/asf/logging/log4j/trunk"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/apache/log4j.git"
        revision: "7be00eed88152dd011a619e8bae5a631235c3f4c"
        path: ""
      homepage_url: "http://logging.apache.org/log4j/1.2/"
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:javax.mail:mail:1.4.3"
          dependencies:
          - id: "Maven:javax.activation:activation:1.1"
        - id: "Maven:org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.0"
      - name: "provided"
        dependencies:
        - id: "Maven:org.apache.openejb:javaee-api:5.0-2"
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
        - id: "Maven:oro:oro:2.0.8"
    packages:
    - package:
        id: "Maven:javax.activation:activation:1.1"
        purl: "pkg:maven/javax.activation/activation@1.1"
        declared_licenses:
        - "Common Development and Distribution License (CDDL) v1.0"
        declared_licenses_processed:
          spdx_expression: "CDDL-1.0"
        description: "JavaBeans Activation Framework (JAF) is a standard extension\
          \ to the Java platform that lets you take advantage of standard services\
          \ to: determine the type of an arbitrary piece of data; encapsulate access\
          \ to it; discover the operations available on it; and instantiate the appropriate\
          \ bean to perform the operation(s)."
        homepage_url: "http://java.sun.com/products/javabeans/jaf/index.jsp"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"
          hash:
            value: "e6cb541461c2834bdea3eb920f1884d1eb508b50"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1-sources.jar"
          hash:
            value: "003697e9f67a2ed7ac5f589cff30f21173299440"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:javax.mail:mail:1.4.3"
        purl: "pkg:maven/javax.mail/mail@1.4.3"
        declared_licenses:
        - "CDDL"
        - "GPLv2+CE"
        declared_licenses_processed:
          spdx_expression: "CDDL AND GPL-2.0-only WITH Classpath-exception-2.0"
        description: "JavaMail API"
        homepage_url: "http://java.sun.com/projects/javamail/mail"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.3/mail-1.4.3.jar"
          hash:
            value: "8154bf8d666e6db154c548dc31a8d512c273f5ee"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.3/mail-1.4.3-sources.jar"
          hash:
            value: "5875e2729de83a4e46391f8f979ec8bd03810c10"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:junit:junit:3.8.2"
        purl: "pkg:maven/junit/junit@3.8.2"
        declared_licenses:
        - "Common Public License Version 1.0"
        declared_licenses_processed:
          spdx_expression: "CPL-1.0"
        description: "JUnit is a regression testing framework written by Erich Gamma\
          \ and Kent Beck. It is used by the developer who implements unit tests in\
          \ Java."
        homepage_url: "http://junit.org"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"
          hash:
            value: "07e4cde26b53a9a0e3fe5b00d1dbbc7cc1d46060"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2-sources.jar"
          hash:
            value: "aaa058540bf14ad600dd784de979c46c721ccbbe"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.0"
        purl: "pkg:maven/org.apache.geronimo.specs/geronimo-jms_1.1_spec@1.0"
        declared_licenses: []
        declared_licenses_processed: {}
        description: ""
        homepage_url: ""
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.jar"
          hash:
            value: "a6b519e90af6a6cb3cbdccb9eb99f652a4825470"
            algorithm: "SHA-1"
        source_artifact:
          url: ""
          hash:
            value: ""
            algorithm: ""
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:org.apache.openejb:javaee-api:5.0-2"
        purl: "pkg:maven/org.apache.openejb/javaee-api@5.0-2"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Apache OpenEJB is an open source, modular, configurable and\
          \ extendable EJB Container System and EJB Server."
        homepage_url: "http://www.apache.org/openejb/deps/javaee-api/"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/org/apache/openejb/javaee-api/5.0-2/javaee-api-5.0-2.jar"
          hash:
            value: "e90b0d3cdbb484737dd66447f139f145f1856540"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/org/apache/openejb/javaee-api/5.0-2/javaee-api-5.0-2-sources.jar"
          hash:
            value: "cdea7c4bde303820e2f2c5e7c1eaee44f4de7b1d"
            algorithm: "SHA-1"
        vcs:
          type: "Subversion"
          url: "http://svn.apache.org/repos/asf/openejb/trunk/openejb3"
          revision: ""
          path: ""
        vcs_processed:
          type: "Subversion"
          url: "http://svn.apache.org/repos/asf/openejb/trunk/openejb3"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:oro:oro:2.0.8"
        purl: "pkg:maven/oro/oro@2.0.8"
        declared_licenses: []
        declared_licenses_processed: {}
        description: ""
        homepage_url: ""
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar"
          hash:
            value: "5592374f834645c4ae250f4c9fbb314c9369d698"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8-sources.jar"
          hash:
            value: "3598e790ecd76ff7eb249853d4d00822ae1a5e71"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    has_issues: false
scanner: null
evaluator: null

gsonの分析結果例

---
repository:
  vcs:
    type: "Git"
    url: "https://github.com/google/gson.git"
    revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
    path: ""
  vcs_processed:
    type: "Git"
    url: "https://github.com/google/gson.git"
    revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
    path: ""
  config: {}
analyzer:
  start_time: "2020-03-25T02:05:19.582Z"
  end_time: "2020-03-25T02:06:46.549Z"
  environment:
    ort_version: "0.1.0-SNAPSHOT"
    java_version: "1.8.0_242"
    os: "Linux"
    variables:
      SHELL: "/bin/bash"
      TERM: "xterm-256color"
      http_proxy: "http://proxy.example.co.jp:8080/"
      https_proxy: "http://proxy.example.co.jp:8080/"
    tool_versions: {}
  config:
    ignore_tool_versions: false
    allow_dynamic_versions: false
  result:
    projects:
    - id: "Gradle::gson:"
      definition_file_path: "build.gradle"
      declared_licenses: []
      declared_licenses_processed: {}
      vcs:
        type: ""
        url: ""
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: ""
      homepage_url: ""
      scopes: []
    - id: "Gradle:com.google.code.gson:gson:2.8.6-SNAPSHOT"
      definition_file_path: "gson/build.gradle"
      declared_licenses: []
      declared_licenses_processed: {}
      vcs:
        type: ""
        url: ""
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "gson"
      homepage_url: ""
      scopes:
      - name: "archives"
        dependencies: []
      - name: "compile"
        dependencies: []
      - name: "compileClasspath"
        dependencies: []
      - name: "compileOnly"
        dependencies: []
      - name: "default"
        dependencies: []
      - name: "runtime"
        dependencies: []
      - name: "runtimeClasspath"
        dependencies: []
      - name: "testCompile"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testCompileClasspath"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testCompileOnly"
        dependencies: []
      - name: "testRuntime"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testRuntimeClasspath"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    - id: "Maven:com.google.code.gson:gson-codegen:1.0-SNAPSHOT"
      definition_file_path: "codegen/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/extras"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "codegen"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-extras:1.0-SNAPSHOT"
      definition_file_path: "extras/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/extras"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "extras"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.gson:gson:2.7"
        - id: "Maven:javax.annotation:jsr250-api:1.0"
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-metrics:1.0-SNAPSHOT"
      definition_file_path: "metrics/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/metrics"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "metrics"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.caliper:caliper:1.0-SNAPSHOT"
          issues:
          - timestamp: "2020-03-25T02:06:12.048Z"
            source: "Maven"
            message: "Could not get package information for dependency 'com.google.code.caliper:caliper:1.0-SNAPSHOT':\
              \ ProjectBuildingException: Error resolving project artifact: Could\
              \ not transfer artifact com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org for project com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\n\
              Caused by: ArtifactResolutionException: Could not transfer artifact\
              \ com.google.code.caliper:caliper:pom:1.0-SNAPSHOT from/to sonatype-nexus-snapshots\
              \ (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org\n\
              Caused by: ArtifactTransferException: Could not transfer artifact com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org\nCaused by: UnknownHostException: oss.sonatype.org"
            severity: "ERROR"
        - id: "Maven:com.google.code.gson:gson:1.7.2-SNAPSHOT"
          issues:
          - timestamp: "2020-03-25T02:06:12.039Z"
            source: "Maven"
            message: "Could not get package information for dependency 'com.google.code.gson:gson:1.7.2-SNAPSHOT':\
              \ ProjectBuildingException: Error resolving project artifact: Could\
              \ not transfer artifact com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org for project com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\n\
              Caused by: ArtifactResolutionException: Could not transfer artifact\
              \ com.google.code.gson:gson:pom:1.7.2-SNAPSHOT from/to sonatype-nexus-snapshots\
              \ (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org\n\
              Caused by: ArtifactTransferException: Could not transfer artifact com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org\nCaused by: UnknownHostException: oss.sonatype.org"
            severity: "ERROR"
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-parent:2.8.7-SNAPSHOT"
      definition_file_path: "pom.xml"
      declared_licenses:
      - "Apache 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: ""
      homepage_url: "https://github.com/google/gson"
      scopes: []
    - id: "Maven:com.google.code.gson:gson:2.8.7-SNAPSHOT"
      definition_file_path: "gson/pom.xml"
      declared_licenses:
      - "Apache 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "gson"
      homepage_url: "https://github.com/google/gson/gson"
      scopes:
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    - id: "Maven:com.google.code.gson:proto:0.6-SNAPSHOT"
      definition_file_path: "proto/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/proto"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "proto"
      homepage_url: ""
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.gson:gson:2.4"
        - id: "Maven:com.google.guava:guava:18.0"
        - id: "Maven:com.google.protobuf:protobuf-java:2.6.1"
      - name: "test"
        dependencies:
        - id: "Maven:com.google.truth:truth:0.27"
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    packages:
    - package:
        id: "Maven:com.google.code.gson:gson:2.4"
        purl: "pkg:maven/com.google.code.gson/gson@2.4"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Google Gson library"
        homepage_url: "https://github.com/google/gson"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.4/gson-2.4.jar"
          hash:
            value: "0695b63d702f505b9b916e02272e3b6381bade7f"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.4/gson-2.4-sources.jar"
          hash:
            value: "b98251e078d1809f889324fe90dbc4996919c02a"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-2.4"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-2.4"
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.code.gson:gson:2.7"
        purl: "pkg:maven/com.google.code.gson/gson@2.7"
        declared_licenses:
        - "Apache 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Gson JSON library"
        homepage_url: "https://github.com/google/gson/gson"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar"
          hash:
            value: "751f548c85fa49f330cecbb1875893f971b33c4e"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7-sources.jar"
          hash:
            value: "bbb63ca253b483da8ee53a50374593923e3de2e2"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-parent-2.7"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-parent-2.7"
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.guava:guava:18.0"
        purl: "pkg:maven/com.google.guava/guava@18.0"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Guava is a suite of core and expanded libraries that include\n\
          \    utility classes, google's collections, io classes, and much\n    much\
          \ more.\n\n    Guava has only one code dependency - javax.annotation,\n\
          \    per the JSR-305 spec."
        homepage_url: "http://code.google.com/p/guava-libraries/guava"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar"
          hash:
            value: "cce0823396aa693798f8882e64213b1772032b09"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0-sources.jar"
          hash:
            value: "ad97fe8faaf01a3d3faacecd58e8fa6e78a973ca"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://code.google.com/p/guava-libraries/"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://code.google.com/p/guava-libraries"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.protobuf:protobuf-java:2.6.1"
        purl: "pkg:maven/com.google.protobuf/protobuf-java@2.6.1"
        declared_licenses:
        - "New BSD license"
        declared_licenses_processed:
          spdx_expression: "BSD-3-Clause"
        description: "Protocol Buffers are a way of encoding structured data in an\
          \ efficient yet\n    extensible format."
        homepage_url: "https://developers.google.com/protocol-buffers/"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1.jar"
          hash:
            value: "d9521f2aecb909835746b7a5facf612af5e890e8"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1-sources.jar"
          hash:
            value: "cf47bfc6a10f85d14bc4c078a48d163b5903a291"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/protobuf.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/protobuf.git"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.truth:truth:0.27"
        purl: "pkg:maven/com.google.truth/truth@0.27"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Parent metdata for Truth, a pure-java, strongly typed testing\
          \ proposition framework."
        homepage_url: "http://github.com/google/truth/truth"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/truth/truth/0.27/truth-0.27.jar"
          hash:
            value: "bd17774d2dc0fffa884d42c07d2537e86c67acd6"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/truth/truth/0.27/truth-0.27-sources.jar"
          hash:
            value: "68a2f3f4ec1d0f3e63d0fa32dc9a13d6f612c80b"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git@github.com:google/truth.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "ssh://git@github.com/google/truth.git"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:javax.annotation:jsr250-api:1.0"
        purl: "pkg:maven/javax.annotation/jsr250-api@1.0"
        declared_licenses:
        - "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"
        declared_licenses_processed:
          spdx_expression: "CDDL-1.0"
        description: "JSR-250 Reference Implementation by Glassfish"
        homepage_url: "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar"
          hash:
            value: "5025422767732a1ab45d93abfea846513d742dcf"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"
          hash:
            value: "9b1fba77edd118e13c42bda43d3c993dadd52c25"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:junit:junit:3.8.2"
        purl: "pkg:maven/junit/junit@3.8.2"
        declared_licenses:
        - "Common Public License Version 1.0"
        declared_licenses_processed:
          spdx_expression: "CPL-1.0"
        description: "JUnit is a regression testing framework written by Erich Gamma\
          \ and Kent Beck. It is used by the developer who implements unit tests in\
          \ Java."
        homepage_url: "http://junit.org"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"
          hash:
            value: "07e4cde26b53a9a0e3fe5b00d1dbbc7cc1d46060"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2-sources.jar"
          hash:
            value: "aaa058540bf14ad600dd784de979c46c721ccbbe"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:junit:junit:4.12"
        purl: "pkg:maven/junit/junit@4.12"
        declared_licenses:
        - "Eclipse Public License 1.0"
        declared_licenses_processed:
          spdx_expression: "EPL-1.0"
        description: "JUnit is a unit testing framework for Java, created by Erich\
          \ Gamma and Kent Beck."
        homepage_url: "http://junit.org"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"
          hash:
            value: "2973d150c0dc1fefe998f834810d68f278ea58ec"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar"
          hash:
            value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git://github.com/junit-team/junit.git"
          revision: "r4.12"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/junit-team/junit.git"
          revision: "r4.12"
          path: ""
      curations: []
    - package:
        id: "Maven:org.hamcrest:hamcrest-core:1.3"
        purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3"
        declared_licenses:
        - "New BSD License"
        declared_licenses_processed:
          spdx_expression: "BSD-3-Clause"
        description: "This is the core API of hamcrest matcher framework to be used\
          \ by third-party framework providers. This includes the a foundation set\
          \ of matcher implementations for common operations."
        homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
          hash:
            value: "42a25dc3219429f0e5d060061f71acb49bf010a0"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"
          hash:
            value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git@github.com:hamcrest/JavaHamcrest.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "ssh://git@github.com/hamcrest/JavaHamcrest.git"
          revision: ""
          path: ""
      curations: []
    has_issues: true
scanner: null
evaluator: null

 ORT Downloader

ORT Downloader はanalyzer で出てきた結果をinputにして,全てのpackageに含まれるソースコードをoutputにダウンロードしてくる.

現在, 以下の Version Control Systems をサポート

ORT Downloader 実行方法

$ ./oss-review-toolkit/cli/build/install/ort/bin/ort download -i <analyzer_result> -o <output_dir>
  • analyzer_result is path to analyzer で出てきた結果を指定する.
  • output_dir コードをダウンロードする場所を指定する.

なお,ファイルの指定以外に以下のオプションが存在する

ORT down-loaderのオプション

Usage: download [options]
  Options:
  * --output-dir, -o
      The output directory to download the source code to.
    --vcs-type
      The VCS type if '--project-url' points to a VCS. Will be ignored if 
      '--ort-file' is also specified.
      Default: <empty string>
    --vcs-revision
      The VCS revision if '--project-url' points to a VCS. Will be ignored if 
      '--ort-file' is also specified.
      Default: <empty string>
    --archive
      Archive the downloaded source code as ZIP files to the output directory.
      Default: false
    --ort-file, -i
      An ORT result file with an analyzer result to use. Must not be used 
      together with '--project-url'.
    --project-url
      A VCS or archive URL of a project to download. Must not be used together 
      with '--ort-file'.
    --vcs-path
      The VCS path if '--project-url' points to a VCS. Will be ignored if 
      '--ort-file' is also specified.
      Default: <empty string>
    --project-name
      The speaking name of the project to download. For use together with 
      '--project-url'. Will be ignored if '--ort-file' is also specified.
    --entities, -e
      The type of data entities from the ORT file's analyzer result to 
      download. 
      Default: [PACKAGES, PROJECT]
    --allow-moving-revisions
      Allow the download of moving revisions (like e.g. HEAD or master in 
      Git). By default these revision are forbidden because they are not 
      pointing to a stable revision of the source code.
      Default: false
    --help, -h
      Display the command line help.

実行例

$ ./oss-review-toolkit/cli/build/install/ort/bin/ort download -i /tmp/ort/analyzer-result.yml -o /tmp/ort/download

実行結果

指定したダウンロード場所に,依存するコードのソースがダウンロードされる.

log4jの分析結果からダウンロードしたOSSファイル一覧

.
./ort_download_list.txt
./Maven
./Maven/junit
./Maven/junit/junit
./Maven/junit/junit/3.8.2
./Maven/junit/junit/3.8.2/junit
./Maven/junit/junit/3.8.2/junit/awtui
./Maven/junit/junit/3.8.2/junit/awtui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/awtui/Logo.java
./Maven/junit/junit/3.8.2/junit/awtui/AboutDialog.java
./Maven/junit/junit/3.8.2/junit/awtui/ProgressBar.java
./Maven/junit/junit/3.8.2/junit/swingui
./Maven/junit/junit/3.8.2/junit/swingui/DefaultFailureDetailView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunContext.java
./Maven/junit/junit/3.8.2/junit/swingui/TestSelector.java
./Maven/junit/junit/3.8.2/junit/swingui/CounterPanel.java
./Maven/junit/junit/3.8.2/junit/swingui/MacProgressBar.java
./Maven/junit/junit/3.8.2/junit/swingui/AboutDialog.java
./Maven/junit/junit/3.8.2/junit/swingui/TestHierarchyRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestTreeModel.java
./Maven/junit/junit/3.8.2/junit/swingui/TestSuitePanel.java
./Maven/junit/junit/3.8.2/junit/swingui/StatusLine.java
./Maven/junit/junit/3.8.2/junit/swingui/FailureRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/icons
./Maven/junit/junit/3.8.2/junit/swingui/icons/ok.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/failure.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/hierarchy.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/error.gif
./Maven/junit/junit/3.8.2/junit/swingui/ProgressBar.java
./Maven/junit/junit/3.8.2/junit/runner
./Maven/junit/junit/3.8.2/junit/runner/TestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/TestRunListener.java
./Maven/junit/junit/3.8.2/junit/runner/logo.gif
./Maven/junit/junit/3.8.2/junit/runner/excluded.properties
./Maven/junit/junit/3.8.2/junit/runner/smalllogo.gif
./Maven/junit/junit/3.8.2/junit/runner/LoadingTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/Version.java
./Maven/junit/junit/3.8.2/junit/runner/ReloadingTestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/runner/TestCaseClassLoader.java
./Maven/junit/junit/3.8.2/junit/runner/ClassPathTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/SimpleTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/FailureDetailView.java
./Maven/junit/junit/3.8.2/junit/runner/BaseTestRunner.java
./Maven/junit/junit/3.8.2/junit/runner/TestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/runner/Sorter.java
./Maven/junit/junit/3.8.2/junit/runner/StandardTestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/framework
./Maven/junit/junit/3.8.2/junit/framework/TestFailure.java
./Maven/junit/junit/3.8.2/junit/framework/Test.java
./Maven/junit/junit/3.8.2/junit/framework/ComparisonCompactor.java
./Maven/junit/junit/3.8.2/junit/framework/AssertionFailedError.java
./Maven/junit/junit/3.8.2/junit/framework/ComparisonFailure.java
./Maven/junit/junit/3.8.2/junit/framework/TestResult.java
./Maven/junit/junit/3.8.2/junit/framework/Protectable.java
./Maven/junit/junit/3.8.2/junit/framework/TestSuite.java
./Maven/junit/junit/3.8.2/junit/framework/Assert.java
./Maven/junit/junit/3.8.2/junit/framework/TestListener.java
./Maven/junit/junit/3.8.2/junit/framework/TestCase.java
./Maven/junit/junit/3.8.2/junit/extensions
./Maven/junit/junit/3.8.2/junit/extensions/ExceptionTestCase.java
./Maven/junit/junit/3.8.2/junit/extensions/TestSetup.java
./Maven/junit/junit/3.8.2/junit/extensions/ActiveTestSuite.java
./Maven/junit/junit/3.8.2/junit/extensions/RepeatedTest.java
./Maven/junit/junit/3.8.2/junit/extensions/TestDecorator.java
./Maven/junit/junit/3.8.2/junit/textui
./Maven/junit/junit/3.8.2/junit/textui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/textui/ResultPrinter.java
./Maven/junit/junit/3.8.2/META-INF
./Maven/junit/junit/3.8.2/META-INF/MANIFEST.MF
./Maven/javax.activation
./Maven/javax.activation/activation
./Maven/javax.activation/activation/1.1
./Maven/javax.activation/activation/1.1/com
./Maven/javax.activation/activation/1.1/com/sun
./Maven/javax.activation/activation/1.1/com/sun/activation
./Maven/javax.activation/activation/1.1/com/sun/activation/registries
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/MailcapTokenizer.java
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/MimeTypeFile.java
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/MailcapParseException.java
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/MailcapFile.java
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/LogSupport.java
./Maven/javax.activation/activation/1.1/com/sun/activation/registries/MimeTypeEntry.java
./Maven/javax.activation/activation/1.1/com/sun/activation/viewers
./Maven/javax.activation/activation/1.1/com/sun/activation/viewers/ImageViewer.java
./Maven/javax.activation/activation/1.1/com/sun/activation/viewers/ImageViewerCanvas.java
./Maven/javax.activation/activation/1.1/com/sun/activation/viewers/TextEditor.java
./Maven/javax.activation/activation/1.1/com/sun/activation/viewers/TextViewer.java
./Maven/javax.activation/activation/1.1/javax
./Maven/javax.activation/activation/1.1/javax/activation
./Maven/javax.activation/activation/1.1/javax/activation/CommandMap.java
./Maven/javax.activation/activation/1.1/javax/activation/MimeType.java
./Maven/javax.activation/activation/1.1/javax/activation/FileDataSource.java
./Maven/javax.activation/activation/1.1/javax/activation/FileTypeMap.java
./Maven/javax.activation/activation/1.1/javax/activation/MimeTypeParameterList.java
./Maven/javax.activation/activation/1.1/javax/activation/DataHandler.java
./Maven/javax.activation/activation/1.1/javax/activation/DataContentHandler.java
./Maven/javax.activation/activation/1.1/javax/activation/CommandInfo.java
./Maven/javax.activation/activation/1.1/javax/activation/CommandObject.java
./Maven/javax.activation/activation/1.1/javax/activation/DataSource.java
./Maven/javax.activation/activation/1.1/javax/activation/URLDataSource.java
./Maven/javax.activation/activation/1.1/javax/activation/ActivationDataFlavor.java
./Maven/javax.activation/activation/1.1/javax/activation/DataContentHandlerFactory.java
./Maven/javax.activation/activation/1.1/javax/activation/MimetypesFileTypeMap.java
./Maven/javax.activation/activation/1.1/javax/activation/package.html
./Maven/javax.activation/activation/1.1/javax/activation/MimeTypeParseException.java
./Maven/javax.activation/activation/1.1/javax/activation/UnsupportedDataTypeException.java
./Maven/javax.activation/activation/1.1/javax/activation/MailcapCommandMap.java
./Maven/javax.activation/activation/1.1/javax/activation/SecuritySupport.java
./Maven/oro
./Maven/oro/oro
./Maven/oro/oro/2.0.8
./Maven/oro/oro/2.0.8/examples
./Maven/oro/oro/2.0.8/examples/prefixExample.java
./Maven/oro/oro/2.0.8/examples/printPasswd.java
./Maven/oro/oro/2.0.8/examples/MatcherDemoApplet.java
./Maven/oro/oro/2.0.8/examples/grep.java
./Maven/oro/oro/2.0.8/examples/substituteExample.java
./Maven/oro/oro/2.0.8/examples/didNotMatch.java
./Maven/oro/oro/2.0.8/examples/addCommas.java
./Maven/oro/oro/2.0.8/examples/jdfix.java
./Maven/oro/oro/2.0.8/examples/matchResultExample.java
./Maven/oro/oro/2.0.8/examples/filter.java
./Maven/oro/oro/2.0.8/examples/splitExample.java
./Maven/oro/oro/2.0.8/examples/semicolon.java
./Maven/oro/oro/2.0.8/examples/groups.java
./Maven/oro/oro/2.0.8/examples/matchesContainsExample.java
./Maven/oro/oro/2.0.8/examples/awk
./Maven/oro/oro/2.0.8/examples/awk/prefixExample.java
./Maven/oro/oro/2.0.8/examples/awk/strings.java
./Maven/oro/oro/2.0.8/examples/awk/streamInputExample.java
./Maven/oro/oro/2.0.8/examples/awk/substituteExample.java
./Maven/oro/oro/2.0.8/examples/awk/streamInputExample.txt
./Maven/oro/oro/2.0.8/examples/awk/splitExample.java
./Maven/oro/oro/2.0.8/examples/awk/matchesContainsExample.java
./Maven/oro/oro/2.0.8/examples/semicolon.txt
./Maven/oro/oro/2.0.8/org
./Maven/oro/oro/2.0.8/org/apache
./Maven/oro/oro/2.0.8/org/apache/oro
./Maven/oro/oro/2.0.8/org/apache/oro/overview.html
./Maven/oro/oro/2.0.8/org/apache/oro/text
./Maven/oro/oro/2.0.8/org/apache/oro/text/perl
./Maven/oro/oro/2.0.8/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/perl/Perl5Util.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/perl/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/text/perl/MalformedPerl5PatternException.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/MatchActionProcessor.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/PatternCache.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/GenericPatternCache.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/PatternCacheFIFO2.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/MatchActionInfo.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/PatternCacheRandom.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/PatternCacheFIFO.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Substitution.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/StringSubstitution.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/MalformedPatternException.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Substitution.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/OpCode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Matcher.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5MatchResult.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/PatternCompiler.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Util.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Debug.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/MatchResult.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Pattern.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Pattern.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/PatternMatcher.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Repetition.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/Perl5Compiler.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/PatternMatcherInput.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/regex/CharStringPointer.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/MatchAction.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/text/MalformedCachePatternException.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/GlobCompiler.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/PatternCacheLRU.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/AwkMatcher.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/TokenNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/CharacterClassNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/LeafNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/EpsilonNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/CatNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/PlusNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/SyntaxTree.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/SyntaxNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/AwkStreamInput.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/AwkCompiler.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/OrNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/AwkPattern.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/QuestionNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/NegativeCharacterClassNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/AwkMatchResult.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/awk/StarNode.java
./Maven/oro/oro/2.0.8/org/apache/oro/text/DefaultMatchAction.java
./Maven/oro/oro/2.0.8/org/apache/oro/io
./Maven/oro/oro/2.0.8/org/apache/oro/io/AwkFilenameFilter.java
./Maven/oro/oro/2.0.8/org/apache/oro/io/RegexFilenameFilter.java
./Maven/oro/oro/2.0.8/org/apache/oro/io/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/io/Perl5FilenameFilter.java
./Maven/oro/oro/2.0.8/org/apache/oro/io/GlobFilenameFilter.java
./Maven/oro/oro/2.0.8/org/apache/oro/util
./Maven/oro/oro/2.0.8/org/apache/oro/util/CacheFIFO2.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/GenericCache.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/package.html
./Maven/oro/oro/2.0.8/org/apache/oro/util/Cache.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/CacheRandom.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/CacheLRU.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/GenericCacheEntry.java
./Maven/oro/oro/2.0.8/org/apache/oro/util/CacheFIFO.java
./Maven/oro/oro/2.0.8/tools
./Maven/oro/oro/2.0.8/tools/oroToApache.java
./Maven/javax.mail
./Maven/javax.mail/mail
./Maven/javax.mail/mail/1.4.3
./Maven/javax.mail/mail/1.4.3/overview.html
./Maven/javax.mail/mail/1.4.3/META-INF
./Maven/javax.mail/mail/1.4.3/META-INF/mailcap
./Maven/javax.mail/mail/1.4.3/META-INF/gfprobe-provider.xml
./Maven/javax.mail/mail/1.4.3/META-INF/LICENSE.txt
./Maven/javax.mail/mail/1.4.3/META-INF/MANIFEST.MF
./Maven/javax.mail/mail/1.4.3/META-INF/javamail.default.providers
./Maven/javax.mail/mail/1.4.3/META-INF/javamail.charset.map
./Maven/javax.mail/mail/1.4.3/META-INF/javamail.default.address.map
./Maven/javax.mail/mail/1.4.3/com
./Maven/javax.mail/mail/1.4.3/com/sun
./Maven/javax.mail/mail/1.4.3/com/sun/mail
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPTransport.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/DigestMD5.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPAddressFailedException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/package.html
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPMessage.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPOutputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPSSLTransport.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPAddressSucceededException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/smtp/SMTPSendFailedException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/CommandFailedException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ParsingException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ResponseInputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ProtocolException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/Protocol.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ResponseHandler.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/LiteralException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/Argument.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ConnectionException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/BadCommandException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/Response.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/ByteArray.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/iap/Literal.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/multipart_mixed.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/image_jpeg.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/text_html.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/text_plain.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/text_xml.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/image_gif.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/handlers/message_rfc822.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/Rights.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPInputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPSSLStore.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPMultipartDataSource.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/MessageCache.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/IMAPProtocol.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/SaslAuthenticator.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/SearchSequence.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/RFC822DATA.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/Namespaces.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/MailboxInfo.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/FLAGS.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/Item.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/Status.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/MessageSet.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/IMAPResponse.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/BASE64MailboxEncoder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/FetchResponse.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/UID.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/IMAPSaslAuthenticator.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/BODYSTRUCTURE.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/ENVELOPE.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/UIDSet.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/BASE64MailboxDecoder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/BODY.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/INTERNALDATE.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/ListInfo.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/protocol/RFC822SIZE.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPMessage.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/ACL.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPStore.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/Utility.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/DefaultFolder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPFolder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/package.html
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPBodyPart.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/IMAPNestedMessage.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/imap/AppendUID.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/Protocol.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/POP3Store.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/POP3SSLStore.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/Status.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/DefaultFolder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/package.html
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/POP3Message.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/pop3/POP3Folder.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/auth
./Maven/javax.mail/mail/1.4.3/com/sun/mail/auth/Ntlm.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/QPEncoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/TraceInputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/MessageRemovedIOException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/SocketFetcher.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/logging
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/logging/MailHandler.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/logging/package.html
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/logging/LogManagerProperties.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/PropUtil.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/LineOutputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/ASCIIUtility.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/DecodingException.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/BASE64EncoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/QPDecoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/QDecoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/package.html
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/UUEncoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/TraceOutputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/UUDecoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/BASE64DecoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/CRLFOutputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/MailSSLSocketFactory.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/QEncoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/BEncoderStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/LineInputStream.java
./Maven/javax.mail/mail/1.4.3/com/sun/mail/util/FolderClosedIOException.java
./Maven/javax.mail/mail/1.4.3/javax
./Maven/javax.mail/mail/1.4.3/javax/mail
./Maven/javax.mail/mail/1.4.3/javax/mail/Address.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MethodNotSupportedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MessageRemovedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/SendFailedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/QuotaAwareStore.java
./Maven/javax.mail/mail/1.4.3/javax/mail/FolderClosedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Folder.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Version.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MultipartDataSource.java
./Maven/javax.mail/mail/1.4.3/javax/mail/URLName.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MessageAware.java
./Maven/javax.mail/mail/1.4.3/javax/mail/ReadOnlyFolderException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MessageContext.java
./Maven/javax.mail/mail/1.4.3/javax/mail/EventQueue.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Header.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Quota.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Authenticator.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Service.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Message.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Session.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Multipart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Provider.java
./Maven/javax.mail/mail/1.4.3/javax/mail/package.html
./Maven/javax.mail/mail/1.4.3/javax/mail/FolderNotFoundException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/MessagingException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event
./Maven/javax.mail/mail/1.4.3/javax/mail/event/TransportAdapter.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MessageChangedEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/StoreListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/ConnectionAdapter.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MessageChangedListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/FolderListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MessageCountEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MessageCountAdapter.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/ConnectionListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/FolderAdapter.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/TransportListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/FolderEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/TransportEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/StoreEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/package.html
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MessageCountListener.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/MailEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/event/ConnectionEvent.java
./Maven/javax.mail/mail/1.4.3/javax/mail/FetchProfile.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search
./Maven/javax.mail/mail/1.4.3/javax/mail/search/FromStringTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/RecipientTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/IntegerComparisonTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/MessageNumberTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/AddressStringTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/DateTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/FromTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/ComparisonTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/BodyTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/ReceivedDateTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/HeaderTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/SentDateTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/FlagTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/SizeTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/OrTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/SearchTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/AndTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/SubjectTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/StringTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/NotTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/package.html
./Maven/javax.mail/mail/1.4.3/javax/mail/search/AddressTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/MessageIDTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/SearchException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/search/RecipientStringTerm.java
./Maven/javax.mail/mail/1.4.3/javax/mail/NoSuchProviderException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/AuthenticationFailedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Store.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Transport.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Flags.java
./Maven/javax.mail/mail/1.4.3/javax/mail/Part.java
./Maven/javax.mail/mail/1.4.3/javax/mail/StoreClosedException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/PasswordAuthentication.java
./Maven/javax.mail/mail/1.4.3/javax/mail/IllegalWriteException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/UIDFolder.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimePartDataSource.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/PreencodedMimeBodyPart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/NewsAddress.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/ContentType.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/SharedInputStream.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/AddressException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/ParseException.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MailDateFormat.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/InternetAddress.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/InternetHeaders.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimePart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/ContentDisposition.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/package.html
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/UniqueValue.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimeMessage.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimeMultipart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/HeaderTokenizer.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/ParameterList.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimeUtility.java
./Maven/javax.mail/mail/1.4.3/javax/mail/internet/MimeBodyPart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/BodyPart.java
./Maven/javax.mail/mail/1.4.3/javax/mail/util
./Maven/javax.mail/mail/1.4.3/javax/mail/util/ByteArrayDataSource.java
./Maven/javax.mail/mail/1.4.3/javax/mail/util/SharedFileInputStream.java
./Maven/javax.mail/mail/1.4.3/javax/mail/util/package.html
./Maven/javax.mail/mail/1.4.3/javax/mail/util/SharedByteArrayInputStream.java
./Maven/org.apache.geronimo.specs
./Maven/org.apache.geronimo.specs/geronimo-jms_1.1_spec
./Maven/org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.0
./Maven/log4j
./Maven/log4j/log4j
./Maven/log4j/log4j/1.2.18-SNAPSHOT
./Maven/org.apache.openejb
./Maven/org.apache.openejb/javaee-api
./Maven/org.apache.openejb/javaee-api/5.0-2
./Maven/org.apache.openejb/javaee-api/5.0-2/META-INF
./Maven/org.apache.openejb/javaee-api/5.0-2/META-INF/DEPENDENCIES
./Maven/org.apache.openejb/javaee-api/5.0-2/META-INF/NOTICE
./Maven/org.apache.openejb/javaee-api/5.0-2/META-INF/MANIFEST.MF
./Maven/org.apache.openejb/javaee-api/5.0-2/META-INF/LICENSE


gsonの分析結果からダウンロードしたOSSファイル一覧
.
./Gradle
./Gradle/unknown
./Gradle/unknown/gson
./Gradle/unknown/gson/unknown
./download-list.txt
./Maven
./Maven/junit
./Maven/junit/junit
./Maven/junit/junit/3.8.2
./Maven/junit/junit/3.8.2/junit
./Maven/junit/junit/3.8.2/junit/awtui
./Maven/junit/junit/3.8.2/junit/awtui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/awtui/Logo.java
./Maven/junit/junit/3.8.2/junit/awtui/AboutDialog.java
./Maven/junit/junit/3.8.2/junit/awtui/ProgressBar.java
./Maven/junit/junit/3.8.2/junit/swingui
./Maven/junit/junit/3.8.2/junit/swingui/DefaultFailureDetailView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunContext.java
./Maven/junit/junit/3.8.2/junit/swingui/TestSelector.java
./Maven/junit/junit/3.8.2/junit/swingui/CounterPanel.java
./Maven/junit/junit/3.8.2/junit/swingui/MacProgressBar.java
./Maven/junit/junit/3.8.2/junit/swingui/AboutDialog.java
./Maven/junit/junit/3.8.2/junit/swingui/TestHierarchyRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/TestTreeModel.java
./Maven/junit/junit/3.8.2/junit/swingui/TestSuitePanel.java
./Maven/junit/junit/3.8.2/junit/swingui/StatusLine.java
./Maven/junit/junit/3.8.2/junit/swingui/FailureRunView.java
./Maven/junit/junit/3.8.2/junit/swingui/icons
./Maven/junit/junit/3.8.2/junit/swingui/icons/ok.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/failure.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/hierarchy.gif
./Maven/junit/junit/3.8.2/junit/swingui/icons/error.gif
./Maven/junit/junit/3.8.2/junit/swingui/ProgressBar.java
./Maven/junit/junit/3.8.2/junit/runner
./Maven/junit/junit/3.8.2/junit/runner/TestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/TestRunListener.java
./Maven/junit/junit/3.8.2/junit/runner/logo.gif
./Maven/junit/junit/3.8.2/junit/runner/excluded.properties
./Maven/junit/junit/3.8.2/junit/runner/smalllogo.gif
./Maven/junit/junit/3.8.2/junit/runner/LoadingTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/Version.java
./Maven/junit/junit/3.8.2/junit/runner/ReloadingTestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/runner/TestCaseClassLoader.java
./Maven/junit/junit/3.8.2/junit/runner/ClassPathTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/SimpleTestCollector.java
./Maven/junit/junit/3.8.2/junit/runner/FailureDetailView.java
./Maven/junit/junit/3.8.2/junit/runner/BaseTestRunner.java
./Maven/junit/junit/3.8.2/junit/runner/TestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/runner/Sorter.java
./Maven/junit/junit/3.8.2/junit/runner/StandardTestSuiteLoader.java
./Maven/junit/junit/3.8.2/junit/framework
./Maven/junit/junit/3.8.2/junit/framework/TestFailure.java
./Maven/junit/junit/3.8.2/junit/framework/Test.java
./Maven/junit/junit/3.8.2/junit/framework/ComparisonCompactor.java
./Maven/junit/junit/3.8.2/junit/framework/AssertionFailedError.java
./Maven/junit/junit/3.8.2/junit/framework/ComparisonFailure.java
./Maven/junit/junit/3.8.2/junit/framework/TestResult.java
./Maven/junit/junit/3.8.2/junit/framework/Protectable.java
./Maven/junit/junit/3.8.2/junit/framework/TestSuite.java
./Maven/junit/junit/3.8.2/junit/framework/Assert.java
./Maven/junit/junit/3.8.2/junit/framework/TestListener.java
./Maven/junit/junit/3.8.2/junit/framework/TestCase.java
./Maven/junit/junit/3.8.2/junit/extensions
./Maven/junit/junit/3.8.2/junit/extensions/ExceptionTestCase.java
./Maven/junit/junit/3.8.2/junit/extensions/TestSetup.java
./Maven/junit/junit/3.8.2/junit/extensions/ActiveTestSuite.java
./Maven/junit/junit/3.8.2/junit/extensions/RepeatedTest.java
./Maven/junit/junit/3.8.2/junit/extensions/TestDecorator.java
./Maven/junit/junit/3.8.2/junit/textui
./Maven/junit/junit/3.8.2/junit/textui/TestRunner.java
./Maven/junit/junit/3.8.2/junit/textui/ResultPrinter.java
./Maven/junit/junit/3.8.2/META-INF
./Maven/junit/junit/3.8.2/META-INF/MANIFEST.MF
./Maven/junit/junit/4.12
./Maven/junit/junit/4.12/junit
./Maven/junit/junit/4.12/junit/runner
./Maven/junit/junit/4.12/junit/runner/Version.java.template
./Maven/junit/junit/4.12/junit/runner/TestRunListener.java
./Maven/junit/junit/4.12/junit/runner/logo.gif
./Maven/junit/junit/4.12/junit/runner/smalllogo.gif
./Maven/junit/junit/4.12/junit/runner/Version.java
./Maven/junit/junit/4.12/junit/runner/package-info.java
./Maven/junit/junit/4.12/junit/runner/BaseTestRunner.java
./Maven/junit/junit/4.12/junit/framework
./Maven/junit/junit/4.12/junit/framework/TestFailure.java
./Maven/junit/junit/4.12/junit/framework/Test.java
./Maven/junit/junit/4.12/junit/framework/package-info.java
./Maven/junit/junit/4.12/junit/framework/JUnit4TestAdapter.java
./Maven/junit/junit/4.12/junit/framework/ComparisonCompactor.java
./Maven/junit/junit/4.12/junit/framework/AssertionFailedError.java
./Maven/junit/junit/4.12/junit/framework/ComparisonFailure.java
./Maven/junit/junit/4.12/junit/framework/JUnit4TestCaseFacade.java
./Maven/junit/junit/4.12/junit/framework/TestResult.java
./Maven/junit/junit/4.12/junit/framework/Protectable.java
./Maven/junit/junit/4.12/junit/framework/TestSuite.java
./Maven/junit/junit/4.12/junit/framework/Assert.java
./Maven/junit/junit/4.12/junit/framework/TestListener.java
./Maven/junit/junit/4.12/junit/framework/JUnit4TestAdapterCache.java
./Maven/junit/junit/4.12/junit/framework/TestCase.java
./Maven/junit/junit/4.12/junit/extensions
./Maven/junit/junit/4.12/junit/extensions/package-info.java
./Maven/junit/junit/4.12/junit/extensions/TestSetup.java
./Maven/junit/junit/4.12/junit/extensions/ActiveTestSuite.java
./Maven/junit/junit/4.12/junit/extensions/RepeatedTest.java
./Maven/junit/junit/4.12/junit/extensions/TestDecorator.java
./Maven/junit/junit/4.12/junit/textui
./Maven/junit/junit/4.12/junit/textui/TestRunner.java
./Maven/junit/junit/4.12/junit/textui/package-info.java
./Maven/junit/junit/4.12/junit/textui/ResultPrinter.java
./Maven/junit/junit/4.12/META-INF
./Maven/junit/junit/4.12/META-INF/MANIFEST.MF
./Maven/junit/junit/4.12/LICENSE-junit.txt
./Maven/junit/junit/4.12/org
./Maven/junit/junit/4.12/org/junit
./Maven/junit/junit/4.12/org/junit/AfterClass.java
./Maven/junit/junit/4.12/org/junit/Test.java
./Maven/junit/junit/4.12/org/junit/experimental
./Maven/junit/junit/4.12/org/junit/experimental/categories
./Maven/junit/junit/4.12/org/junit/experimental/categories/IncludeCategories.java
./Maven/junit/junit/4.12/org/junit/experimental/categories/CategoryFilterFactory.java
./Maven/junit/junit/4.12/org/junit/experimental/categories/ExcludeCategories.java
./Maven/junit/junit/4.12/org/junit/experimental/categories/Categories.java
./Maven/junit/junit/4.12/org/junit/experimental/categories/Category.java
./Maven/junit/junit/4.12/org/junit/experimental/categories/CategoryValidator.java
./Maven/junit/junit/4.12/org/junit/experimental/ParallelComputer.java
./Maven/junit/junit/4.12/org/junit/experimental/results
./Maven/junit/junit/4.12/org/junit/experimental/results/PrintableResult.java
./Maven/junit/junit/4.12/org/junit/experimental/results/FailureList.java
./Maven/junit/junit/4.12/org/junit/experimental/results/ResultMatchers.java
./Maven/junit/junit/4.12/org/junit/experimental/max
./Maven/junit/junit/4.12/org/junit/experimental/max/MaxHistory.java
./Maven/junit/junit/4.12/org/junit/experimental/max/MaxCore.java
./Maven/junit/junit/4.12/org/junit/experimental/max/CouldNotReadCoreException.java
./Maven/junit/junit/4.12/org/junit/experimental/theories
./Maven/junit/junit/4.12/org/junit/experimental/theories/ParameterSignature.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/ParameterSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/DataPoint.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/BooleanSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/Assignments.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/AllMembersSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/EnumSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/ParameterizedAssertionError.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/internal/SpecificDataPointsSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/ParametersSuppliedBy.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/PotentialAssignment.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/FromDataPoints.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/DataPoints.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/suppliers
./Maven/junit/junit/4.12/org/junit/experimental/theories/suppliers/TestedOnSupplier.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/suppliers/TestedOn.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/Theory.java
./Maven/junit/junit/4.12/org/junit/experimental/theories/Theories.java
./Maven/junit/junit/4.12/org/junit/experimental/runners
./Maven/junit/junit/4.12/org/junit/experimental/runners/Enclosed.java
./Maven/junit/junit/4.12/org/junit/matchers
./Maven/junit/junit/4.12/org/junit/matchers/package-info.java
./Maven/junit/junit/4.12/org/junit/matchers/JUnitMatchers.java
./Maven/junit/junit/4.12/org/junit/package-info.java
./Maven/junit/junit/4.12/org/junit/AssumptionViolatedException.java
./Maven/junit/junit/4.12/org/junit/After.java
./Maven/junit/junit/4.12/org/junit/validator
./Maven/junit/junit/4.12/org/junit/validator/ValidateWith.java
./Maven/junit/junit/4.12/org/junit/validator/AnnotationValidator.java
./Maven/junit/junit/4.12/org/junit/validator/TestClassValidator.java
./Maven/junit/junit/4.12/org/junit/validator/AnnotationsValidator.java
./Maven/junit/junit/4.12/org/junit/validator/AnnotationValidatorFactory.java
./Maven/junit/junit/4.12/org/junit/validator/PublicClassValidator.java
./Maven/junit/junit/4.12/org/junit/ComparisonFailure.java
./Maven/junit/junit/4.12/org/junit/internal
./Maven/junit/junit/4.12/org/junit/internal/RealSystem.java
./Maven/junit/junit/4.12/org/junit/internal/matchers
./Maven/junit/junit/4.12/org/junit/internal/matchers/ThrowableCauseMatcher.java
./Maven/junit/junit/4.12/org/junit/internal/matchers/TypeSafeMatcher.java
./Maven/junit/junit/4.12/org/junit/internal/matchers/StacktracePrintingMatcher.java
./Maven/junit/junit/4.12/org/junit/internal/matchers/ThrowableMessageMatcher.java
./Maven/junit/junit/4.12/org/junit/internal/AssumptionViolatedException.java
./Maven/junit/junit/4.12/org/junit/internal/ArrayComparisonFailure.java
./Maven/junit/junit/4.12/org/junit/internal/ExactComparisonCriteria.java
./Maven/junit/junit/4.12/org/junit/internal/ComparisonCriteria.java
./Maven/junit/junit/4.12/org/junit/internal/MethodSorter.java
./Maven/junit/junit/4.12/org/junit/internal/TextListener.java
./Maven/junit/junit/4.12/org/junit/internal/JUnitSystem.java
./Maven/junit/junit/4.12/org/junit/internal/requests
./Maven/junit/junit/4.12/org/junit/internal/requests/ClassRequest.java
./Maven/junit/junit/4.12/org/junit/internal/requests/package-info.java
./Maven/junit/junit/4.12/org/junit/internal/requests/FilterRequest.java
./Maven/junit/junit/4.12/org/junit/internal/requests/SortingRequest.java
./Maven/junit/junit/4.12/org/junit/internal/Throwables.java
./Maven/junit/junit/4.12/org/junit/internal/runners
./Maven/junit/junit/4.12/org/junit/internal/runners/FailedBefore.java
./Maven/junit/junit/4.12/org/junit/internal/runners/package-info.java
./Maven/junit/junit/4.12/org/junit/internal/runners/MethodValidator.java
./Maven/junit/junit/4.12/org/junit/internal/runners/ClassRoadie.java
./Maven/junit/junit/4.12/org/junit/internal/runners/JUnit38ClassRunner.java
./Maven/junit/junit/4.12/org/junit/internal/runners/ErrorReportingRunner.java
./Maven/junit/junit/4.12/org/junit/internal/runners/JUnit4ClassRunner.java
./Maven/junit/junit/4.12/org/junit/internal/runners/model
./Maven/junit/junit/4.12/org/junit/internal/runners/model/ReflectiveCallable.java
./Maven/junit/junit/4.12/org/junit/internal/runners/model/MultipleFailureException.java
./Maven/junit/junit/4.12/org/junit/internal/runners/model/EachTestNotifier.java
./Maven/junit/junit/4.12/org/junit/internal/runners/MethodRoadie.java
./Maven/junit/junit/4.12/org/junit/internal/runners/rules
./Maven/junit/junit/4.12/org/junit/internal/runners/rules/RuleMemberValidator.java
./Maven/junit/junit/4.12/org/junit/internal/runners/rules/ValidationError.java
./Maven/junit/junit/4.12/org/junit/internal/runners/TestClass.java
./Maven/junit/junit/4.12/org/junit/internal/runners/TestMethod.java
./Maven/junit/junit/4.12/org/junit/internal/runners/InitializationError.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/RunBefores.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/ExpectException.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/Fail.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/FailOnTimeout.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/InvokeMethod.java
./Maven/junit/junit/4.12/org/junit/internal/runners/statements/RunAfters.java
./Maven/junit/junit/4.12/org/junit/internal/runners/SuiteMethod.java
./Maven/junit/junit/4.12/org/junit/internal/Classes.java
./Maven/junit/junit/4.12/org/junit/internal/InexactComparisonCriteria.java
./Maven/junit/junit/4.12/org/junit/internal/builders
./Maven/junit/junit/4.12/org/junit/internal/builders/JUnit4Builder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/AllDefaultPossibilitiesBuilder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/AnnotatedBuilder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/NullBuilder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/SuiteMethodBuilder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/IgnoredClassRunner.java
./Maven/junit/junit/4.12/org/junit/internal/builders/IgnoredBuilder.java
./Maven/junit/junit/4.12/org/junit/internal/builders/JUnit3Builder.java
./Maven/junit/junit/4.12/org/junit/runner
./Maven/junit/junit/4.12/org/junit/runner/Computer.java
./Maven/junit/junit/4.12/org/junit/runner/FilterFactories.java
./Maven/junit/junit/4.12/org/junit/runner/package-info.java
./Maven/junit/junit/4.12/org/junit/runner/JUnitCore.java
./Maven/junit/junit/4.12/org/junit/runner/JUnitCommandLineParseResult.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation
./Maven/junit/junit/4.12/org/junit/runner/manipulation/package-info.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation/Filter.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation/Sortable.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation/NoTestsRemainException.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation/Sorter.java
./Maven/junit/junit/4.12/org/junit/runner/manipulation/Filterable.java
./Maven/junit/junit/4.12/org/junit/runner/RunWith.java
./Maven/junit/junit/4.12/org/junit/runner/FilterFactory.java
./Maven/junit/junit/4.12/org/junit/runner/Describable.java
./Maven/junit/junit/4.12/org/junit/runner/Request.java
./Maven/junit/junit/4.12/org/junit/runner/Result.java
./Maven/junit/junit/4.12/org/junit/runner/Runner.java
./Maven/junit/junit/4.12/org/junit/runner/FilterFactoryParams.java
./Maven/junit/junit/4.12/org/junit/runner/Description.java
./Maven/junit/junit/4.12/org/junit/runner/notification
./Maven/junit/junit/4.12/org/junit/runner/notification/SynchronizedRunListener.java
./Maven/junit/junit/4.12/org/junit/runner/notification/package-info.java
./Maven/junit/junit/4.12/org/junit/runner/notification/RunListener.java
./Maven/junit/junit/4.12/org/junit/runner/notification/Failure.java
./Maven/junit/junit/4.12/org/junit/runner/notification/StoppedByUserException.java
./Maven/junit/junit/4.12/org/junit/runner/notification/RunNotifier.java
./Maven/junit/junit/4.12/org/junit/Assume.java
./Maven/junit/junit/4.12/org/junit/Ignore.java
./Maven/junit/junit/4.12/org/junit/BeforeClass.java
./Maven/junit/junit/4.12/org/junit/Before.java
./Maven/junit/junit/4.12/org/junit/rules
./Maven/junit/junit/4.12/org/junit/rules/ErrorCollector.java
./Maven/junit/junit/4.12/org/junit/rules/TemporaryFolder.java
./Maven/junit/junit/4.12/org/junit/rules/DisableOnDebug.java
./Maven/junit/junit/4.12/org/junit/rules/Timeout.java
./Maven/junit/junit/4.12/org/junit/rules/ExpectedExceptionMatcherBuilder.java
./Maven/junit/junit/4.12/org/junit/rules/ExpectedException.java
./Maven/junit/junit/4.12/org/junit/rules/TestWatchman.java
./Maven/junit/junit/4.12/org/junit/rules/TestWatcher.java
./Maven/junit/junit/4.12/org/junit/rules/Verifier.java
./Maven/junit/junit/4.12/org/junit/rules/TestName.java
./Maven/junit/junit/4.12/org/junit/rules/MethodRule.java
./Maven/junit/junit/4.12/org/junit/rules/TestRule.java
./Maven/junit/junit/4.12/org/junit/rules/RunRules.java
./Maven/junit/junit/4.12/org/junit/rules/RuleChain.java
./Maven/junit/junit/4.12/org/junit/rules/Stopwatch.java
./Maven/junit/junit/4.12/org/junit/rules/ExternalResource.java
./Maven/junit/junit/4.12/org/junit/FixMethodOrder.java
./Maven/junit/junit/4.12/org/junit/Rule.java
./Maven/junit/junit/4.12/org/junit/Assert.java
./Maven/junit/junit/4.12/org/junit/runners
./Maven/junit/junit/4.12/org/junit/runners/ParentRunner.java
./Maven/junit/junit/4.12/org/junit/runners/parameterized
./Maven/junit/junit/4.12/org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParameters.java
./Maven/junit/junit/4.12/org/junit/runners/parameterized/ParametersRunnerFactory.java
./Maven/junit/junit/4.12/org/junit/runners/parameterized/TestWithParameters.java
./Maven/junit/junit/4.12/org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.java
./Maven/junit/junit/4.12/org/junit/runners/Suite.java
./Maven/junit/junit/4.12/org/junit/runners/package-info.java
./Maven/junit/junit/4.12/org/junit/runners/MethodSorters.java
./Maven/junit/junit/4.12/org/junit/runners/AllTests.java
./Maven/junit/junit/4.12/org/junit/runners/BlockJUnit4ClassRunner.java
./Maven/junit/junit/4.12/org/junit/runners/JUnit4.java
./Maven/junit/junit/4.12/org/junit/runners/model
./Maven/junit/junit/4.12/org/junit/runners/model/FrameworkField.java
./Maven/junit/junit/4.12/org/junit/runners/model/Annotatable.java
./Maven/junit/junit/4.12/org/junit/runners/model/RunnerBuilder.java
./Maven/junit/junit/4.12/org/junit/runners/model/Statement.java
./Maven/junit/junit/4.12/org/junit/runners/model/TestTimedOutException.java
./Maven/junit/junit/4.12/org/junit/runners/model/FrameworkMember.java
./Maven/junit/junit/4.12/org/junit/runners/model/MultipleFailureException.java
./Maven/junit/junit/4.12/org/junit/runners/model/NoGenericTypeParametersValidator.java
./Maven/junit/junit/4.12/org/junit/runners/model/TestClass.java
./Maven/junit/junit/4.12/org/junit/runners/model/RunnerScheduler.java
./Maven/junit/junit/4.12/org/junit/runners/model/InitializationError.java
./Maven/junit/junit/4.12/org/junit/runners/model/FrameworkMethod.java
./Maven/junit/junit/4.12/org/junit/runners/Parameterized.java
./Maven/junit/junit/4.12/org/junit/ClassRule.java
./Maven/com.google.guava
./Maven/com.google.guava/guava
./Maven/com.google.guava/guava/18.0
./Maven/com.google.guava/guava/18.0/META-INF
./Maven/com.google.guava/guava/18.0/META-INF/MANIFEST.MF
./Maven/com.google.guava/guava/18.0/com
./Maven/com.google.guava/guava/18.0/com/google
./Maven/com.google.guava/guava/18.0/com/google/common
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/AnnotatedSubscriberFinder.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/SubscriberExceptionHandler.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/DeadEvent.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/SynchronizedEventSubscriber.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/SubscriberExceptionContext.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/EventBus.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/AsyncEventBus.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/SubscriberFindingStrategy.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/AllowConcurrentEvents.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/EventSubscriber.java
./Maven/com.google.guava/guava/18.0/com/google/common/eventbus/Subscribe.java
./Maven/com.google.guava/guava/18.0/com/google/common/xml
./Maven/com.google.guava/guava/18.0/com/google/common/xml/XmlEscapers.java
./Maven/com.google.guava/guava/18.0/com/google/common/xml/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache
./Maven/com.google.guava/guava/18.0/com/google/common/cache/LocalCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/LongAddable.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/Weigher.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/CacheStats.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/Striped64.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/LongAdder.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/RemovalNotification.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/CacheBuilder.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/LoadingCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/ForwardingLoadingCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/RemovalListener.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/AbstractLoadingCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/AbstractCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/LongAddables.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/CacheBuilderSpec.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/CacheLoader.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/ForwardingCache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/Cache.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/RemovalListeners.java
./Maven/com.google.guava/guava/18.0/com/google/common/cache/RemovalCause.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape
./Maven/com.google.guava/guava/18.0/com/google/common/escape/ArrayBasedUnicodeEscaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/Platform.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/Escaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/ArrayBasedCharEscaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/UnicodeEscaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/CharEscaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/ArrayBasedEscaperMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/Escapers.java
./Maven/com.google.guava/guava/18.0/com/google/common/escape/CharEscaperBuilder.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Interner.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MinMaxPriorityQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SingletonImmutableTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMapEntry.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Serialization.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/BoundType.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SingletonImmutableBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractSequentialIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableAsList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableSortedMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingNavigableMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/UnmodifiableSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractIndexedListIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingNavigableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableClassToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyContiguousSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Constraint.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableSortedSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AllEqualOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ComparatorOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/StandardRowSortedTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Range.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingImmutableList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/HashBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMapEntrySet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractSortedSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/HashBasedTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EnumMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MapMaker.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularContiguousSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredEntryMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/LinkedHashMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Lists.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Ordering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TransformedListIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/BiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Platform.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingImmutableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingImmutableMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Iterators.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ComputationException.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Table.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MapMakerInternalMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSortedSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EnumHashBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ArrayListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingObject.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredKeySetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedMapFauxverideShim.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedMultisets.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/HashMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ClassToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Constraints.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Multisets.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/UsingToStringOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/DescendingMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Multimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/CollectPreconditions.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedIterable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ContiguousSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/DenseImmutableTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MapConstraint.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedAsList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableRangeSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableEnumSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableCollection.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableSortedMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SingletonImmutableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractMapBasedMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/DiscreteDomain.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/BinaryTreeTraverser.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ComparisonChain.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EmptyImmutableBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedMultisetBridge.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/GeneralRange.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/CartesianList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/StandardTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Multiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ByFunctionOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Interners.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/PeekingIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RowSortedTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SparseImmutableTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Iterables.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ObjectArrays.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedMultisetFauxverideShim.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/WellBehavedMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ConcurrentHashMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableEntry.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TransformedIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMapKeySet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ReverseNaturalOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractNavigableMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMapValues.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableSortedSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableEnumMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingImmutableCollection.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/NaturalOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractRangeSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/NullsFirstOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/DescendingImmutableSortedSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/UnmodifiableIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MultimapBuilder.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/LexicographicalOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeTraverser.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSortedSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Synchronized.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableRangeMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/GwtTransient.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ReverseOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedMapDifference.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Multimaps.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Collections2.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/LinkedListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RangeMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredEntrySetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RangeSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EvictingQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractSortedKeySortedSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FluentIterable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedIterables.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/DescendingImmutableSortedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractMapBasedMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/CompoundOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SortedLists.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Cut.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/GenericMapMaker.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MapConstraints.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ArrayTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingListIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Maps.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableSortedSetFauxverideShim.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredMultimapValues.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingMapEntry.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MutableClassToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/SingletonImmutableList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/NullsLastOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/LinkedHashMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/EnumBiMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingSortedMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Tables.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredSetMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingConcurrentMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Queues.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeRangeSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeBasedTable.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ExplicitOrdering.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredKeyMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/UnmodifiableListIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/HashMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/FilteredKeyListMultimap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/RegularImmutableSet.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingBlockingDeque.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/MapDifference.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Sets.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingCollection.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Hashing.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/AbstractMapEntry.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ImmutableAsList.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingDeque.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/Count.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ForwardingMultiset.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/ComputingConcurrentHashMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/collect/TreeRangeMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/annotations
./Maven/com.google.guava/guava/18.0/com/google/common/annotations/VisibleForTesting.java
./Maven/com.google.guava/guava/18.0/com/google/common/annotations/GwtIncompatible.java
./Maven/com.google.guava/guava/18.0/com/google/common/annotations/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/annotations/Beta.java
./Maven/com.google.guava/guava/18.0/com/google/common/annotations/GwtCompatible.java
./Maven/com.google.guava/guava/18.0/com/google/common/math
./Maven/com.google.guava/guava/18.0/com/google/common/math/MathPreconditions.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/DoubleUtils.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/DoubleMath.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/BigIntegerMath.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/IntMath.java
./Maven/com.google.guava/guava/18.0/com/google/common/math/LongMath.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/Parameter.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/ImmutableTypeToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/Reflection.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeToken.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/Element.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeParameter.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeVisitor.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/Types.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeResolver.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/MutableTypeToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeCapture.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/AbstractInvocationHandler.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/ClassPath.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/TypeToInstanceMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/reflect/Invokable.java
./Maven/com.google.guava/guava/18.0/com/google/common/io
./Maven/com.google.guava/guava/18.0/com/google/common/io/Closer.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/FileBackedOutputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CharSink.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/Flushables.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/OutputSupplier.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/Resources.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteSink.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CharSource.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/GwtWorkarounds.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/MultiReader.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteArrayDataOutput.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CountingInputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/LittleEndianDataOutputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/PatternFilenameFilter.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/LineReader.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/LittleEndianDataInputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteSource.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/Files.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CharSequenceReader.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/FileWriteMode.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/AppendableWriter.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteArrayDataInput.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/BaseEncoding.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteStreams.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CharStreams.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/CountingOutputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/LineBuffer.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/LineProcessor.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/Closeables.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/MultiInputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/ByteProcessor.java
./Maven/com.google.guava/guava/18.0/com/google/common/io/InputSupplier.java
./Maven/com.google.guava/guava/18.0/com/google/common/html
./Maven/com.google.guava/guava/18.0/com/google/common/html/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/html/HtmlEscapers.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Doubles.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Longs.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Floats.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/UnsignedBytes.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Primitives.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Booleans.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/SignedBytes.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/UnsignedLong.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Chars.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/UnsignedInteger.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/UnsignedInts.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Ints.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Bytes.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/ParseRequest.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/UnsignedLongs.java
./Maven/com.google.guava/guava/18.0/com/google/common/primitives/Shorts.java
./Maven/com.google.guava/guava/18.0/com/google/common/base
./Maven/com.google.guava/guava/18.0/com/google/common/base/Absent.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FinalizablePhantomReference.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FinalizableReference.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Predicates.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Enums.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Supplier.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Platform.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Objects.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/CharMatcher.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FinalizableWeakReference.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FinalizableReferenceQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Utf8.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Optional.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Ticker.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Defaults.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Joiner.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Preconditions.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Charsets.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/internal
./Maven/com.google.guava/guava/18.0/com/google/common/base/internal/Finalizer.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/MoreObjects.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Present.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/AbstractIterator.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Splitter.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Ascii.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Converter.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Function.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Suppliers.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Predicate.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Throwables.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/StandardSystemProperty.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Equivalence.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FinalizableSoftReference.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/SmallCharMatcher.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Functions.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Strings.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/FunctionalEquivalence.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/VerifyException.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Stopwatch.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/PairwiseEquivalence.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/Verify.java
./Maven/com.google.guava/guava/18.0/com/google/common/base/CaseFormat.java
./Maven/com.google.guava/guava/18.0/com/google/common/net
./Maven/com.google.guava/guava/18.0/com/google/common/net/HostAndPort.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/InetAddresses.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/MediaType.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/InternetDomainName.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/UrlEscapers.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/HostSpecifier.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/HttpHeaders.java
./Maven/com.google.guava/guava/18.0/com/google/common/net/PercentEscaper.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash
./Maven/com.google.guava/guava/18.0/com/google/common/hash/PrimitiveSink.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Funnel.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Hasher.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/AbstractStreamingHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/HashCode.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/HashingOutputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Murmur3_32HashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/BloomFilter.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/ChecksumHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/AbstractHasher.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/AbstractCompositeHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/HashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Crc32cHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Funnels.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/SipHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/HashingInputStream.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/AbstractByteHasher.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/MessageDigestHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/BloomFilterStrategies.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/AbstractNonStreamingHashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Murmur3_128HashFunction.java
./Maven/com.google.guava/guava/18.0/com/google/common/hash/Hashing.java
./Maven/com.google.guava/guava/18.0/com/google/common/util
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListenableFutureTask.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ExecutionList.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/SmoothRateLimiter.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ServiceManager.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractCheckedFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingListeningExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/SettableFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ExecutionError.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/RateLimiter.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/UncheckedTimeoutException.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/SimpleTimeLimiter.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListenableFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/package-info.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/JdkFutureAdapters.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Monitor.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Runnables.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AtomicDouble.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingListenableFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/UncheckedExecutionException.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractScheduledService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/FutureFallback.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListenerCallQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListeningExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ThreadFactoryBuilder.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AtomicLongMap.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Service.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListenableScheduledFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/CycleDetectingLockFactory.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AsyncSettableFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Atomics.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractExecutionThreadService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/MoreExecutors.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/UncaughtExceptionHandlers.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/SerializingExecutor.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingCheckedFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Callables.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/CheckedFuture.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractListeningExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/TimeLimiter.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ForwardingBlockingQueue.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/FutureCallback.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Futures.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Uninterruptibles.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AtomicDoubleArray.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/WrappingExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/WrappingScheduledExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AbstractIdleService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/Striped.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/FakeTimeLimiter.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/ListeningScheduledExecutorService.java
./Maven/com.google.guava/guava/18.0/com/google/common/util/concurrent/AsyncFunction.java
./Maven/com.google.guava/guava/18.0/com/google/thirdparty
./Maven/com.google.guava/guava/18.0/com/google/thirdparty/publicsuffix
./Maven/com.google.guava/guava/18.0/com/google/thirdparty/publicsuffix/TrieParser.java
./Maven/com.google.guava/guava/18.0/com/google/thirdparty/publicsuffix/PublicSuffixType.java
./Maven/com.google.guava/guava/18.0/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
./Maven/com.google.protobuf
./Maven/com.google.protobuf/protobuf-java
./Maven/com.google.protobuf/protobuf-java/2.6.1
./Maven/com.google.protobuf/protobuf-java/2.6.1/META-INF
./Maven/com.google.protobuf/protobuf-java/2.6.1/META-INF/MANIFEST.MF
./Maven/com.google.protobuf/protobuf-java/2.6.1/com
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RpcUtil.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ServiceException.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/MessageLite.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/AbstractMessageLite.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/UninitializedMessageException.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RpcChannel.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/SingleFieldBuilder.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Parser.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/LazyField.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/CodedInputStream.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RopeByteString.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/LiteralByteString.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Descriptors.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RpcCallback.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/WireFormat.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/SmallSortedMap.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Utf8.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/AbstractParser.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/UnmodifiableLazyStringList.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/MessageOrBuilder.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ByteString.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/GeneratedMessage.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/DynamicMessage.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Extension.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ProtocolMessageEnum.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/CodedOutputStream.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/TextFormat.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Service.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Message.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/MessageReflection.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ExtensionRegistry.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/BoundedByteString.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ExtensionRegistryLite.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/UnknownFieldSet.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RpcController.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/LazyStringList.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/AbstractMessage.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/ProtocolStringList.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/Internal.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/GeneratedMessageLite.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/InvalidProtocolBufferException.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/MessageLiteOrBuilder.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/LazyStringArrayList.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/DescriptorProtos.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/FieldSet.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/BlockingService.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/LazyFieldLite.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/RepeatedFieldBuilder.java
./Maven/com.google.protobuf/protobuf-java/2.6.1/com/google/protobuf/BlockingRpcChannel.java
./Maven/javax.annotation
./Maven/javax.annotation/jsr250-api
./Maven/javax.annotation/jsr250-api/1.0
./Maven/javax.annotation/jsr250-api/1.0/javax
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/Resources.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/PreDestroy.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/package.html
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/Resource.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/DenyAll.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/RunAs.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/DeclareRoles.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/package.html
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/RolesAllowed.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/security/PermitAll.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/Generated.java
./Maven/javax.annotation/jsr250-api/1.0/javax/annotation/PostConstruct.java
./Maven/com.google.truth
./Maven/com.google.truth/truth
./Maven/com.google.truth/truth/0.27
./Maven/com.google.truth/truth/0.27/META-INF
./Maven/com.google.truth/truth/0.27/META-INF/MANIFEST.MF
./Maven/com.google.truth/truth/0.27/com
./Maven/com.google.truth/truth/0.27/com/google
./Maven/com.google.truth/truth/0.27/com/google/common
./Maven/com.google.truth/truth/0.27/com/google/common/truth
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveDoubleArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/Truth.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ReflectionUtil.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ObjectArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/TableSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/StringUtil.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/DefaultSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/OptionalSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ComparableSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/TruthJUnit.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/IntegerSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/FailureStrategy.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/Ordered.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveCharArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/Platform.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveIntArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ListMultimapSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/codegen
./Maven/com.google.truth/truth/0.27/com/google/common/truth/codegen/CompilingClassLoader.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/codegen/IteratingWrapperClassBuilder.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/AbstractVerb.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ClassSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/Subject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/TestVerb.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/SubjectFactory.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/BigDecimalSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveByteArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveFloatArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/MapSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/ThrowableSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/SetMultimapSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveLongArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/MultimapSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/SubjectUtils.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/LongSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/Expect.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/DoubleSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/AbstractArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/MultisetSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/BooleanSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/MathUtil.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/PrimitiveBooleanArraySubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/IteratingVerb.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/StringSubject.java
./Maven/com.google.truth/truth/0.27/com/google/common/truth/IterableSubject.java
./Maven/com.google.code.gson
./Maven/com.google.code.gson/gson
./Maven/com.google.code.gson/gson/2.7
./Maven/com.google.code.gson/gson/2.7/META-INF
./Maven/com.google.code.gson/gson/2.7/META-INF/MANIFEST.MF
./Maven/com.google.code.gson/gson/2.7/com
./Maven/com.google.code.gson/gson/2.7/com/google
./Maven/com.google.code.gson/gson/2.7/com/google/gson
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonIOException.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/DefaultDateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonObject.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/TypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/InstanceCreator.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/package-info.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonStreamParser.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonSerializationContext.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonParseException.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonNull.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/LazilyParsedNumber.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/Streams.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/Excluder.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/package-info.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/Primitives.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/ConstructorConstructor.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/JsonReaderInternalAccess.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/MapTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/SqlDateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/DateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/TimeTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/TreeTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/TypeAdapters.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/JsonTreeReader.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/JsonTreeWriter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/ArrayTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/ObjectTypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/util
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/bind/util/ISO8601Utils.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/$Gson$Types.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/LinkedTreeMap.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/UnsafeAllocator.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/ObjectConstructor.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/$Gson$Preconditions.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/internal/LinkedHashTreeMap.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/Until.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/JsonAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/package-info.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/SerializedName.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/Expose.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/annotations/Since.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/GsonBuilder.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonDeserializer.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonArray.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonParser.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/TypeAdapter.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/Gson.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonDeserializationContext.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/reflect
./Maven/com.google.code.gson/gson/2.7/com/google/gson/reflect/TypeToken.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/reflect/package-info.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/FieldNamingStrategy.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonSerializer.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/ExclusionStrategy.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/FieldAttributes.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonPrimitive.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonElement.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/JsonSyntaxException.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/LongSerializationPolicy.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/FieldNamingPolicy.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream/JsonScope.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream/JsonReader.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream/JsonToken.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream/MalformedJsonException.java
./Maven/com.google.code.gson/gson/2.7/com/google/gson/stream/JsonWriter.java
./Maven/com.google.code.gson/gson/2.4
./Maven/com.google.code.gson/gson/2.4/META-INF
./Maven/com.google.code.gson/gson/2.4/META-INF/MANIFEST.MF
./Maven/com.google.code.gson/gson/2.4/com
./Maven/com.google.code.gson/gson/2.4/com/google
./Maven/com.google.code.gson/gson/2.4/com/google/gson
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonIOException.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/DefaultDateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonObject.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/TypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/InstanceCreator.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/package-info.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonStreamParser.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonSerializationContext.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonParseException.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/TreeTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonNull.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/LazilyParsedNumber.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/Streams.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/Excluder.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/package-info.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/Primitives.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/ConstructorConstructor.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/JsonReaderInternalAccess.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/MapTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/SqlDateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/DateTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/TimeTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/TypeAdapters.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/JsonTreeReader.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/JsonTreeWriter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/ArrayTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/bind/ObjectTypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/$Gson$Types.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/LinkedTreeMap.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/UnsafeAllocator.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/ObjectConstructor.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/$Gson$Preconditions.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/internal/LinkedHashTreeMap.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/Until.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/JsonAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/package-info.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/SerializedName.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/Expose.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/annotations/Since.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/GsonBuilder.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonDeserializer.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonArray.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonParser.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/TypeAdapter.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/Gson.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonDeserializationContext.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/reflect
./Maven/com.google.code.gson/gson/2.4/com/google/gson/reflect/TypeToken.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/reflect/package-info.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/FieldNamingStrategy.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonSerializer.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/ExclusionStrategy.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/FieldAttributes.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonPrimitive.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonElement.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/JsonSyntaxException.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/LongSerializationPolicy.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/FieldNamingPolicy.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream/JsonScope.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream/JsonReader.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream/JsonToken.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream/MalformedJsonException.java
./Maven/com.google.code.gson/gson/2.4/com/google/gson/stream/JsonWriter.java
./Maven/org.hamcrest
./Maven/org.hamcrest/hamcrest-core
./Maven/org.hamcrest/hamcrest-core/1.3
./Maven/org.hamcrest/hamcrest-core/1.3/META-INF
./Maven/org.hamcrest/hamcrest-core/1.3/META-INF/MANIFEST.MF
./Maven/org.hamcrest/hamcrest-core/1.3/org
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/SelfDescribing.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/CustomMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/BaseDescription.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/StringDescription.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/Matcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/CustomTypeSafeMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/internal
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/internal/SelfDescribingValueIterator.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/internal/ArrayIterator.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/internal/SelfDescribingValue.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/internal/ReflectiveTypeFinder.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/CoreMatchers.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/MatcherAssert.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsInstanceOf.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/StringContains.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/AnyOf.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsNull.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsNot.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/StringStartsWith.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/Every.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/Is.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsCollectionContaining.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/DescribedAs.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/package.html
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsAnything.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/StringEndsWith.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/AllOf.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/SubstringMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsSame.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/ShortcutCombination.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/CombinableMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/core/IsEqual.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/Condition.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/package.html
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/TypeSafeMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/Factory.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/FeatureMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/BaseMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/Description.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/TypeSafeDiagnosingMatcher.java
./Maven/org.hamcrest/hamcrest-core/1.3/org/hamcrest/DiagnosingMatcher.java

 ORT Scanner

ORT Analyzerで分析し ORT Downloaderでコードをダウンロードした後に,そのコードからライセンスやコピーライト表記をスキャンするためのツールである.APIを利用して,いくつかのライセンススキャナーを同じ方法で利用できる.

現時点では以下のライセンススキャナーを利用できる.
- Askalono : Sørensen–Dice を算出しライセンスの候補を出すスキャンツール
- lc : ここのプロセスでライセンスを検知するツール
- Licensee:Rubyで実装されているライセンス検知ツール
- ScanCode : バイナリ,コード両方からライセンススキャンができるように目指して作られている有名ツール.なおオプションを指定しなければデフォルトでScanCodeが実行される. 出力結果は デフォルトはyml形式で,オプションで json, xml も選択できる.

なお,上記を含む各スキャン結果の比較は一部公開されているものもある.

ORT Scanner 実行

ORT Scanner は ORT Analyzerの結果を用いて実行することとも,結果無しで実行することも可能である.

なお,ファイルの指定以外に以下のオプションが存在する

ORT Scanner 実行オプション
Usage: scan [options]
  Options:
  * --output-dir, -o
      The directory to write the scan results as ORT result file(s) to, in the
      specified output format(s).
    --ort-file, -i
      An ORT result file with an analyzer result to use. Source code will be
      downloaded automatically if needed. This parameter and '--input-path'
      are mutually exclusive.
    --input-path, -p
      An input directory or file to scan. This parameter and '--ort-file' are
      mutually exclusive.
    --scanner, -s
      The scanner to use.
      Default: ScanCode
    --scopes  
      The list of scopes whose packages shall be scanned. Works only with the
      '--ort-file' parameter. If empty, all scopes are scanned.
      Default: []
    --output-formats, -f
      The list of output formats to be used for the ORT result file(s).
      Default: [YAML]
    --download-dir
      The output directory for downloaded source code. Defaults to
      <output-dir>/downloads.
    --help, -h
      Display the command line help.

ORT Analyzer の結果なしで file/folder をスキャン

$ ./oss-review-toolkit/cli/build/install/ort/bin/ort scan -p <input_path> -o <output_dir>

ORT Analyzer の結果を利用して file/folder をスキャン

$ ./oss-review-toolkit/cli/build/install/ort/bin/ort scan -i <scan_result> -o <output_dir>
  • scan_result は ORT Analyzer の結果ファイル.

ORT Scanner を log4j に対して行ったのだが,分析に失敗した.後日,理由を検証の上で記事を追加予定.

ORT Scanner 実行例

./cli/build/install/ort/bin/ort scan -i /tmp/ort/analyzer-result.yml -o /tmp/ort

ORT Scanner 実行結果例

ORT Scanner を gson に対して行った結果

---
repository:
  vcs:
    type: "Git"
    url: "https://github.com/google/gson.git"
    revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
    path: ""
  vcs_processed:
    type: "Git"
    url: "https://github.com/google/gson.git"
    revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
    path: ""
  config: {}
analyzer:
  start_time: "2020-03-25T02:05:19.582Z"
  end_time: "2020-03-25T02:06:46.549Z"
  environment:
    ort_version: "0.1.0-SNAPSHOT"
    java_version: "1.8.0_242"
    os: "Linux"
    variables:
      SHELL: "/bin/bash"
      TERM: "xterm-256color"
      http_proxy: "http://proxy.example.co.jp:8080/"
      https_proxy: "http://proxy.example.co.jp:8080/"
    tool_versions: {}
  config:
    ignore_tool_versions: false
    allow_dynamic_versions: false
  result:
    projects:
    - id: "Gradle::gson:"
      definition_file_path: "build.gradle"
      declared_licenses: []
      declared_licenses_processed: {}
      vcs:
        type: ""
        url: ""
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: ""
      homepage_url: ""
      scopes: []
    - id: "Gradle:com.google.code.gson:gson:2.8.6-SNAPSHOT"
      definition_file_path: "gson/build.gradle"
      declared_licenses: []
      declared_licenses_processed: {}
      vcs:
        type: ""
        url: ""
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "gson"
      homepage_url: ""
      scopes:
      - name: "archives"
        dependencies: []
      - name: "compile"
        dependencies: []
      - name: "compileClasspath"
        dependencies: []
      - name: "compileOnly"
        dependencies: []
      - name: "default"
        dependencies: []
      - name: "runtime"
        dependencies: []
      - name: "runtimeClasspath"
        dependencies: []
      - name: "testCompile"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testCompileClasspath"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testCompileOnly"
        dependencies: []
      - name: "testRuntime"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      - name: "testRuntimeClasspath"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    - id: "Maven:com.google.code.gson:gson-codegen:1.0-SNAPSHOT"
      definition_file_path: "codegen/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/extras"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "codegen"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-extras:1.0-SNAPSHOT"
      definition_file_path: "extras/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/extras"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "extras"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.gson:gson:2.7"
        - id: "Maven:javax.annotation:jsr250-api:1.0"
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-metrics:1.0-SNAPSHOT"
      definition_file_path: "metrics/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/metrics"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "metrics"
      homepage_url: "http://code.google.com/p/google-gson/"
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.caliper:caliper:1.0-SNAPSHOT"
          issues:
          - timestamp: "2020-03-25T02:06:12.048Z"
            source: "Maven"
            message: "Could not get package information for dependency 'com.google.code.caliper:caliper:1.0-SNAPSHOT':\
              \ ProjectBuildingException: Error resolving project artifact: Could\
              \ not transfer artifact com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org for project com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\n\
              Caused by: ArtifactResolutionException: Could not transfer artifact\
              \ com.google.code.caliper:caliper:pom:1.0-SNAPSHOT from/to sonatype-nexus-snapshots\
              \ (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org\n\
              Caused by: ArtifactTransferException: Could not transfer artifact com.google.code.caliper:caliper:pom:1.0-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org\nCaused by: UnknownHostException: oss.sonatype.org"
            severity: "ERROR"
        - id: "Maven:com.google.code.gson:gson:1.7.2-SNAPSHOT"
          issues:
          - timestamp: "2020-03-25T02:06:12.039Z"
            source: "Maven"
            message: "Could not get package information for dependency 'com.google.code.gson:gson:1.7.2-SNAPSHOT':\
              \ ProjectBuildingException: Error resolving project artifact: Could\
              \ not transfer artifact com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org for project com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\n\
              Caused by: ArtifactResolutionException: Could not transfer artifact\
              \ com.google.code.gson:gson:pom:1.7.2-SNAPSHOT from/to sonatype-nexus-snapshots\
              \ (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org\n\
              Caused by: ArtifactTransferException: Could not transfer artifact com.google.code.gson:gson:pom:1.7.2-SNAPSHOT\
              \ from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots):\
              \ oss.sonatype.org\nCaused by: UnknownHostException: oss.sonatype.org"
            severity: "ERROR"
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:3.8.2"
    - id: "Maven:com.google.code.gson:gson-parent:2.8.7-SNAPSHOT"
      definition_file_path: "pom.xml"
      declared_licenses:
      - "Apache 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: ""
      homepage_url: "https://github.com/google/gson"
      scopes: []
    - id: "Maven:com.google.code.gson:gson:2.8.7-SNAPSHOT"
      definition_file_path: "gson/pom.xml"
      declared_licenses:
      - "Apache 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "gson"
      homepage_url: "https://github.com/google/gson/gson"
      scopes:
      - name: "test"
        dependencies:
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    - id: "Maven:com.google.code.gson:proto:0.6-SNAPSHOT"
      definition_file_path: "proto/pom.xml"
      declared_licenses:
      - "The Apache Software License, Version 2.0"
      declared_licenses_processed:
        spdx_expression: "Apache-2.0"
      vcs:
        type: "Subversion"
        url: "http://google-gson.googlecode.com/svn/trunk/proto"
        revision: ""
        path: ""
      vcs_processed:
        type: "Git"
        url: "https://github.com/google/gson.git"
        revision: "55acc23d8656a9fe5b19b92029a2dc7277e3765c"
        path: "proto"
      homepage_url: ""
      scopes:
      - name: "compile"
        dependencies:
        - id: "Maven:com.google.code.gson:gson:2.4"
        - id: "Maven:com.google.guava:guava:18.0"
        - id: "Maven:com.google.protobuf:protobuf-java:2.6.1"
      - name: "test"
        dependencies:
        - id: "Maven:com.google.truth:truth:0.27"
        - id: "Maven:junit:junit:4.12"
          dependencies:
          - id: "Maven:org.hamcrest:hamcrest-core:1.3"
    packages:
    - package:
        id: "Maven:com.google.code.gson:gson:2.4"
        purl: "pkg:maven/com.google.code.gson/gson@2.4"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Google Gson library"
        homepage_url: "https://github.com/google/gson"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.4/gson-2.4.jar"
          hash:
            value: "0695b63d702f505b9b916e02272e3b6381bade7f"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.4/gson-2.4-sources.jar"
          hash:
            value: "b98251e078d1809f889324fe90dbc4996919c02a"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-2.4"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-2.4"
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.code.gson:gson:2.7"
        purl: "pkg:maven/com.google.code.gson/gson@2.7"
        declared_licenses:
        - "Apache 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Gson JSON library"
        homepage_url: "https://github.com/google/gson/gson"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar"
          hash:
            value: "751f548c85fa49f330cecbb1875893f971b33c4e"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7-sources.jar"
          hash:
            value: "bbb63ca253b483da8ee53a50374593923e3de2e2"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-parent-2.7"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/gson.git"
          revision: "gson-parent-2.7"
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.guava:guava:18.0"
        purl: "pkg:maven/com.google.guava/guava@18.0"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Guava is a suite of core and expanded libraries that include\n\
          \    utility classes, google's collections, io classes, and much\n    much\
          \ more.\n\n    Guava has only one code dependency - javax.annotation,\n\
          \    per the JSR-305 spec."
        homepage_url: "http://code.google.com/p/guava-libraries/guava"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar"
          hash:
            value: "cce0823396aa693798f8882e64213b1772032b09"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0-sources.jar"
          hash:
            value: "ad97fe8faaf01a3d3faacecd58e8fa6e78a973ca"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://code.google.com/p/guava-libraries/"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://code.google.com/p/guava-libraries"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.protobuf:protobuf-java:2.6.1"
        purl: "pkg:maven/com.google.protobuf/protobuf-java@2.6.1"
        declared_licenses:
        - "New BSD license"
        declared_licenses_processed:
          spdx_expression: "BSD-3-Clause"
        description: "Protocol Buffers are a way of encoding structured data in an\
          \ efficient yet\n    extensible format."
        homepage_url: "https://developers.google.com/protocol-buffers/"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1.jar"
          hash:
            value: "d9521f2aecb909835746b7a5facf612af5e890e8"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1-sources.jar"
          hash:
            value: "cf47bfc6a10f85d14bc4c078a48d163b5903a291"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "https://github.com/google/protobuf.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/google/protobuf.git"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:com.google.truth:truth:0.27"
        purl: "pkg:maven/com.google.truth/truth@0.27"
        declared_licenses:
        - "The Apache Software License, Version 2.0"
        declared_licenses_processed:
          spdx_expression: "Apache-2.0"
        description: "Parent metdata for Truth, a pure-java, strongly typed testing\
          \ proposition framework."
        homepage_url: "http://github.com/google/truth/truth"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/truth/truth/0.27/truth-0.27.jar"
          hash:
            value: "bd17774d2dc0fffa884d42c07d2537e86c67acd6"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/com/google/truth/truth/0.27/truth-0.27-sources.jar"
          hash:
            value: "68a2f3f4ec1d0f3e63d0fa32dc9a13d6f612c80b"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git@github.com:google/truth.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "ssh://git@github.com/google/truth.git"
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:javax.annotation:jsr250-api:1.0"
        purl: "pkg:maven/javax.annotation/jsr250-api@1.0"
        declared_licenses:
        - "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"
        declared_licenses_processed:
          spdx_expression: "CDDL-1.0"
        description: "JSR-250 Reference Implementation by Glassfish"
        homepage_url: "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar"
          hash:
            value: "5025422767732a1ab45d93abfea846513d742dcf"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"
          hash:
            value: "9b1fba77edd118e13c42bda43d3c993dadd52c25"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:junit:junit:3.8.2"
        purl: "pkg:maven/junit/junit@3.8.2"
        declared_licenses:
        - "Common Public License Version 1.0"
        declared_licenses_processed:
          spdx_expression: "CPL-1.0"
        description: "JUnit is a regression testing framework written by Erich Gamma\
          \ and Kent Beck. It is used by the developer who implements unit tests in\
          \ Java."
        homepage_url: "http://junit.org"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"
          hash:
            value: "07e4cde26b53a9a0e3fe5b00d1dbbc7cc1d46060"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2-sources.jar"
          hash:
            value: "aaa058540bf14ad600dd784de979c46c721ccbbe"
            algorithm: "SHA-1"
        vcs:
          type: ""
          url: ""
          revision: ""
          path: ""
        vcs_processed:
          type: ""
          url: ""
          revision: ""
          path: ""
      curations: []
    - package:
        id: "Maven:junit:junit:4.12"
        purl: "pkg:maven/junit/junit@4.12"
        declared_licenses:
        - "Eclipse Public License 1.0"
        declared_licenses_processed:
          spdx_expression: "EPL-1.0"
        description: "JUnit is a unit testing framework for Java, created by Erich\
          \ Gamma and Kent Beck."
        homepage_url: "http://junit.org"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"
          hash:
            value: "2973d150c0dc1fefe998f834810d68f278ea58ec"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar"
          hash:
            value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git://github.com/junit-team/junit.git"
          revision: "r4.12"
          path: ""
        vcs_processed:
          type: "Git"
          url: "https://github.com/junit-team/junit.git"
          revision: "r4.12"
          path: ""
      curations: []
    - package:
        id: "Maven:org.hamcrest:hamcrest-core:1.3"
        purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3"
        declared_licenses:
        - "New BSD License"
        declared_licenses_processed:
          spdx_expression: "BSD-3-Clause"
        description: "This is the core API of hamcrest matcher framework to be used\
          \ by third-party framework providers. This includes the a foundation set\
          \ of matcher implementations for common operations."
        homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core"
        binary_artifact:
          url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
          hash:
            value: "42a25dc3219429f0e5d060061f71acb49bf010a0"
            algorithm: "SHA-1"
        source_artifact:
          url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"
          hash:
            value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b"
            algorithm: "SHA-1"
        vcs:
          type: "Git"
          url: "git@github.com:hamcrest/JavaHamcrest.git"
          revision: ""
          path: ""
        vcs_processed:
          type: "Git"
          url: "ssh://git@github.com/hamcrest/JavaHamcrest.git"
          revision: ""
          path: ""
      curations: []
    has_issues: true
scanner:
  start_time: "2020-03-25T02:09:40.432Z"
  end_time: "2020-03-25T03:00:59.609Z"
  environment:
    ort_version: "0.1.0-SNAPSHOT"
    java_version: "1.8.0_242"
    os: "Linux"
    variables:
      SHELL: "/bin/bash"
      TERM: "xterm-256color"
      http_proxy: "http://proxy-tmp9.toshiba.co.jp:8080/"
      https_proxy: "http://proxy-tmp9.toshiba.co.jp:8080/"
    tool_versions: {}
  config:
    archive: null
    file_based_storage: null
    postgres_storage: null
    options: null
  results:
    scan_results:
    - id: "Gradle::gson:"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Gradle:com.google.code.gson:gson:2.8.6-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:gson-codegen:1.0-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:gson-extras:1.0-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:gson-metrics:1.0-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:gson-parent:2.8.7-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:gson:2.4"
      results:
      - provenance:
          download_time: "2020-03-25T02:57:50.848Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.4/gson-2.4-sources.jar"
            hash:
              value: "b98251e078d1809f889324fe90dbc4996919c02a"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:57:53.414Z"
          end_time: "2020-03-25T02:58:08.851Z"
          file_count: 67
          package_verification_code: "4e76690488ebe221cef4dd371593f9af053e27be"
          licenses:
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/DefaultDateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/ExclusionStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldAttributes.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldNamingPolicy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldNamingStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/Gson.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/GsonBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/InstanceCreator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonArray.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonDeserializationContext.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonDeserializer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonElement.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonIOException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonNull.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonObject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonParseException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonParser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonPrimitive.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSerializationContext.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSerializer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonStreamParser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSyntaxException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/LongSerializationPolicy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/TreeTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/TypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/TypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Expose.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/JsonAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/SerializedName.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Since.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Until.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/$Gson$Preconditions.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/$Gson$Types.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/ConstructorConstructor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Excluder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/JsonReaderInternalAccess.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LazilyParsedNumber.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 5
              end_line: 15
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 5
              end_line: 15
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/ObjectConstructor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Primitives.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Streams.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/UnsafeAllocator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ArrayTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/CollectionTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/DateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonTreeReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonTreeWriter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/MapTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ObjectTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/SqlDateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TimeTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TypeAdapters.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/reflect/TypeToken.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonScope.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonToken.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonWriter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/MalformedJsonException.java"
              start_line: 4
              end_line: 14
          copyrights:
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/DefaultDateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/ExclusionStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/FieldNamingPolicy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/FieldNamingStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/Gson.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/GsonBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/InstanceCreator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonArray.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonDeserializationContext.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonDeserializer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonElement.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonIOException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonNull.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonObject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonParseException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonPrimitive.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonSerializationContext.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonSerializer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Expose.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/SerializedName.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Since.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Until.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/$Gson$Preconditions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/$Gson$Types.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/Excluder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/ObjectConstructor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/Primitives.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/reflect/TypeToken.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/FieldAttributes.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/JsonParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/JsonStreamParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/LongSerializationPolicy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/JsonSyntaxException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/internal/Streams.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonScope.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonToken.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonWriter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/MalformedJsonException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Android Open Source Project"
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2010 The Android Open Source Project"
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/TreeTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/TypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/TypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/ConstructorConstructor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/JsonReaderInternalAccess.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/LazilyParsedNumber.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/UnsafeAllocator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ArrayTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/CollectionTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/DateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonTreeReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonTreeWriter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/MapTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ObjectTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/SqlDateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TimeTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TypeAdapters.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 Google Inc."
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2012 Google Inc."
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2014 Google Inc."
            location:
              path: "com/google/gson/annotations/JsonAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
    - id: "Maven:com.google.code.gson:gson:2.7"
      results:
      - provenance:
          download_time: "2020-03-25T02:58:10.656Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7-sources.jar"
            hash:
              value: "bbb63ca253b483da8ee53a50374593923e3de2e2"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:13.216Z"
          end_time: "2020-03-25T02:58:29.322Z"
          file_count: 68
          package_verification_code: "a3cbe4f3bf24aa4fb7414ac4ac97cd0186b772a3"
          licenses:
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/DefaultDateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/ExclusionStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldAttributes.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldNamingPolicy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/FieldNamingStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/Gson.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/GsonBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/InstanceCreator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonArray.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonDeserializationContext.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonDeserializer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonElement.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonIOException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonNull.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonObject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonParseException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonParser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonPrimitive.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSerializationContext.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSerializer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonStreamParser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/JsonSyntaxException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/LongSerializationPolicy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/TypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/TypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Expose.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/JsonAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/SerializedName.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Since.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/annotations/Until.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/$Gson$Preconditions.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/$Gson$Types.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/ConstructorConstructor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Excluder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/JsonReaderInternalAccess.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LazilyParsedNumber.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 5
              end_line: 15
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 5
              end_line: 15
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/ObjectConstructor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Primitives.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/Streams.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/UnsafeAllocator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ArrayTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/CollectionTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/DateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonTreeReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/JsonTreeWriter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/MapTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ObjectTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/SqlDateTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TimeTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TreeTypeAdapter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/internal/bind/TypeAdapters.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/reflect/TypeToken.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonScope.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonToken.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/JsonWriter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/gson/stream/MalformedJsonException.java"
              start_line: 4
              end_line: 14
          copyrights:
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/DefaultDateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/ExclusionStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/FieldNamingPolicy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/FieldNamingStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/Gson.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/GsonBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/InstanceCreator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonArray.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonDeserializationContext.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonDeserializer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonElement.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonIOException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonNull.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonObject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonParseException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonPrimitive.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonSerializationContext.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/JsonSerializer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Expose.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/SerializedName.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Since.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/annotations/Until.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/$Gson$Preconditions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/$Gson$Types.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/Excluder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/ObjectConstructor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/internal/Primitives.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 Google Inc."
            location:
              path: "com/google/gson/reflect/TypeToken.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/FieldAttributes.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/JsonParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/JsonStreamParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 Google Inc."
            location:
              path: "com/google/gson/LongSerializationPolicy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/JsonSyntaxException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/internal/Streams.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonScope.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonToken.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/JsonWriter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google Inc."
            location:
              path: "com/google/gson/stream/MalformedJsonException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Android Open Source Project"
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2010 The Android Open Source Project"
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/TypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/TypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/ConstructorConstructor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/JsonReaderInternalAccess.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/LazilyParsedNumber.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/UnsafeAllocator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ArrayTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/CollectionTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/DateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonTreeReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonTreeWriter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/MapTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ObjectTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/SqlDateTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TimeTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TreeTypeAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google Inc."
            location:
              path: "com/google/gson/internal/bind/TypeAdapters.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 Google Inc."
            location:
              path: "com/google/gson/internal/LinkedHashTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2012 Google Inc."
            location:
              path: "com/google/gson/internal/LinkedTreeMap.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2014 Google Inc."
            location:
              path: "com/google/gson/annotations/JsonAdapter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google Inc."
            location:
              path: "com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.java"
              start_line: 2
              end_line: 2
    - id: "Maven:com.google.code.gson:gson:2.8.7-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.code.gson:proto:0.6-SNAPSHOT"
      results:
      - provenance:
          download_time: "1970-01-01T00:00:00Z"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:31.162Z"
          end_time: "2020-03-25T02:58:31.162Z"
          file_count: 0
          package_verification_code: ""
          licenses: []
          copyrights: []
          issues:
          - timestamp: "2020-03-25T02:58:31.174Z"
            source: "ScanCode"
            message: "Could not download 'Gradle::gson:': DownloadException: Download\
              \ failed for 'Gradle::gson:'.\nSuppressed: DownloadException: Unable\
              \ to determine a revision to checkout., \nSuppressed: DownloadException:\
              \ No source artifact URL provided for 'Gradle::gson:'."
            severity: "ERROR"
    - id: "Maven:com.google.guava:guava:18.0"
      results:
      - provenance:
          download_time: "2020-03-25T02:55:54.694Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0-sources.jar"
            hash:
              value: "ad97fe8faaf01a3d3faacecd58e8fa6e78a973ca"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:56:10.961Z"
          end_time: "2020-03-25T02:57:47.844Z"
          file_count: 470
          package_verification_code: "84054d06ae63eb8c68db0ec3aa446e60597abf07"
          licenses:
          - license: "Apache-2.0"
            location:
              path: "com/google/common/annotations/Beta.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/annotations/GwtCompatible.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/annotations/GwtIncompatible.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/annotations/VisibleForTesting.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/annotations/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Absent.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/AbstractIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Ascii.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/CaseFormat.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/CharMatcher.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Charsets.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Converter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Defaults.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Enums.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Equivalence.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FinalizablePhantomReference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FinalizableReference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FinalizableReferenceQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FinalizableSoftReference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FinalizableWeakReference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Function.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/FunctionalEquivalence.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Functions.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Joiner.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/MoreObjects.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Objects.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Optional.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/PairwiseEquivalence.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Platform.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Preconditions.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Predicate.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Predicates.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Present.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/SmallCharMatcher.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Splitter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/StandardSystemProperty.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Stopwatch.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Strings.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Supplier.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Suppliers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Throwables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Ticker.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Utf8.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/Verify.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/VerifyException.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/internal/Finalizer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/base/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/AbstractCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/AbstractLoadingCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/Cache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/CacheBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/CacheBuilderSpec.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/CacheLoader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/CacheStats.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/ForwardingCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/ForwardingLoadingCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/LoadingCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/LocalCache.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/LongAddable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/LongAddables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/RemovalCause.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/RemovalListener.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/RemovalListeners.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/RemovalNotification.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/Weigher.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/cache/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractIndexedListIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractMapBasedMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractMapBasedMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractMapEntry.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractNavigableMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractRangeSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractSequentialIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractSortedKeySortedSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractSortedSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AbstractTable.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/AllEqualOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ArrayListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ArrayTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/BiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/BinaryTreeTraverser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/BoundType.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ByFunctionOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/CartesianList.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ClassToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/CollectPreconditions.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Collections2.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ComparatorOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ComparisonChain.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/CompoundOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ComputationException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ComputingConcurrentHashMap.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ConcurrentHashMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Constraint.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Constraints.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ContiguousSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Count.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Cut.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/DenseImmutableTable.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/DescendingImmutableSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/DescendingImmutableSortedSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/DescendingMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/DiscreteDomain.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyContiguousSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EnumBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EnumHashBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EnumMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/EvictingQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ExplicitOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredEntryMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredEntrySetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredKeyListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredKeyMultimap.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredKeySetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredMultimapValues.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FilteredSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/FluentIterable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingBlockingDeque.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingCollection.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingConcurrentMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingDeque.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingImmutableCollection.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingImmutableList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingImmutableMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingImmutableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingListIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingMapEntry.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingNavigableMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingNavigableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingObject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSortedMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSortedSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingSortedSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ForwardingTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/GeneralRange.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/GenericMapMaker.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/GwtTransient.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/HashBasedTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/HashBiMap.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/HashMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/HashMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Hashing.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableAsList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableClassToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableCollection.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableEntry.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableEnumMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableEnumSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMapEntry.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMapEntrySet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMapKeySet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMapValues.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableRangeMap.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableRangeSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedAsList.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedMapFauxverideShim.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedMultisetFauxverideShim.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableSortedSetFauxverideShim.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ImmutableTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Interner.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Interners.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Iterables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Iterators.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/LexicographicalOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/LinkedHashMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/LinkedHashMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/LinkedListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ListMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Lists.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MapConstraint.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MapConstraints.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MapDifference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MapMaker.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MapMakerInternalMap.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Maps.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MinMaxPriorityQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Multimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MultimapBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Multimaps.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Multiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Multisets.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/MutableClassToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/NaturalOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/NullsFirstOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/NullsLastOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ObjectArrays.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Ordering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/PeekingIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Platform.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Queues.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Range.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RangeMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RangeSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularContiguousSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableAsList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableSortedMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableSortedMultiset.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableSortedSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RegularImmutableTable.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ReverseNaturalOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/ReverseOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/RowSortedTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Serialization.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Sets.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SingletonImmutableBiMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SingletonImmutableList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SingletonImmutableSet.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SingletonImmutableTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedIterable.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedIterables.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedLists.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedMapDifference.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedMultisetBridge.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedMultisets.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SortedSetMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/SparseImmutableTable.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/StandardRowSortedTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/StandardTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Synchronized.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Table.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/Tables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TransformedIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TransformedListIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeBasedTable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeMultimap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeRangeMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeRangeSet.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/TreeTraverser.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/UnmodifiableIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/UnmodifiableListIterator.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/UnmodifiableSortedMultiset.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/UsingToStringOrdering.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/WellBehavedMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/collect/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/ArrayBasedCharEscaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/ArrayBasedEscaperMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/ArrayBasedUnicodeEscaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/CharEscaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/CharEscaperBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/Escaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/Escapers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/Platform.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/UnicodeEscaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/escape/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/AllowConcurrentEvents.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/AnnotatedSubscriberFinder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/AsyncEventBus.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/DeadEvent.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/EventBus.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/EventSubscriber.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/Subscribe.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/SubscriberExceptionContext.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/SubscriberExceptionHandler.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/SubscriberFindingStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/SynchronizedEventSubscriber.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/eventbus/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/AbstractByteHasher.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/AbstractCompositeHashFunction.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/AbstractHasher.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/AbstractNonStreamingHashFunction.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/AbstractStreamingHashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/BloomFilter.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/BloomFilterStrategies.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/ChecksumHashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Crc32cHashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Funnel.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Funnels.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/HashCode.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/HashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Hasher.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Hashing.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/HashingInputStream.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/HashingOutputStream.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/MessageDigestHashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Murmur3_128HashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/Murmur3_32HashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/PrimitiveSink.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/SipHashFunction.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/hash/package-info.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/html/HtmlEscapers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/html/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/AppendableWriter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/BaseEncoding.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteArrayDataInput.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteArrayDataOutput.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteProcessor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteSink.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteSource.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/ByteStreams.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CharSequenceReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CharSink.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CharSource.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CharStreams.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/Closeables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/Closer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CountingInputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/CountingOutputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/FileBackedOutputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/FileWriteMode.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/Files.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/Flushables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/GwtWorkarounds.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/InputSupplier.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/LineBuffer.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/LineProcessor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/LineReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/LittleEndianDataInputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/LittleEndianDataOutputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/MultiInputStream.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/MultiReader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/OutputSupplier.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/PatternFilenameFilter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/Resources.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/io/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/BigIntegerMath.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/DoubleMath.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/DoubleUtils.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/IntMath.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/LongMath.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/MathPreconditions.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/math/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/HostAndPort.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/HostSpecifier.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/HttpHeaders.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/InetAddresses.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/InternetDomainName.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/MediaType.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/PercentEscaper.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/UrlEscapers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/net/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Booleans.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Bytes.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Chars.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Doubles.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Floats.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Ints.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Longs.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/ParseRequest.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Primitives.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/Shorts.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/SignedBytes.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/UnsignedBytes.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/UnsignedInteger.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/UnsignedInts.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/UnsignedLong.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/UnsignedLongs.java"
              start_line: 4
              end_line: 12
          - license: "Apache-2.0"
            location:
              path: "com/google/common/primitives/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/AbstractInvocationHandler.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/ClassPath.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/Element.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/ImmutableTypeToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/Invokable.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/MutableTypeToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/Parameter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/Reflection.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeCapture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeParameter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeResolver.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeToInstanceMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeToken.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/TypeVisitor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/Types.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/reflect/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractCheckedFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractExecutionThreadService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractIdleService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractListeningExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractScheduledService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AbstractService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AsyncFunction.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AsyncSettableFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/AtomicLongMap.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Atomics.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Callables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/CheckedFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/CycleDetectingLockFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ExecutionError.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ExecutionList.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/FakeTimeLimiter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingBlockingQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingCheckedFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingListenableFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ForwardingListeningExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/FutureCallback.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/FutureFallback.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Futures.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/JdkFutureAdapters.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListenableFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListenableFutureTask.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListenableScheduledFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListenerCallQueue.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListeningExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ListeningScheduledExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Monitor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/MoreExecutors.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/RateLimiter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Runnables.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/SerializingExecutor.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Service.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ServiceManager.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/SettableFuture.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/SimpleTimeLimiter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/SmoothRateLimiter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Striped.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/ThreadFactoryBuilder.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/TimeLimiter.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/UncaughtExceptionHandlers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/UncheckedExecutionException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/UncheckedTimeoutException.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/Uninterruptibles.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/WrappingExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/WrappingScheduledExecutorService.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/util/concurrent/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/xml/XmlEscapers.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/xml/package-info.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java"
              start_line: 6
              end_line: 16
          - license: "Apache-2.0"
            location:
              path: "com/google/thirdparty/publicsuffix/PublicSuffixType.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/thirdparty/publicsuffix/TrieParser.java"
              start_line: 4
              end_line: 14
          - license: "CC0-1.0"
            location:
              path: "com/google/common/cache/LongAdder.java"
              start_line: 3
              end_line: 4
          - license: "CC0-1.0"
            location:
              path: "com/google/common/cache/Striped64.java"
              start_line: 3
              end_line: 4
          - license: "CC0-1.0"
            location:
              path: "com/google/common/util/concurrent/AtomicDouble.java"
              start_line: 3
              end_line: 5
          - license: "CC0-1.0"
            location:
              path: "com/google/common/util/concurrent/AtomicDoubleArray.java"
              start_line: 3
              end_line: 4
          - license: "CC0-1.0"
            location:
              path: "com/google/common/util/concurrent/MoreExecutors.java"
              start_line: 663
              end_line: 664
          - license: "LicenseRef-scancode-cc-pd"
            location:
              path: "com/google/common/util/concurrent/Striped.java"
              start_line: 452
              end_line: 452
          - license: "LicenseRef-scancode-public-domain"
            location:
              path: "com/google/common/base/SmallCharMatcher.java"
              start_line: 54
              end_line: 55
          - license: "LicenseRef-scancode-public-domain"
            location:
              path: "com/google/common/collect/Hashing.java"
              start_line: 43
              end_line: 44
          - license: "LicenseRef-scancode-public-domain"
            location:
              path: "com/google/common/hash/Murmur3_128HashFunction.java"
              start_line: 16
              end_line: 17
          - license: "LicenseRef-scancode-public-domain"
            location:
              path: "com/google/common/hash/Murmur3_32HashFunction.java"
              start_line: 16
              end_line: 17
          - license: "LicenseRef-scancode-public-domain"
            location:
              path: "com/google/common/util/concurrent/Striped.java"
              start_line: 451
              end_line: 451
          copyrights:
          - statement: "Copyright (c) 2005 The Guava Authors"
            location:
              path: "com/google/common/reflect/Reflection.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/annotations/VisibleForTesting.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/base/CaseFormat.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/escape/CharEscaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/escape/CharEscaperBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/io/AppendableWriter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/io/PatternFilenameFilter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeToken.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/FakeTimeLimiter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Futures.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/SimpleTimeLimiter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/TimeLimiter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2006 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/UncheckedTimeoutException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/AbstractIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Charsets.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Defaults.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/FinalizablePhantomReference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/FinalizableReference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/FinalizableReferenceQueue.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/FinalizableSoftReference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/FinalizableWeakReference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Function.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Functions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Objects.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Preconditions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Predicate.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Predicates.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Supplier.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Suppliers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/Throwables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/base/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractMapBasedMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractMapBasedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractMapEntry.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractSortedSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ArrayListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/BiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ByFunctionOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ClassToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ComparatorOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/CompoundOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ConcurrentHashMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Constraint.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Constraints.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/EnumBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/EnumHashBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/EnumMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ExplicitOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingCollection.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingConcurrentMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingListIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingMapEntry.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingObject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingQueue.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSortedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSortedSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/HashBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/HashMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/HashMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Interner.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Interners.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Iterables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Iterators.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/LexicographicalOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/LinkedHashMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/LinkedHashMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/LinkedListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Lists.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/MapConstraint.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/MapConstraints.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/MapDifference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Maps.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Multimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Multimaps.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Multiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Multisets.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/MutableClassToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/NaturalOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/NullsFirstOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/NullsLastOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ObjectArrays.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Ordering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ReverseNaturalOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/ReverseOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/SetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Sets.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/SingletonImmutableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/Synchronized.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/UsingToStringOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/collect/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/AllowConcurrentEvents.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/AnnotatedSubscriberFinder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/AsyncEventBus.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/DeadEvent.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/EventBus.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/EventSubscriber.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/Subscribe.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/SubscriberFindingStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/SynchronizedEventSubscriber.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/eventbus/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/ByteStreams.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/CharStreams.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/Closeables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/CountingInputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/CountingOutputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/Files.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/Flushables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/InputSupplier.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/LineBuffer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/LineReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/LittleEndianDataInputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/LittleEndianDataOutputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/MultiInputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/OutputSupplier.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/Resources.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/io/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/primitives/Primitives.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ExecutionList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListenableFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/MoreExecutors.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2007 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/base/CharMatcher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/base/Converter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/base/Joiner.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/base/Stopwatch.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/base/internal/Finalizer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/CollectPreconditions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Collections2.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/FluentIterable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/HashBasedTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Hashing.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableCollection.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableEntry.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMapEntrySet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMapKeySet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMapValues.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/PeekingIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Platform.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Range.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Serialization.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/SingletonImmutableBiMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/StandardRowSortedTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/StandardTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Table.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/Tables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeBasedTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/collect/UnmodifiableIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/escape/Escaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/escape/UnicodeEscaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/io/FileBackedOutputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/io/MultiReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/net/InetAddresses.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/net/PercentEscaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Booleans.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Bytes.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Chars.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Doubles.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Floats.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Ints.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Longs.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/primitives/Shorts.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractCheckedFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/CheckedFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListenableFutureTask.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/SerializingExecutor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java"
              start_line: 4
              end_line: 4
          - statement: "Copyright (c) 2008 The Guava Authors"
            location:
              path: "com/google/thirdparty/publicsuffix/TrieParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/annotations/GwtCompatible.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/annotations/GwtIncompatible.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/base/Platform.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/base/Splitter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/cache/CacheBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/cache/LocalCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractIndexedListIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ArrayTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ComparisonChain.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ComputationException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/Cut.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/DenseImmutableTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/DiscreteDomain.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableAsList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableClassToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableEnumSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedAsList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedMapFauxverideShim.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedSetFauxverideShim.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/MapMaker.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/MapMakerInternalMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableSortedSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/SingletonImmutableList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/SingletonImmutableTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/collect/SparseImmutableTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/escape/ArrayBasedCharEscaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/escape/ArrayBasedEscaperMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/escape/ArrayBasedUnicodeEscaper.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/escape/Escapers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/escape/Platform.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/html/HtmlEscapers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/io/ByteArrayDataInput.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/io/ByteArrayDataOutput.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/io/ByteProcessor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/io/LineProcessor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/net/HostSpecifier.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/net/InternetDomainName.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/net/UrlEscapers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/primitives/SignedBytes.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/primitives/UnsignedBytes.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeResolver.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractExecutionThreadService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractIdleService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Callables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingListenableFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/JdkFutureAdapters.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Service.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/SettableFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2009 The Guava Authors"
            location:
              path: "com/google/common/xml/XmlEscapers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/annotations/Beta.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/annotations/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/base/Ascii.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/base/Equivalence.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/base/Strings.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractSequentialIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ComputingConcurrentHashMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ContiguousSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingImmutableCollection.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSortedSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/GenericMapMaker.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/MinMaxPriorityQueue.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/RowSortedTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedLists.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedMapDifference.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/collect/UnmodifiableListIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/net/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/primitives/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Atomics.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingBlockingQueue.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListeningExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Monitor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ThreadFactoryBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/UncaughtExceptionHandlers.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/Absent.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/Enums.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/FunctionalEquivalence.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/Optional.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/PairwiseEquivalence.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/Present.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/base/Ticker.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/AbstractCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/AbstractLoadingCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/Cache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/CacheBuilderSpec.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/CacheLoader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/CacheStats.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/ForwardingCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/ForwardingLoadingCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/LoadingCache.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/RemovalCause.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/RemovalListener.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/RemovalListeners.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/RemovalNotification.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/Weigher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/cache/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractRangeSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/BoundType.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/Count.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/DescendingImmutableSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyContiguousSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/GeneralRange.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/GwtTransient.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableSortedMultisetFauxverideShim.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/Queues.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/RangeSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularContiguousSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedIterable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedIterables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedMultisets.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeRangeSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/collect/WellBehavedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/AbstractCompositeHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/AbstractHasher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/AbstractNonStreamingHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/AbstractStreamingHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/BloomFilter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/BloomFilterStrategies.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Crc32cHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Funnel.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Funnels.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/HashCode.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/HashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Hasher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Hashing.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/HashingOutputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/MessageDigestHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Murmur3_128HashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/Murmur3_32HashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/hash/PrimitiveSink.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/BigIntegerMath.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/DoubleMath.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/DoubleUtils.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/IntMath.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/LongMath.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/MathPreconditions.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/math/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/net/HostAndPort.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/net/HttpHeaders.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/net/MediaType.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/primitives/ParseRequest.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/primitives/UnsignedInteger.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/primitives/UnsignedInts.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/primitives/UnsignedLong.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/primitives/UnsignedLongs.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeParameter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/reflect/Types.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractListeningExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AbstractScheduledService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AsyncFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AtomicLongMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/CycleDetectingLockFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ExecutionError.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingCheckedFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ForwardingListeningExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/FutureCallback.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/FutureFallback.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListeningScheduledExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Striped.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/UncheckedExecutionException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Uninterruptibles.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/WrappingExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 The Guava Authors."
            location:
              path: "com/google/common/hash/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/base/SmallCharMatcher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/base/StandardSystemProperty.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/cache/LongAddable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/cache/LongAddables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractNavigableMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractSortedKeySortedSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/AllEqualOrdering.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/BinaryTreeTraverser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/CartesianList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/DescendingImmutableSortedSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/DescendingMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/EmptyImmutableSortedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/EvictingQueue.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredEntryMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredEntrySetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredKeyListMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredKeyMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredKeySetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredSetMultimap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingBlockingDeque.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingDeque.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingImmutableList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingImmutableMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingImmutableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingNavigableMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ForwardingNavigableSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableEnumMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableRangeMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableRangeSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/RangeMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableAsList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/RegularImmutableSortedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/SortedMultisetBridge.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/TransformedIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/TransformedListIterator.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeRangeMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/TreeTraverser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/collect/UnmodifiableSortedMultiset.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/escape/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/hash/AbstractByteHasher.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/hash/ChecksumHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/hash/SipHashFunction.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/html/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/BaseEncoding.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/ByteSink.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/ByteSource.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/CharSink.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/CharSource.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/Closer.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/FileWriteMode.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/io/GwtWorkarounds.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/AbstractInvocationHandler.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/ClassPath.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/Element.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/ImmutableTypeToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/Invokable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/MutableTypeToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/Parameter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeCapture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeToInstanceMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/reflect/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/AsyncSettableFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListenableScheduledFuture.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/RateLimiter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ServiceManager.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/SmoothRateLimiter.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2012 The Guava Authors"
            location:
              path: "com/google/common/xml/package-info.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/base/Utf8.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/base/Verify.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/base/VerifyException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/collect/AbstractTable.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/collect/FilteredMultimapValues.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/collect/ImmutableMapEntry.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/collect/MultimapBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/eventbus/SubscriberExceptionContext.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/eventbus/SubscriberExceptionHandler.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/hash/HashingInputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/io/CharSequenceReader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/reflect/TypeVisitor.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/Runnables.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/WrappingScheduledExecutorService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 The Guava Authors"
            location:
              path: "com/google/thirdparty/publicsuffix/PublicSuffixType.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 The Guava Authors"
            location:
              path: "com/google/common/base/MoreObjects.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 The Guava Authors"
            location:
              path: "com/google/common/util/concurrent/ListenerCallQueue.java"
              start_line: 2
              end_line: 2
    - id: "Maven:com.google.protobuf:protobuf-java:2.6.1"
      results:
      - provenance:
          download_time: "2020-03-25T02:58:31.213Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1-sources.jar"
            hash:
              value: "cf47bfc6a10f85d14bc4c078a48d163b5903a291"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:58:38.194Z"
          end_time: "2020-03-25T02:59:39.669Z"
          file_count: 50
          package_verification_code: "8e9b3a9d3cc67732349e952b05317786ce2d7ad3"
          licenses:
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/AbstractMessage.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/AbstractMessageLite.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/AbstractParser.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/BlockingRpcChannel.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/BlockingService.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/BoundedByteString.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ByteString.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/CodedInputStream.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/CodedOutputStream.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Descriptors.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/DynamicMessage.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Extension.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ExtensionRegistry.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ExtensionRegistryLite.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/FieldSet.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/GeneratedMessage.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/GeneratedMessageLite.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Internal.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/InvalidProtocolBufferException.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/LazyField.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/LazyFieldLite.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/LazyStringArrayList.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/LazyStringList.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/LiteralByteString.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Message.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/MessageLite.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/MessageLiteOrBuilder.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/MessageOrBuilder.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/MessageReflection.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Parser.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ProtocolMessageEnum.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ProtocolStringList.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RepeatedFieldBuilder.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RopeByteString.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RpcCallback.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RpcChannel.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RpcController.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/RpcUtil.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Service.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/ServiceException.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/SingleFieldBuilder.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/SmallSortedMap.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/TextFormat.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/UninitializedMessageException.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/UnknownFieldSet.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/UnmodifiableLazyStringList.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/Utf8.java"
              start_line: 5
              end_line: 29
          - license: "BSD-3-Clause"
            location:
              path: "com/google/protobuf/WireFormat.java"
              start_line: 5
              end_line: 29
          copyrights:
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/AbstractMessage.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/AbstractMessageLite.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/AbstractParser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/BlockingRpcChannel.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/BlockingService.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/BoundedByteString.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ByteString.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/CodedInputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/CodedOutputStream.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Descriptors.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/DynamicMessage.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Extension.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ExtensionRegistry.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ExtensionRegistryLite.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/FieldSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/GeneratedMessage.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/GeneratedMessageLite.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Internal.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/InvalidProtocolBufferException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/LazyField.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/LazyFieldLite.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/LazyStringArrayList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/LazyStringList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/LiteralByteString.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Message.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/MessageLite.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/MessageLiteOrBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/MessageOrBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/MessageReflection.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Parser.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ProtocolMessageEnum.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ProtocolStringList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RepeatedFieldBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RopeByteString.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RpcCallback.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RpcChannel.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RpcController.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/RpcUtil.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Service.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/ServiceException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/SingleFieldBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/SmallSortedMap.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/TextFormat.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/UninitializedMessageException.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/UnknownFieldSet.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/UnmodifiableLazyStringList.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/Utf8.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright 2008 Google Inc."
            location:
              path: "com/google/protobuf/WireFormat.java"
              start_line: 2
              end_line: 2
    - id: "Maven:com.google.truth:truth:0.27"
      results:
      - provenance:
          download_time: "2020-03-25T02:59:41.604Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/com/google/truth/truth/0.27/truth-0.27-sources.jar"
            hash:
              value: "68a2f3f4ec1d0f3e63d0fa32dc9a13d6f612c80b"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:59:43.335Z"
          end_time: "2020-03-25T02:59:55.304Z"
          file_count: 45
          package_verification_code: "6e254cee9f55006eb0475a116b0c784aa93a48c7"
          licenses:
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/AbstractArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/AbstractVerb.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/BigDecimalSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/BooleanSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ClassSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ComparableSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/DefaultSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/DoubleSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/Expect.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/FailureStrategy.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/IntegerSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/IterableSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/IteratingVerb.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ListMultimapSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/LongSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/MapSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/MathUtil.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/MultimapSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/MultisetSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ObjectArraySubject.java"
              start_line: 5
              end_line: 15
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/OptionalSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/Ordered.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/Platform.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveBooleanArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveByteArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveCharArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveDoubleArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveFloatArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveIntArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/PrimitiveLongArraySubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ReflectionUtil.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/SetMultimapSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/StringSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/StringUtil.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/Subject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/SubjectFactory.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/SubjectUtils.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/TableSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/TestVerb.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/ThrowableSubject.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/Truth.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/TruthJUnit.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/codegen/CompilingClassLoader.java"
              start_line: 4
              end_line: 14
          - license: "Apache-2.0"
            location:
              path: "com/google/common/truth/codegen/IteratingWrapperClassBuilder.java"
              start_line: 4
              end_line: 14
          copyrights:
          - statement: "Copyright (c) 2010 Google, Inc."
            location:
              path: "com/google/common/truth/codegen/CompilingClassLoader.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2010 Google, Inc."
            location:
              path: "com/google/common/truth/codegen/IteratingWrapperClassBuilder.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/AbstractVerb.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/BooleanSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/ClassSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/DefaultSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/Expect.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/FailureStrategy.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/IntegerSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/IterableSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/IteratingVerb.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/LongSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/MapSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/Ordered.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/ReflectionUtil.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/StringSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/Subject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/SubjectFactory.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/SubjectUtils.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/TestVerb.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/Truth.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2011 Google, Inc."
            location:
              path: "com/google/common/truth/TruthJUnit.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013 Google, Inc."
            location:
              path: "com/google/common/truth/StringUtil.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2013, Square, Inc."
            location:
              path: "com/google/common/truth/ObjectArraySubject.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/AbstractArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/ComparableSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/DoubleSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/ListMultimapSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/MathUtil.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/MultimapSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/MultisetSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/ObjectArraySubject.java"
              start_line: 2
              end_line: 3
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/OptionalSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/Platform.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveBooleanArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveByteArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveCharArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveDoubleArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveFloatArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveIntArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/PrimitiveLongArraySubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/SetMultimapSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/TableSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2014 Google, Inc."
            location:
              path: "com/google/common/truth/ThrowableSubject.java"
              start_line: 2
              end_line: 2
          - statement: "Copyright (c) 2015 Google, Inc."
            location:
              path: "com/google/common/truth/BigDecimalSubject.java"
              start_line: 2
              end_line: 2
    - id: "Maven:javax.annotation:jsr250-api:1.0"
      results:
      - provenance:
          download_time: "2020-03-25T02:59:56.922Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"
            hash:
              value: "9b1fba77edd118e13c42bda43d3c993dadd52c25"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T02:59:57.321Z"
          end_time: "2020-03-25T03:00:08.097Z"
          file_count: 12
          package_verification_code: "111b3a349a7dc7be2eb5419e45a6f2f599e48192"
          licenses:
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/Generated.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/PostConstruct.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/PreDestroy.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/Resource.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/Resources.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/package.html"
              start_line: 3
              end_line: 20
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/DeclareRoles.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/DenyAll.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/PermitAll.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/RolesAllowed.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/RunAs.java"
              start_line: 2
              end_line: 19
          - license: "CDDL-1.0"
            location:
              path: "javax/annotation/security/package.html"
              start_line: 3
              end_line: 20
          copyrights:
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/Generated.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/PostConstruct.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/PreDestroy.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/Resource.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/Resources.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/package.html"
              start_line: 22
              end_line: 22
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/DeclareRoles.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/DenyAll.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/PermitAll.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/RolesAllowed.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/RunAs.java"
              start_line: 24
              end_line: 24
          - statement: "Copyright 2005-2006 Sun Microsystems, Inc."
            location:
              path: "javax/annotation/security/package.html"
              start_line: 22
              end_line: 22
    - id: "Maven:junit:junit:3.8.2"
      results:
      - provenance:
          download_time: "2020-03-25T03:00:46.606Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2-sources.jar"
            hash:
              value: "aaa058540bf14ad600dd784de979c46c721ccbbe"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T03:00:46.661Z"
          end_time: "2020-03-25T03:00:57.988Z"
          file_count: 57
          package_verification_code: "2b5be8da3803c9bd168779f981853a42d3e35223"
          licenses: []
          copyrights: []
    - id: "Maven:junit:junit:4.12"
      results:
      - provenance:
          download_time: "2020-03-25T03:00:09.720Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar"
            hash:
              value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T03:00:14.917Z"
          end_time: "2020-03-25T03:00:29.698Z"
          file_count: 200
          package_verification_code: "a86513854c8896d354a2d84f51beeaf9b378c233"
          licenses:
          - license: "EPL-1.0"
            location:
              path: "LICENSE-junit.txt"
              start_line: 3
              end_line: 213
          copyrights: []
    - id: "Maven:org.hamcrest:hamcrest-core:1.3"
      results:
      - provenance:
          download_time: "2020-03-25T03:00:31.705Z"
          source_artifact:
            url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"
            hash:
              value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b"
              algorithm: "SHA-1"
        scanner:
          name: "ScanCode"
          version: "3.0.2"
          configuration: "--copyright --license --ignore *.ort.yml --info --strip-root\
            \ --timeout 300 --ignore HERE_NOTICE --ignore META-INF/DEPENDENCIES --json-pp"
        summary:
          start_time: "2020-03-25T03:00:33.654Z"
          end_time: "2020-03-25T03:00:45.057Z"
          file_count: 41
          package_verification_code: "a42897bec728695ae0e3ecdcc891ced065dae355"
          licenses: []
          copyrights:
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/BaseMatcher.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/Matcher.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/MatcherAssert.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/DescribedAs.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsAnything.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsEqual.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsInstanceOf.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsSame.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/StringContains.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/StringEndsWith.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2006 hamcrest.org"
            location:
              path: "org/hamcrest/core/StringStartsWith.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2009 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsNot.java"
              start_line: 1
              end_line: 1
          - statement: "Copyright (c) 2000-2010 hamcrest.org"
            location:
              path: "org/hamcrest/core/IsNull.java"
              start_line: 1
              end_line: 1
    storage_stats:
      num_reads: 19
      num_hits: 0
    has_issues: true
evaluator: null

ORT Evaluator

ORT Evaluator はユーザが作ったライセンスポリシーに基づいてスキャン結果を確認する.

ORT Evaluator 実行方法

デフォルトでは evaluation-result.yml で出力されるが json, xml
で出力することも可能.ルールに関しての情報は公開されているサンプルファイルrules.kts.が参考になる.このファイルはKotlinスクリプトで書かれているが,記載法については後日以下を調査の上,Qiitaに記事を書く予定.

./cli/build/install/ort/bin/ort evaluate -i <scan_result> -r <rule_file> -o <output_dir>
  • scan_result ORT scanner result のファイル.
  • rule_file ルールが記載されているスクリプトファイル.
  • output_dir 結果ファイルの出力先

また,今回いくつかのパターンで動作確認を行ったが,すべてエラーが出力されてしまい,正しい結果を得ることができなかった.原因を調査の上,分かったことがあれば追記する.

ORT Evaluator 実行例

./cli/build/install/ort/bin/ort evaluate -i /tmp/ort/scan-result.yml -r ./docs/examples/rules.kts -o /tmp/ort

ORT Evaluator のオプション
Usage: evaluate [options]
  Options:
  * --ort-file, -i
      The ORT result file to read as input.
    --rules-resource
      The name of a script resource on the classpath that contains rules.
    --license-configuration-file
      A file containing the license configuration. That license configuration 
      is passed as parameter to the rules script.
    --rules-file, -r
      The name of a script file containing rules.
    --repository-configuration-file
      A file containing the repository configuration. If set the .ort.yml 
      overrides the repository configuration contained in the ort result from 
      the input file.
    --package-curations-file
      A file containing package curation data. This replaces all package 
      curations contained in the given ORT result file with the ones present 
      in the given file.
    --syntax-check
      Do not evaluate the script but only check its syntax. No output is 
      written in this case.
      Default: false
    --output-dir, -o
      The directory to write the evaluation results as ORT result file(s) to, 
      in the specified output format(s). If no output directory is specified, 
      no output formats are written and only the exit code signals a success 
      or failure.
    --output-formats, -f
      The list of output formats to be used for the ORT result file(s).
      Default: [YAML]
    --help, -h
      Display the command line help.

ORT Reporter

ORT Reporter は 

Currently, the following report formats are supported (reporter names are case-insensitive):

  • CycloneDX BOM (-f CycloneDx)
  • Excel sheet (-f Excel)
  • NOTICE file in two variants
    • List license texts and copyrights by package (-f NoticeByPackage)
    • Summarize all license texts and copyrights (-f NoticeSummary)
  • Static HTML (-f StaticHtml)
  • Web App (-f WebApp)

ORT Reporter 実行方法

./cli/build/install/ort/bin/ort report -f <report_format> -i <ort_result> -o <output_dir>
  • report_format is a list of report formats that will be generated.
  • ort_result is an ORT result file.
  • output_dir is the directory to store generated reports in.

ORT Reporter 実行例

./cli/build/install/ort/bin/ort report -f StaticHtml -i /tmp/ort/scan-result.yml -o /tmp/ort

ORT Reporterのオプション
Usage: report [options]
  Options:
  * --output-dir, -o
      The output directory to store the generated reports in.
  * --report-formats, -f
      The list of report formats that will be generated.
  * --ort-file, -i
      The ORT result file to use.
    --copyright-garbage-file
      A file containing garbage copyright statements entries which are to be 
      ignored. 
    --license-configuration-file
      A file containing the license configuration.
    --custom-license-texts-dir
      A directory which maps custom license IDs to license texts. It should 
      contain one text file per license with the license ID as the filename. A 
      custom license text is used only if its ID has a 'LicenseRef-' prefix 
      and if the respective license text is not known by ORT.
    --pre-processing-script
      The path to a Kotlin script to pre-process the notice report before 
      writing it to disk.
    --repository-configuration-file
      A file containing the repository configuration. If set the .ort.yml 
      overrides the repository configuration contained in the ort result from 
      the input file.
    --resolutions-file
      A file containing error resolutions.
    --help, -h
      Display the command line help.

ORT Reporter 出力結果例

ORT Reporterの出力結果(オプション:NoticeByPackage)

----

This project contains or depends on third-party software components pursuant to the following licenses:

----

Package: com.google.code.gson:gson:2.4

The following copyrights and licenses were found in the source code of this package:

Copyright (c) 2008-2012, 2014 Google Inc.
Copyright (c) 2010 The Android Open Source Project

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   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.

----

Package: com.google.code.gson:gson:2.7

The following copyrights and licenses were found in the source code of this package:

Copyright (c) 2008-2012, 2014 Google Inc.
Copyright (c) 2010 The Android Open Source Project

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   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.

----

Package: com.google.guava:guava:18.0

The following copyrights and licenses were found in the source code of this package:

Copyright (c) 2005-2014 The Guava Authors

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   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.

  --

Creative Commons Legal Code

CC0 1.0 Universal

    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
    HEREUNDER.

Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").

Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.

For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.

1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:

  i. the right to reproduce, adapt, distribute, perform, display,
     communicate, and translate a Work;
 ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
     likeness depicted in a Work;
 iv. rights protecting against unfair competition in regards to a Work,
     subject to the limitations in paragraph 4(a), below;
  v. rights protecting the extraction, dissemination, use and reuse of data
     in a Work;
 vi. database rights (such as those arising under Directive 96/9/EC of the
     European Parliament and of the Council of 11 March 1996 on the legal
     protection of databases, and under any national implementation
     thereof, including any amended or successor version of such
     directive); and
vii. other similar, equivalent or corresponding rights throughout the
     world based on applicable law or treaty, and any national
     implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.

4. Limitations and Disclaimers.

 a. No trademark or patent rights held by Affirmer are waived, abandoned,
    surrendered, licensed or otherwise affected by this document.
 b. Affirmer offers the Work as-is and makes no representations or
    warranties of any kind concerning the Work, express, implied,
    statutory or otherwise, including without limitation warranties of
    title, merchantability, fitness for a particular purpose, non
    infringement, or the absence of latent or other defects, accuracy, or
    the present or absence of errors, whether or not discoverable, all to
    the greatest extent permissible under applicable law.
 c. Affirmer disclaims responsibility for clearing rights of other persons
    that may apply to the Work or any use thereof, including without
    limitation any person's Copyright and Related Rights in the Work.
    Further, Affirmer disclaims responsibility for obtaining any necessary
    consents, permissions or other rights required for any use of the
    Work.
 d. Affirmer understands and acknowledges that Creative Commons is not a
    party to this document and has no duty or obligation with respect to
    this CC0 or use of the Work.

  --

The person or persons who have associated work with this document (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of his knowledge, the work of authorship identified is in the public domain of the country from which the work is published, or (b) hereby dedicates whatever copyright the dedicators holds in the work of authorship identified below (the "Work") to the public domain. A certifier, moreover, dedicates any copyright interest he may have in the associated work, and for these purposes, is described as a "dedicator" below.

A certifier has taken reasonable steps to verify the copyright status of this work. Certifier recognizes that his good faith efforts may not shield him from liability if in fact the work certified is not in the public domain.

Dedicator makes this dedication for the benefit of the public at large and to the detriment of the Dedicator's heirs and successors. Dedicator intends this dedication to be an overt act of relinquishment in perpetuity of all present and future rights under copyright law, whether vested or contingent, in the Work. Dedicator understands that such relinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or otherwise) those copyrights in the Work.

Dedicator recognizes that, once placed in the public domain, the Work may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods that have not yet been invented or conceived.

----

Package: com.google.protobuf:protobuf-java:2.6.1

The following copyrights and licenses were found in the source code of this package:

Copyright 2008 Google Inc.

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 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 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.

----

Package: com.google.truth:truth:0.27

The following copyrights and licenses were found in the source code of this package:

Copyright (c) 2010-2011, 2013-2015 Google, Inc.
Copyright (c) 2013 Square, Inc.

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   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.

----

Package: javax.annotation:jsr250-api:1.0

The following copyrights and licenses were found in the source code of this package:

Copyright 2005-2006 Sun Microsystems, Inc.

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

1. Definitions.

1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications.

1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.

1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.

1.4. Executable means the Covered Software in any form other than Source Code.

1.5. Initial Developer means the individual or entity that first makes Original Software available under this License.

1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.

1.7. License means this document.

1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.

1.9. Modifications means the Source Code and Executable form of any of the following: A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; B. Any new file that contains any part of the Original Software or previous Modification; or C. Any new file that is contributed or otherwise made available under the terms of this License.

1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License.

1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.

1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.

1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.

2. License Grants.

 2.1. The Initial Developer Grant. Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:

(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and

(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof);

 (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License;

 (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.

2.2. Contributor Grant. Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:

(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and

(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).

(c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.

(d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.

3. Distribution Obligations.

3.1. Availability of Source Code. Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.

3.2. Modifications. The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License.

3.3. Required Notices. You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.

3.4. Application of Additional Terms. You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.

3.5. Distribution of Executable Versions. You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.

3.6. Larger Works. You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.

4. Versions of the License.

4.1. New Versions. Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.

4.2. Effect of New Versions. You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.

4.3. Modified Versions. When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.

5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.

6. TERMINATION.

6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.

6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.

6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.

7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

8. U.S. GOVERNMENT END USERS. The Covered Software is a commercial item, as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R.  252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.

9. MISCELLANEOUS. This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.

10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.

NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.

----

Package: junit:junit:3.8.2


----

Package: junit:junit:4.12

This package contains the file LICENSE-junit.txt with the following contents:

JUnit

Eclipse Public License - v 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.

1. DEFINITIONS

"Contribution" means:

      a) in the case of the initial Contributor, the initial code and
         documentation distributed under this Agreement, and
      b) in the case of each subsequent Contributor:

      i) changes to the Program, and

      ii) additions to the Program;

      where such changes and/or additions to the Program originate from and are
distributed by that particular Contributor. A Contribution 'originates' from a
Contributor if it was added to the Program by such Contributor itself or anyone
acting on such Contributor's behalf. Contributions do not include additions to
the Program which: (i) are separate modules of software distributed in
conjunction with the Program under their own license agreement, and (ii) are
not derivative works of the Program. 

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents " mean patent claims licensable by a Contributor which are
necessarily infringed by the use or sale of its Contribution alone or when
combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement,
including all Contributors.

2. GRANT OF RIGHTS

      a) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free copyright license to
reproduce, prepare derivative works of, publicly display, publicly perform,
distribute and sublicense the Contribution of such Contributor, if any, and
such derivative works, in source code and object code form.

      b) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free patent license under
Licensed Patents to make, use, sell, offer to sell, import and otherwise
transfer the Contribution of such Contributor, if any, in source code and
object code form. This patent license shall apply to the combination of the
Contribution and the Program if, at the time the Contribution is added by the
Contributor, such addition of the Contribution causes such combination to be
covered by the Licensed Patents. The patent license shall not apply to any
other combinations which include the Contribution. No hardware per se is
licensed hereunder. 

      c) Recipient understands that although each Contributor grants the
licenses to its Contributions set forth herein, no assurances are provided by
any Contributor that the Program does not infringe the patent or other
intellectual property rights of any other entity. Each Contributor disclaims
any liability to Recipient for claims brought by any other entity based on
infringement of intellectual property rights or otherwise. As a condition to
exercising the rights and licenses granted hereunder, each Recipient hereby
assumes sole responsibility to secure any other intellectual property rights
needed, if any. For example, if a third party patent license is required to
allow Recipient to distribute the Program, it is Recipient's responsibility to
acquire that license before distributing the Program.

      d) Each Contributor represents that to its knowledge it has sufficient
copyright rights in its Contribution, if any, to grant the copyright license
set forth in this Agreement. 

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under
its own license agreement, provided that:

      a) it complies with the terms and conditions of this Agreement; and

      b) its license agreement:

      i) effectively disclaims on behalf of all Contributors all warranties and
conditions, express and implied, including warranties or conditions of title
and non-infringement, and implied warranties or conditions of merchantability
and fitness for a particular purpose; 

      ii) effectively excludes on behalf of all Contributors all liability for
damages, including direct, indirect, special, incidental and consequential
damages, such as lost profits; 

      iii) states that any provisions which differ from this Agreement are
offered by that Contributor alone and not by any other party; and

      iv) states that source code for the Program is available from such
Contributor, and informs licensees how to obtain it in a reasonable manner on
or through a medium customarily used for software exchange. 

When the Program is made available in source code form:

      a) it must be made available under this Agreement; and 

      b) a copy of this Agreement must be included with each copy of the
Program. 

Contributors may not remove or alter any copyright notices contained within the
Program.

Each Contributor must identify itself as the originator of its Contribution, if
any, in a manner that reasonably allows subsequent Recipients to identify the
originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with
respect to end users, business partners and the like. While this license is
intended to facilitate the commercial use of the Program, the Contributor who
includes the Program in a commercial product offering should do so in a manner
which does not create potential liability for other Contributors. Therefore, if
a Contributor includes the Program in a commercial product offering, such
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
every other Contributor ("Indemnified Contributor") against any losses, damages
and costs (collectively "Losses") arising from claims, lawsuits and other legal
actions brought by a third party against the Indemnified Contributor to the
extent caused by the acts or omissions of such Commercial Contributor in
connection with its distribution of the Program in a commercial product
offering. The obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property infringement. In order
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
Contributor in writing of such claim, and b) allow the Commercial Contributor
to control, and cooperate with the Commercial Contributor in, the defense and
any related settlement negotiations. The Indemnified Contributor may
participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product
offering, Product X. That Contributor is then a Commercial Contributor. If that
Commercial Contributor then makes performance claims, or offers warranties
related to Product X, those performance claims and warranties are such
Commercial Contributor's responsibility alone. Under this section, the
Commercial Contributor would have to defend claims against the other
Contributors related to those performance claims and warranties, and if a court
requires any other Contributor to pay any damages as a result, the Commercial
Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
Recipient is solely responsible for determining the appropriateness of using
and distributing the Program and assumes all risks associated with its exercise
of rights under this Agreement, including but not limited to the risks and
costs of program errors, compliance with applicable laws, damage to or loss of
data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable
law, it shall not affect the validity or enforceability of the remainder of the
terms of this Agreement, and without further action by the parties hereto, such
provision shall be reformed to the minimum extent necessary to make such
provision valid and enforceable.

If Recipient institutes patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging that the
Program itself (excluding combinations of the Program with other software or
hardware) infringes such Recipient's patent(s), then such Recipient's rights
granted under Section 2(b) shall terminate as of the date such litigation is
filed.

All Recipient's rights under this Agreement shall terminate if it fails to
comply with any of the material terms or conditions of this Agreement and does
not cure such failure in a reasonable period of time after becoming aware of
such noncompliance. If all Recipient's rights under this Agreement terminate,
Recipient agrees to cease use and distribution of the Program as soon as
reasonably practicable. However, Recipient's obligations under this Agreement
and any licenses granted by Recipient relating to the Program shall continue
and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in
order to avoid inconsistency the Agreement is copyrighted and may only be
modified in the following manner. The Agreement Steward reserves the right to
publish new versions (including revisions) of this Agreement from time to time.
No one other than the Agreement Steward has the right to modify this Agreement.
The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to
serve as the Agreement Steward to a suitable separate entity. Each new version
of the Agreement will be given a distinguishing version number. The Program
(including Contributions) may always be distributed subject to the version of
the Agreement under which it was received. In addition, after a new version of
the Agreement is published, Contributor may elect to distribute the Program
(including its Contributions) under the new version. Except as expressly stated
in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to
the intellectual property of any Contributor under this Agreement, whether
expressly, by implication, estoppel or otherwise. All rights in the Program not
expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the
intellectual property laws of the United States of America. No party to this
Agreement will bring a legal action under this Agreement more than one year
after the cause of action arose. Each party waives its rights to a jury trial
in any resulting litigation. 



----

Package: org.hamcrest:hamcrest-core:1.3

Excelでの結果は以下のようになっている

excel-screenshot.png

中に含まれているOSSのうち,ライセンスが決まらないものに関しては赤で表示される.VCSの種類なども併せて記載されるようだ.

さいごに

本投稿では基本的な操作と,結果に焦点を当てて調査をした.途中いくつかのOSS分析でエラーなどもあったが,ORTがどのようなことを目指して開発されているのかが確認できた.

ORTはGithub 上に以下の開発を今後計画していると記載している.

  • Advisor - analyzer の結果からセキュリティの問題を取得する機能

  • Documenter - 法的結論を含むレビュープロセスの最終結果を生成する機能

加えて,SPDX関係の対応も進められているようだ

その他,Thomas Steenbergen 氏が以前私に他のSW360SW360 AntennaなどのOSSマネジメント関連ツールと連携も目指していると教えてくれた.

Open Chain reference Tooling group などでORTの動向を引き続き調査し,Qiitaに記事を公開していく予定.

2020年7月追記
ORTに関する発表をOpenChainJapan toolingSWGでおこなった.そのときのスライドをリンクしておく.

この記事のフィードバックやコメント等はいつでもお待ちしております。気軽にお申し付けください。 

15
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
6