Blame other-licenses/moz.build

Packit f0b94e
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
Packit f0b94e
# vim: set filetype=python:
Packit f0b94e
# This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit f0b94e
Packit f0b94e
with Files('**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'General')
Packit f0b94e
Packit f0b94e
with Files('7zstub/**'):
Packit f0b94e
    BUG_COMPONENT = ('Firefox', 'Installer')
Packit f0b94e
Packit f0b94e
with Files('atk-1.0/**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'Disability Access APIs')
Packit f0b94e
Packit f0b94e
with Files('bsdiff/**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'XPCOM')
Packit f0b94e
Packit f0b94e
with Files('ia2/**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'Disability Access APIs')
Packit f0b94e
Packit f0b94e
with Files('nsis/**'):
Packit f0b94e
    BUG_COMPONENT = ('Firefox', 'Installer')
Packit f0b94e
Packit f0b94e
with Files('ply/**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'JavaScript Engine')
Packit f0b94e
Packit f0b94e
with Files('snappy/**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'XPCOM')