Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: ARCHITECTURE.md
 CONTRIBUTING.md
 Cargo.lock
 Cargo.toml
 Makefile
 README.md
 debian/README.Debian
 debian/TODO
 debian/bash-completion
 debian/clean
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/install
 debian/links
 debian/manpages
 debian/patches/1001_git2.patch
 debian/patches/1001_itertools.patch
 debian/patches/1001_smol_str.patch
 debian/patches/1001_sysinfo.patch
 debian/patches/1001_unicode-width.patch
 debian/patches/2001_theme.patch
 debian/patches/2002_anstyle-parse.patch
 debian/patches/2002_bytelines.patch
 debian/patches/2002_rstest.patch
 debian/patches/2002_terminal-colorsaurus.patch
 debian/patches/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/watch
 etc/bin/ansifilter
 etc/bin/check-show-config-options
 etc/bin/diagnostics
 etc/bin/list-options
 etc/completion/completion.bash
 etc/completion/completion.fish
 etc/completion/completion.zsh
 etc/docker/Makefile
 etc/docker/README.md
 etc/docker/delta-ubuntu
 etc/docker/ubuntu.Dockerfile
 etc/examples/119-within-line-edits
 etc/examples/121-unrecognized-content-before-diff-1
 etc/examples/121-unrecognized-content-before-diff-2
 etc/examples/125-merge-conflict-1.diff
 etc/examples/125-merge-conflict-2.diff
 etc/examples/127-paths-with-spaces--added
 etc/examples/127-paths-with-spaces--renamed
 etc/examples/128-empty-file
 etc/examples/139-file-with-space-delimited-dash.diff
 etc/examples/140-within-line-edits
 etc/examples/140-within-line-edits-counter-example
 etc/examples/189-merge-conflict.1.diff
 etc/examples/189-merge-conflict.2.diff
 etc/examples/189-merge-conflict.3.diff
 etc/examples/189-merge-conflict.4.diff
 etc/examples/189-merge-conflict.5.diff
 etc/examples/205-highlight-bug-1.diff
 etc/examples/205-highlight-bug-2.diff
 etc/examples/205-highlight-bug.diff
 etc/examples/308-side-by-side-tabs.diff
 etc/examples/345-keep-plus-minus-markers.diff
 etc/examples/345-keep-plus-minus-markers.gitconfig
 etc/examples/388-whitespace_error_keep_plus_minus_marker
 etc/examples/55-unicode-width.diff
 etc/examples/56-unified-directory-diff
 etc/examples/60-submodule
 etc/examples/662-submodules
 etc/examples/72-color-moved-2.diff
 etc/examples/72-color-moved-3.diff
 etc/examples/72-color-moved-4.diff
 etc/examples/72-color-moved.diff
 etc/examples/802-color-moved.diff
 etc/examples/822-hunk-header-within-merge-conflict.diff
 etc/examples/93-binary
 etc/examples/styles.py
 etc/performance/README.md
 etc/performance/all-benchmarks.json
 etc/performance/chronologer.yaml
 etc/performance/data/hyperfine-output.json
 etc/performance/data/hyperfine-processed-output.json
 etc/performance/index.html
 etc/performance/visualization.svg
 etc/release.Makefile
 manual/Makefile
 manual/book.toml
 manual/src/SUMMARY.md
 manual/src/build-delta-from-source.md
 manual/src/choosing-colors-styles.md
 manual/src/color-moved-support.md
 manual/src/comparisons-with-other-tools.md
 manual/src/configuration.md
 manual/src/custom-themes.md
 manual/src/delta-configs-used-in-screenshots.md
 manual/src/diff-highlight-and-diff-so-fancy-emulation.md
 manual/src/environment-variables.md
 manual/src/features-named-groups-of-settings.md
 manual/src/features.md
 manual/src/full---help-output.md
 manual/src/get-started.md
 manual/src/git-blame.md
 manual/src/grep.md
 manual/src/how-delta-works.md
 manual/src/hyperlinks.md
 manual/src/installation.md
 manual/src/introduction.md
 manual/src/line-numbers.md
 manual/src/merge-conflicts.md
 manual/src/navigation-keybindings-for-large-diffs.md
 manual/src/related-projects.md
 manual/src/side-by-side-view.md
 manual/src/supported-languages-and-themes.md
 manual/src/tips-and-tricks/24-bit-color-truecolor.md
 manual/src/tips-and-tricks/export-to-html.md
 manual/src/tips-and-tricks/mouse-scrolling.md
 manual/src/tips-and-tricks/shell-completion.md
 manual/src/tips-and-tricks/tips-and-tricks.md
 manual/src/tips-and-tricks/toggling-delta-features.md
 manual/src/tips-and-tricks/using-delta-on-windows.md
 manual/src/tips-and-tricks/using-delta-with-gnu-screen.md
 manual/src/tips-and-tricks/using-delta-with-magit.md
 manual/src/tips-and-tricks/using-delta-with-tmux.md
 manual/src/tips-and-tricks/using-delta-with-vscode.md
 manual/src/usage.md
 src/align.rs
 src/ansi/iterator.rs
 src/ansi/mod.rs
 src/cli.rs
 src/color.rs
 src/colors.rs
 src/config.rs
 src/delta.rs
 src/edits.rs
 src/env.rs
 src/features/color_only.rs
 src/features/diff_highlight.rs
 src/features/diff_so_fancy.rs
 src/features/line_numbers.rs
 src/features/mod.rs
 src/features/navigate.rs
 src/features/raw.rs
 src/features/side_by_side.rs
 src/format.rs
 src/git_config/mod.rs
 src/git_config/remote.rs
 src/handlers/blame.rs
 src/handlers/commit_meta.rs
 src/handlers/diff_header.rs
 src/handlers/diff_header_diff.rs
 src/handlers/diff_header_misc.rs
 src/handlers/diff_stat.rs
 src/handlers/draw.rs
 src/handlers/git_show_file.rs
 src/handlers/grep.rs
 src/handlers/hunk.rs
 src/handlers/hunk_header.rs
 src/handlers/merge_conflict.rs
 src/handlers/mod.rs
 src/handlers/ripgrep_json.rs
 src/handlers/submodule.rs
 src/main.rs
 src/minusplus.rs
 src/options/get.rs
 src/options/mod.rs
 src/options/option_value.rs
 src/options/set.rs
 src/options/theme.rs
 src/paint.rs
 src/parse_style.rs
 src/parse_styles.rs
 src/style.rs
 src/subcommands/diff.rs
 src/subcommands/generate_completion.rs
 src/subcommands/list_syntax_themes.rs
 src/subcommands/mod.rs
 src/subcommands/parse_ansi.rs
 src/subcommands/sample_diff.rs
 src/subcommands/show_colors.rs
 src/subcommands/show_config.rs
 src/subcommands/show_syntax_themes.rs
 src/subcommands/show_themes.rs
 src/tests/ansi_test_utils.rs
 src/tests/integration_test_utils.rs
 src/tests/mod.rs
 src/tests/test_example_diffs.rs
 src/tests/test_utils.rs
 src/utils/bat/assets.rs
 src/utils/bat/dirs.rs
 src/utils/bat/mod.rs
 src/utils/bat/output.rs
 src/utils/bat/terminal.rs
 src/utils/git.rs
 src/utils/helpwrap.rs
 src/utils/mod.rs
 src/utils/path.rs
 src/utils/process.rs
 src/utils/regex_replacement.rs
 src/utils/round_char_boundary.rs
 src/utils/syntect.rs
 src/utils/tabs.rs
 src/utils/workarounds.rs
 src/wrapping.rs
 tests/test_deprecated_options
 tests/test_navigate_less_history_file
 tests/test_raw_output_matches_git_on_full_repo_history
 themes.gitconfig
Copyright: NONE
License: UNKNOWN
 FIXME

Files: etc/ci/before_deploy.sh
Copyright: NONE
License: Expat
 FIXME

Files: src/ansi/console_tests.rs
Copyright: 2017, Armin Ronacher <armin.ronacher@active-4.com>
License: Expat
 FIXME

Files: LICENSE
Copyright: 2020, Dan Davison
License: Expat
 FIXME

Files: src/utils/bat/LICENSE
Copyright: 2018, bat-developers (https://github.com/sharkdp/bat).
License: Expat
 FIXME

Files: etc/examples/813-cthulhu.diff
Copyright: NONE
License: GPL-2
 FIXME

Files: src/utils/bat/less.rs
Copyright: 1984-2016, Mark Nudelman
  1984-2017, Mark Nudelman
  1984-2019, Mark Nudelman
License: UNKNOWN
 FIXME

Files: src/features/hyperlinks.rs
Copyright: grep output will contain the path relative to this cwd
License: UNKNOWN
 FIXME

