file-analyzer
Copyright 2026 Rohan Pratap Reddy Ravula

This product includes software developed by the copyright holder listed above,
licensed under the Apache License, Version 2.0 (see the LICENSE file).

--------------------------------------------------------------------------------
Third-party components redistributed with this project
--------------------------------------------------------------------------------

This distribution bundles the following third-party binary artifacts under
`file_analyzer/views/java/`. They are the property of their respective owners and are
redistributed here under their own licenses, which are unchanged by this project.

1. SQLite JDBC Driver (sqlite-jdbc)
   File:     file_analyzer/views/java/sqlite-jdbc-3.45.3.0.jar
   Project:  https://github.com/xerial/sqlite-jdbc
   License:  Apache License, Version 2.0
             https://www.apache.org/licenses/LICENSE-2.0
   Copyright the SQLite JDBC contributors. This artifact itself embeds the
   public-domain SQLite library (https://www.sqlite.org/copyright.html).

2. SLF4J API (slf4j-api)
   File:     file_analyzer/views/java/slf4j-api-2.0.13.jar
   Project:  https://www.slf4j.org/
   License:  MIT License
             https://www.slf4j.org/license.html
   Copyright (c) 2004-2023 QOS.ch Sarl (Switzerland). All rights reserved.
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   in the Software without restriction, including without limitation the rights
   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the conditions stated in the MIT License.

--------------------------------------------------------------------------------
Note on other dependencies (NOT bundled)
--------------------------------------------------------------------------------

The Go reader depends on `modernc.org/sqlite` (BSD-3-Clause) and its transitive
dependencies, and the Python pipeline depends on packages listed in
`requirements.txt`. These are fetched by their respective package managers at
build time and are NOT redistributed in this repository; their licenses apply as
published by their authors.
