# BSD* licenses have slight variations, and giving each one of them a
# different name is not very useful.
iceweasel source: dep5-copyright-license-name-not-unique *

# Ignore JSON "do no evil" license in a test file for a subsystem that
# is not part of the browser.
iceweasel source: license-problem-json-evil dom/system/gonk/tests/marionette/ril_jshint/jshint.js

# Ignore missing sources errors for test files (some of which are bogus,
# even).
iceweasel source: source-is-missing */tests/*
iceweasel source: source-is-missing */test/*
iceweasel source: source-is-missing js/src/jit-test/*
iceweasel source: source-is-missing js/src/octane/*
iceweasel source: source-is-missing testing/*
iceweasel source: source-is-missing dom/html/reftests/toblob-todataurl/sample.js
iceweasel source: source-is-missing layout/generic/crashtests/simple_blank.swf
iceweasel source: source-is-missing layout/reftests/svg/nesting-invalid-01.js
iceweasel source: source-is-missing addon-sdk/source/examples/actor-repl/data/codemirror-compressed.js

# Real source files with really long lines
iceweasel source: source-is-missing browser/app/profile/firefox.js *
iceweasel source: source-is-missing modules/libpref/init/all.js *

# The source for these is in browser/components/translation/cld2 with
# an accompanying Makefile. It requires emscripten to build, which is
# not available on all architectures, so this would require packaging
# circumvolutions.
iceweasel source: source-is-missing browser/components/translation/cld2/cld-worker.js

# The source for these is in python/psutil/psutil. They are not shipped,
# and, in fact, are even actually unused during the build (they depend
# on libpython2.7.so.1, which is not installed as a dependency).
iceweasel source: source-is-missing python/psutil/build/*

# Those are part of the inline documentation from python mock. Python
# mock is only used for some python tests during e.g. `make check`.
iceweasel source: source-is-missing python/mock-1.0.0/html/_static/*
